• Resolved haychart

    (@haychart)


    Hi

    Just installed jetpack and now when one of the authors visits the add post page its just blank

    Works fine for the Admin but I cant see any settings to change for authors

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Could you add the following to your site’s wp-config.php file?

    
    define( 'WP_DEBUG', true );
    
    if ( WP_DEBUG ) {
    
            @error_reporting( E_ALL );
            @ini_set( 'log_errors', true );
            @ini_set( 'log_errors_max_len', '0' );
    
            define( 'WP_DEBUG_LOG', true );
            define( 'WP_DEBUG_DISPLAY', false );
            define( 'CONCATENATE_SCRIPTS', false );
            define( 'SAVEQUERIES', true );
    
    }
    

    Your wp-config.php file may already include a line that says “define(‘WP_DEBUG’, false);”. You can remove it, and replace it by the code above.

    Once you’ve done so, ask one of your authors to recreate that blank page problem and then check the wp-content/debug.log file for errors. You can paste the results here. You can then replace define('WP_DEBUG', true); by define('WP_DEBUG', false); in the code above.

    Thanks!

    Thread Starter haychart

    (@haychart)

    [26-Jan-2017 14:43:46 UTC] PHP Warning: file(/home/eastmidl/public_html/mag/wp-content/debug.log) [function.file]: failed to open stream: No such file or directory in /home/eastmidl/public_html/mag/wp-content/plugins/rss-image-feed/class-lib/RIF_AdminClass.php on line 170
    [26-Jan-2017 14:43:46 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 232 bytes) in /home/eastmidl/public_html/mag/wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php on line 63
    [26-Jan-2017 14:44:23 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 49 bytes) in /home/eastmidl/public_html/mag/wp-content/plugins/jetpack/json-endpoints/jetpack/json-api-jetpack-endpoints.php on line 697
    [26-Jan-2017 14:48:28 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 92 bytes) in /home/eastmidl/public_html/mag/wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php on line 60

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    It appears that your site is running out of memory. That’s a common WordPress error, and you can follow the instructions here to fix it:
    https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Author cannot create new post’ is closed to new replies.