• What do these messages on my dashboard mean & how can I correct?

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/30/1/68/2/1720817/user/1857567/htdocs/wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php on line 190

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/30/1/68/2/1720817/user/1857567/htdocs/wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php on line 190

    Plugins:
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/30/1/68/2/1720817/user/1857567/htdocs/wordpress/wp-includes/SimplePie/Content/Type/Sniffer.php on line 283

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think your php settings have a memory limit which this file is exceeding.

    Check your php.ini file and edit the line that looks like this.

    memory_limit = 64M;

    Be careful though, as if you’re using shared hosting your hosting company may limit how hight this can go. Try increasing it a few megs and see if that fixes it.

    Thread Starter nlp0526

    (@nlp0526)

    Thanks for the message.

    Sure enough, I did find out I have a limit (they said I can go up to 128M).

    But I don’t have a php.ini file. Checked everywhere, but no php.ini

    How do I create one?

    Thanks,

    You will need to ask your hosting provider. Some provide a file which you can edit. Some allow you to create a php.ini of your own and it will meld the info with existing php.ini file.

    You may not be able to see a php.ini file in your file structure, but rest assured it’s there somewhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘What do these "fatal error" messages mean on my dashboard & how can I fix?’ is closed to new replies.