verano Posted December 7, 2011 Author Share Posted December 7, 2011 This code $key = md5($boardurl . filemtime($sourcedir . 'Sources/Load.php')) . '-SMF-' . strtr($key, ':', '-'); is generating this error message.. Warning: filemtime() [function.filemtime]: stat failed for Sources/Load.php in /home/wolfy45/public_html/forum/Sources/Load.php on line 2687 Connection Problems Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later. Why? Link to comment https://forums.phpfreaks.com/topic/252548-fatal-error/page/2/#findComment-1295132 Share on other sites More sharing options...
jonsborn Posted December 15, 2011 Share Posted December 15, 2011 Please, You can change your memory limit by setting memory_limit to –1 in PHP. This fatal PHP error crops up because, by default, PHP has a memory usage limit of 8 MB for any given script. This is a acceptable thing, actually, because you don’t wish a rogue PHP Software to bring down your server by acquisitive all the memory. But occasionally, you’ll have a PHP script that normally exceeds the 8 MB limit Link to comment https://forums.phpfreaks.com/topic/252548-fatal-error/page/2/#findComment-1298085 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.