-
Author
-
April 13, 2018 at 03:52 #194558kjcarleoParticipant
Hello after the most recent Theme (Child) Update, I am unable to edit pages or posts anymore:
I get the following error:
This page isn’t working
embassymarine.org is currently unable to handle this request.
HTTP ERROR 500April 13, 2018 at 18:54 #194629RaduModeratorHi,
I see, in general internal 500 error comes from a setting that should be changed from the server in most cases the php max memory does that, here’s how you can set a higher value of memory limit.
https://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
If it’s the same even if you increase the memory enable wp_debug and give it to me the debug.log file.
Steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 13, 2018 at 20:02 #194641kjcarleoParticipantI will check with MediaTemple first, then get back to you – thanks.
April 14, 2018 at 04:18 #194661kjcarleoParticipantThis was caused by my Envira Gallery Plugin. Confirmed.
April 16, 2018 at 15:45 #194983RaduModeratorOk
Have a nice week
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.