• baldinho

    (@baldinho)


    Hello. I handled it to install wordpress on my webserver successfully. Posting articles is fine, uploading images doesn’t work.

    When I log in into the admin, I see following error message on the dashboard:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /mnt/sites/erlebnisse.ch/web/wp-includes/class-simplepie.php on line 14908

    and

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 79 bytes) in /mnt/sites/erlebnisse.ch/web/wp-includes/class-simplepie.php on line 14568

    Any ideas how I could solve this issue?

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • arkgroup

    (@arkgroup)

    baldinho,

    To fix the problem set the following php values:
    1. memory_limit to 64M
    2. max_execution_time 300
    3. upload_max_filesize 10M
    4. post_max_size 10M

    Contact hosting support to get information about how to set such values at your hosting account.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error’ is closed to new replies.