+ Reply to Thread
Results 1 to 4 of 4

Thread: Weird PHP error when going to wordpress admin page

  1. #1
    PaulRiedel is offline New Bee
    Join Date
    Aug 2007
    Posts
    10
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Weird PHP error when going to wordpress admin page

    Hi

    I just installed wordpress (2.7) for the first time and get this error message when I go to the admin page:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home3/priedelc/public_html/realitygossip/realitygossip/wp-admin/includes/plugin.php on line 882

    What is this and how can I fix it?

    Please help me.

    Thanks!!

    Paul

  2. #2
    PaulRiedel is offline New Bee
    Join Date
    Aug 2007
    Posts
    10
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb

    wow, i literally had to upload a php.ini with the one line:
    memory_limit = "16M"
    to *all* directories...

    hmmmmm - well it seems to work now.

  3. #3
    squinky86 is offline Senior Member
    Join Date
    Jan 2008
    Posts
    100
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You may find it easier to add the following line to wp-config.php:

    ini_set('memory_limit', '16M');

  4. #4
    dkberktas is offline New Bee
    Join Date
    Sep 2008
    Posts
    1
    WHB Points this Month
    0.00
    WHB Points
    0.00
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Solved

    the config.php method doesnt work. I copy php.ini with one memory line to admin directory, which solves the problem

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts