Dianna Jacobsen
Forum Replies Created
-
I left the theme the same – a Genesis child theme. I updated all plugins (including Jetpack), disabled them, then updated WordPress.
Forum: Fixing WordPress
In reply to: White screen after 3.9.1 update but can get into AdminTurned out that there was an index.html file in the root folder of the site. I am pretty sure it has always been there, but perhaps something on the host account changed recently. Anyhow, deleted it and everything works now.
Thank you for all of your help!
Forum: Fixing WordPress
In reply to: White screen after 3.9.1 update but can get into AdminNot seeing errors displayed in the browser. Sorry to be so dense.
I did figure out that it is only the home page that shows a blank white screen. The other pages are fine. Was thinking it might be the theme, but I changed the theme to 2012. Still no homepage.
http://www.katesandsevents.com/
http://www.katesandsevents.com/meet-kate/Any idea what that could be?
Thanks so much for your help.
Forum: Fixing WordPress
In reply to: White screen after 3.9.1 update but can get into AdminOk, changed what I had to:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
@ini_set(‘display_errors’, 1);Not seeing any errors displayed. This is supposed to put a debug.log file in your wp-content folder?
Forum: Fixing WordPress
In reply to: White screen after 3.9.1 update but can get into AdminThanks for the tip. I put these lines in wp-config.php file but not seeing the debug.log file.
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);Forum: Plugins
In reply to: [The Events Calendar] Monthly Calendar View No Longer WorksI am having the exact same problem:
http://frenchgardenrestaurant.com/events/In Calendar view, when I click on Events, I get the month of October with the previous month September and the next month December. When I click on December, I see December events ok. I see November as the previous month. When I click on November, the month of November is empty. When I hit the refresh key on my browser, then I can see the November events.
As I flip back through the calendar months, some months show events, some months don’t. Like August shows, September does not, June does not. This client has 2-4 events per week, so all past months should have events showing.
Thanks for your help!
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 134217728 bytes exhaustedYes, disabled the theme and it worked. Upgraded everything reinstalled the theme, and everything works now. Thanks so much for your help!
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 134217728 bytes exhaustedThank you for quick response. I don’t have access to php.ini file. I tried step 2 (editing .htaccess) no effect, tried step 3 (editing wp-config.php) no effect.
I created the phpinfo.php file and got all of the info:
http://frenchgardenrestaurant.com/phpinfo.phplooks like memory limit is set to 128m
Hmmm… any other thoughts on what the issue could be?
Thanks again!