Okay
  Public Ticket #954594
Editing pages - Error
Closed

Comments

  • David started the conversation

    Hi,

    I updated Salient to the latest version and now I can't edit any website pages.

    In Wordpress (Both Version 4.6.1 and 4.6) I go to "Pages --> All Pages" in the menu and get the list of all website pages.  I click 'Edit' under the page I want to edit and either that frame (The edit page frame) or the whole website page goes white.  No error messge is displayed.

    I can get to other pages like the media library.  It just appears to be the website page / theme edit areas that are affected.

    I run Wordpress 4.6.1 but downgraded to 4.6 but to no effect.  I have the latest version of Salient.

    Before I uninstalled and reinstalled both Salient and Wordpress I was getting error messages.  Please see this topic for them.

    https://wordpress.org/support/topic/fatal-error-message-31/

    Cheers,
    David

  •  8,996
    Tahir replied

    Hey ,

    You likely need to increase your php memory. See : http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP .

    Add this to wp-config.php via FTP after the WP_debug line :

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    Also set WP_DEBUG to true . 

    Thanks 


    ThemeNectar Support Team 

  • David replied

    Hi Tahir,

    Thanks for your reply.  I have added those two lines to the WP_debug code and set it to true.  I now get an error message when I log into wordpress:


    Notice: The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home5/dermalsk/public_html/wp-includes/functions.php on line 3767


    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 88 bytes) in /home5/dermalsk/public_html/wp-includes/plugin.php on line 235


    I have read the link you sent and asked my host to increase my memory allowance, which they are having issues doing.  In the meantime, is there anything else that you can suggest now that I can give an error to work with?

    Thanks again,
    David.

  • David replied

    Hi Tahir,

    My server updated my PHP settings overnight and I am now getting massive website errors.

    The website is  www.dermalskin.co.nz

    My host suggested to get rid of the coding errors visible on the website I need to log in to dashboard and disable / reinstall my plugins.

    However I can't even log in to wordpress any more.  I get these errors on the login screen:

    --------------------------------------------

    Notice: The called constructor method for WP_Widget in GFWidget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/dermalsk/public_html/wp-includes/functions.php on line 3767

    Warning: Cannot modify header information - headers already sent by (output started at /home/dermalsk/public_html/wp-includes/functions.php:3767) in /home/dermalsk/public_html/wp-login.php on line 402

    Warning: Cannot modify header information - headers already sent by (output started at /home/dermalsk/public_html/wp-includes/functions.php:3767) in /home/dermalsk/public_html/wp-login.php on line 415

    Warning: Cannot modify header information - headers already sent by (output started at /home/dermalsk/public_html/wp-includes/functions.php:3767) in /home/dermalsk/public_html/wp-includes/pluggable.php on line 892

    Warning: Cannot modify header information - headers already sent by (output started at /home/dermalsk/public_html/wp-includes/functions.php:3767) in /home/dermalsk/public_html/wp-includes/pluggable.php on line 893

    Warning: Cannot modify header information - headers already sent by (output started at /home/dermalsk/public_html/wp-includes/functions.php:3767) in /home/dermalsk/public_html/wp-includes/pluggable.php on line 894

    -----------------------------------------------------

    When I enter my username and password I get this error message appear above the login box:

    ERROR: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.

    I have set my computer to accept all cookies, but this made no difference at all.

    Any help that can be given is greatly accepted!  I need to fix this urgently.

    Thanks.

  • David replied

    ok.  Got things sorted in the end somehow.  You can probably close this ticket now.  I have other issues, but have raised a new issue as it is a more specific error now.

    Thanks for all your help!  :)