eror in update user titles and ranks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mr.reza
    New Member
    • Oct 2007
    • 21
    • 3.6.x

    eror in update user titles and ranks

    hi

    when i want to update user titles and ranks i have a error please help me

    Code:
    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 4864 bytes) in /home/***/public_html/forums/includes/class_dm.php(474) : runtime-created function on line 1
    How can i fix it ?

    thanks
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    Your PHP does not have enough memory allocated to it to complete this operation. Ask your host to increase the 'memory_limit' variable in php.ini to at least 64M.

    To temporarily up your limits edit your includes/config.php file and add these lines right under the <?php line:

    ini_set('memory_limit', 64 * 1024 * 1024);
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    Related Topics

    Collapse

    Working...