• Get an error message – size of 33554432 bytes exhausted when I try to upgrade – what does that mean? it talks about line 1324 – can somebody help me with this – I have no idea what they are talking about.

    Also tried to upload wp ecommerce and only got the shopping cart – what is the problem here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter lorraine-arams

    (@lorraine-arams)

    Here’s the exact message:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2355506 bytes) in /home2/wizetime/public_html/wp-includes/http.php on line 1324

    What does that mean please?

    it means you are running out of php memory
    add this line to your wp-config.php
    define('WP_MEMORY_LIMIT', '64M');
    or ask your host to bump the php memory

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘tried to upgrade as prompted – get error message – please help’ is closed to new replies.