What error is this : Fatal error:

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mang
Forum Newbie
Posts: 8
Joined: Thu Nov 02, 2006 12:43 am

What error is this : Fatal error:

Post by mang »

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 11520 bytes) in /public_html/top_level.inc.php on line 12 in php

top_level.inc.php is a file which is include at the top of every file so that user can not access the page directly without proper login can help me to solve this problem
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

What's on line 12?
Post Reply