Still an issue. Haven't changed a thing on my end. I'm going to start looking for a fee-based webhost. Free hosting isn't a good deal if the site goes down for days at a time with no apparent reason.
Haven't messed with my settings, but getting the following
Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.
Any ideas? Thanks.
Fixed. Backed up the database and then deleted and re-created a user. Opened repair_settings.php and noticed the db password was off. Reset that and now the site is back online. Thanks very much for your help. I'd rep you again but I already did and it won't let me do it again until I spread...
ok, finally got some time to do this. ran the repair_setting.php and everything matched the recommended settings. however I got an error message at the top of the page that reads:
Some settings are not being shown because the MySQL connection information is incorrect
In the remoteSQL...
Not quite
$db_server = 'localhost';
$db_name = 'jakelamb_smf';
$db_user = 'jakelamb_smf';
Where jakelamb is the cPanel username and smf is the database
Should the last entry be
$db_user = 'jakelamb_jakelamb_smf';
where jakelamb_smf is the db username?
Edit: tested the...