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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.