Posted: October 19, 2015 at 10:43 am
|
Hi |
Hello, Is it completely blank as a white screen? If so there may be an error occurring. Could you temporarily turn on WordPress debugging by adding the macro in the following link to your wp-config.php file? https://gist.github.com/lorenzocaum/848801a1173be464fbe7#file-gistfile1-php The wp-config.php file can be found in the WordPress root which is where the wp-admin, wp-content, and other files and folders for WordPress resides. Then please try to trigger the error and you should see something on the screen. Could you copy and paste that here into a reply? If you do not see an error on your screen, then please browse to this location using your SFTP or FTP client (e.g. FileZilla, Cyberduck): /wp-content/debug.log You should see an error recorded within the file. Please copy and paste that here in a reply. Then go ahead and deactivate WordPress debugging by removing the macro that was recently added or setting it to false and saving changes: https://gist.github.com/lorenzocaum/848801a1173be464fbe7#gistcomment-1239850 Thanks — |
|
|
Hi Lorenzo This is what I got from the debug – by the way the link you sent me to put in the wp-config didn’t work but I saw something in my wp-config to turn the debug on. I hope this is what you needed. Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home/redbackd/public_html/tppmain/wp-includes/functions.php on line 3457 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home/redbackd/public_html/tppmain/wp-includes/functions.php on line 3457 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct() instead. in /home/redbackd/public_html/tppmain/wp-includes/functions.php on line 3457 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 30720 bytes) in /home/redbackd/public_html/tppmain/wp-content/themes/dt-the7/inc/extensions/options-framework/options-custom.php on line 196 Please come back to me as soon as possible I need to install this today if possible. |
Hi there, This error:
Means your site is running out of memory, currently at around 134MB. You’ll need to increase the memory limit on the site, you do this by editing the wp-config.php file and adding something like:
Take a look here for more details: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP That’s a higher value than would normally be expected but it depends on the plugins your currently have installed and the theme you are using. |
|
|
Great thanks Tony that worked all in place now |
Great, I’m glad that worked 🙂 I’ll mark this thread resolved. |
|
The support post ‘Not able to install on my cpanel’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.