• Resolved zandarim

    (@zandarim)


    Hello everybody, i’m trying to active jetpack plugin to use header logo, but when i try active, wordpress give me this error:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in /home/storage/0/ce/c6/camilafigueiredo/public_html/wp-includes/pomo/entry.php on line 76

    Then i acessed the “entry.php” and go to line 76:

    $key = str_replace( array( "\r\n", "\r" ), "\n", $key );

    The complete function is:

    function key() {
    		if ( null === $this->singular || '' === $this->singular ) return false;
    
    		// Prepend context and EOT, like in MO files
    		$key = !$this->context? $this->singular : $this->context.chr(4).$this->singular;
    		// Standardize on \n line endings
    		$key = str_replace( array( "\r\n", "\r" ), "\n", $key );
    
    		return $key;
    	}

    But i’m don’t know what to do to put this plugin on, anyone can help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey zandarim,

    This is a memory issue, I’m afraid.

    You would have to either increase your memory size, or delete any unwanted content/plugins/media etc on your wesbite .

    Let me know if you require any more help!

    Thread Starter zandarim

    (@zandarim)

    Hello bobbyduff, i disabled all plugins installed and activated the Jetpack , but it did not work, returned the following error , and when I try to access the plugins page via WordPress returns the same error.

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 115 bytes) in /home/storage/0/ce/c6/camilafigueiredo/public_html/wp-includes/pomo/entry.php on line 76

    Moderator Kathryn Presner

    (@zoonini)

    I’d suggest you contact your web host for assistance with increasing your site’s memory, as it’s not a theme issue.

    If you need help on the Jetpack side, feel free to contact them here: http://jetpack.me/contact-support/

    Thread Starter zandarim

    (@zandarim)

    Hello everyone, i found a solution to the problem, i changed in my hosting the file php.ini (i think is that) MemoryLimit to 128, works nice.

    Moderator Kathryn Presner

    (@zoonini)

    Glad you found a solution, I’ve marked this thread as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help with Jetpack Plugin’ is closed to new replies.