-
AuthorPosts
-
April 21, 2017 at 3:12 am #780948
Hi There,
I’m not sure since when, but everytime I update plugin,
there are error messages that I think it’s related to enfold.I paste the error message for Admin to read.
Is it ok?
Thank you so much.
April 22, 2017 at 8:37 pm #781758Hey dancys,
Please try to re-upload your theme again via FTP, http://vimeo.com/67209750Let us know if the issue remains.
Best regards,
MikeMay 1, 2017 at 5:27 am #785478Hi Mike,
Sorry for late on reply.
Just tried re-upload enfold theme,
but the problem still appear.
Now it appears also in dashboard, above wordfence info.
Tried to deactivated all plugin except wordfence to see if the error message still appear,
and the result is it’s still show error message.May 1, 2017 at 5:30 am #785481Oh, I forget to add the additional info.
Error message only appear if I update plugin use
wp-admin/update-core.php link from dashboard.May 1, 2017 at 6:45 am #785525Hi,
May you provide us your WP credentials, please?
Best regards,
John TorvikMay 3, 2017 at 5:38 am #786882Yes, please.
The error appear when update plugin use wp-admin/update-core.php?action=do-plugin-upgradeThank you
May 3, 2017 at 9:31 am #786983Hi,
Thanks for that, can we update one of your plugins to see the error?
Best regards,
RikardMay 3, 2017 at 11:20 am #787025Yes please :-)
May 3, 2017 at 12:11 pm #787046Hi,
Please make a backup first on your site, and can we also ask for ftp access? so we can check through the files and debug.
Best regards,
NikkoMay 4, 2017 at 3:57 am #787528Here’s the detail :
May 5, 2017 at 1:22 pm #788369Hi,
Sorry for the late response. I have updated the plugins and enabled debugging, the debug.log is generated, you can see it in wp-content folder. And I could not see any error that involves layerslider that you have shown above. There are 2 errors basically showing now. The first one should be fixed if you change the permission of /wp-content/wflogs/ips.php from 644 to 755 or 777. For the 2nd one it is caused by Contact Form 7 Date Picker using a deprecated code. :)
Best regards,
NikkoMay 8, 2017 at 5:28 am #789311Hi Nikko,
Thank you so much for your information.
Just checked dashboard, but no plugin update available.
So, I will try soon there’s an update for plugin.Thank you so much for your great support, and great themes too :-)
May 8, 2017 at 9:03 am #789346Hi,
Glad we could help. We will keep this thread open, so you can just post back here if that happens :)
Best regards,
NikkoMay 10, 2017 at 3:03 am #790771Hello,
Today I update 1 of plugin, but still can see the error message.
I recorded it, hope can help you :-)Thank you so much
May 10, 2017 at 4:44 am #790808Hi,
Thank you very much, that’s indeed helpful :) I have modified enfold/config-layerslider/config.php (line 70, Enfold 4.0.5):
$layerslider = get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php';
and replaced it with:
$layerslider = get_template_directory_uri() . '/config-layerslider/LayerSlider/layerslider.php';
it seems to have fixed the error (I have updated 1 plugin and seen the error, I changed the code and updated another plugin and no error is displayed). Can you try it again to update another plugin and check if it’s good :)
Best regards,
NikkoMay 10, 2017 at 7:53 am #790885Hello Nikko,
Thank you so much.
I think it works :-)
Just updated 1 plugin, and no error found ^_^Btw, may I know, how you produce error you gave me on
May 5, 2017 ?
As I never catch that error message.May 10, 2017 at 8:00 am #790889Hi,
You’re very much welcome! Glad that it worked :)
As for producing the error, you can edit wp-config.php file found in the root, then find this line of code:
define( 'WP_DEBUG', false );
replace it with:
define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
save it, then open some pages in the frontend and wp admin dashboard to trigger the errors. You should see the error in the debug.log file found in the wp-content folder :) For more of debugging details you can find it here: https://codex.wordpress.org/Debugging_in_WordPress the code I used is found there as well :)
Best regards,
NikkoMay 10, 2017 at 8:10 am #790893Oohh.. I see..
So use debug mode, that’s why i never see that :-)
Allright then, once again, thank you so much Nikko..
_/|\_May 10, 2017 at 8:13 am #790895Hi,
You’re always welcome :) Thanks for using Enfold :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.