Fatal Error on main forum page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Renae
    New Member
    • Dec 2005
    • 21
    • 3.5.x

    Fatal Error on main forum page

    I am seeing this error on my page, I have no idea what it means. I looked through this php file, but I did not see what is causing the error.

    Help please.

    Code:
    [B]Fatal error[/B]:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 5767123 bytes) in [B]/home/militas1/public_html/forum/includes/class_core.php[/B] on line [B]371[/B]
  • 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

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...