• Resolved Roberto Jobet

    (@robertojobet)


    Hi,

    I installed the plugin in a WP site with a renamed wp-content folder.

    Running plugin several 404 errors show up:
    “…wp-content/plugins/zightaccess/js/admin.js” not found

    I’ve noticed that in your code you have hard-coded wp-content folder and I found also in DB table “wp_wsal_metadata” a record with this value “…wp-content/plugins/zightaccess/js/admin.js”
    Tried to update both values, but 404 continue coming out…

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Author zigpress

    (@zigpress)

    The plugin uses PLUGINDIR and WP_PLUGIN_DIR to locate its JS file so it could be that whatever method you used to rename wp-content didn’t properly change those constants.

    However it also uses “wp-content” as a literal string when setting the backup file location which means that it is not currently compatible with non-standard WordPress installations where the wp-content path has been changed.

Viewing 1 replies (of 1 total)
  • The topic ‘admin.js not found’ is closed to new replies.