-
AuthorPosts
-
July 9, 2022 at 4:21 pm #1357793
Hi,
I am getting the links shown in Private content at the bottom of my login wordpress page.
I can login OK and the site is functioning OK.
Tried Googling the error and it states that there could be a plugin issue but I am not running any plugins on the site, only the enfold theme.
Can anything be updated in php that can solve the Undefined index: path in error?
Thanks
MarcusJuly 9, 2022 at 6:40 pm #1357796Hey woogie07,
The errors such as/public_html/wp-includes/l10n.php on line 1049
etc, are pointing to path declares in WordPress, I believe this is related to your console error:Uncaught ReferenceError: wp is not defined
typically this is from the the “Load Javascript deferred” setting in WP Rocket, or the Async Javascript plugin, or autoptimize.
Please check if you have any plugins that are deferring javascript or if you are using the option Enfold Theme Options ▸ Performance ▸ Load jQuery in your footer with another plugin.
You also have another errorUncaught SyntaxError: Unexpected token ';'
but I can’t see where it’s coming from because your javascript is merged with Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression
If you can’t find what is deferring your javascript then include an admin login in the Private Content area so we can investigate.Best regards,
MikeJuly 10, 2022 at 12:09 pm #1357870Hi Mike,
I can’t find what is deferring the javascript.
Login supplied in the private content.
Please can you look into this asap and come back to me.
Thanks
MarcusJuly 10, 2022 at 1:14 pm #1357873Hi,
Thanks for the login, it looks like your web host is deferring your jQuery, note that the options are not available in your theme options at Enfold Theme Options ▸ Performance ▸ Change WordPress Defaults
these are the options that you should see
You will need to ask your web host to restore the WordPress defaults as they have modified the default install.
Also note that your WordPress ▸ Tools ▸ Site Health says that your Debug mode is enabled, displaying errors on your site which is a critical security issue and recommends that you disable this.
Best regards,
Mike -
AuthorPosts
- You must be logged in to reply to this topic.