Tagged: cache, Page Load Error, Php error
-
AuthorPosts
-
May 4, 2017 at 4:39 pm #787934
Hello,
Currently, my website FairwaysMembership.com loads A-okay from Google Chrome. However, when using Safari or Internet explorer, the following message appears. It either appears on a white screen with just the error messages or loads above the menu and the site becomes jumbled from there.
Any idea how to fix this? Thanks in advance!
Error Codes:
Warning: Class __PHP_Incomplete_Class has no unserializer in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/object-cache.php on line 894
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/object-cache.php:894) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/object-cache.php:894) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
Warning: Cannot modify header information – headers already sent by (output started at /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-content/object-cache.php:894) in /home/content/a2pnexwpnas03_data01/96/3492596/html/wp-includes/pluggable.php on line 1195
May 5, 2017 at 6:21 am #788198Hey npmcgrew,
I get the same results when comparing between Chrome and Safari, no error messages in either browser. Did you try clearing your browser cache and reload a few times?
Best regards,
RikardMay 5, 2017 at 3:19 pm #788428Hi Rikard,
I had a plugin update (PupUp by Supsystic) that caused some issues. I cleared the cache, deleted the plugin from FileZilla and then re-installed the plugin and everything went back to normal. Any suggestions on a good cacheing plugin that you find works well with Enfold?
Thank you for your response though. You all do a great job with support and it’s the reason I can’t justify or recommend other themes.
May 5, 2017 at 3:45 pm #788444Hi,
Can you please try adding following code to Functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
and check if you will be able to reproduce the issue?
Best regards,
YigitApril 3, 2018 at 7:11 am #936338adding this code to my child theme functions.php
add_theme_support(‘avia_no_session_support’);
will this effect any functionalities in website?April 3, 2018 at 1:10 pm #936524Hi Teoweb1,
Yes, it will, better not to deactivate the session support.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.