Had a few days of virtual servername issues and a few days of DB import limit issues.
Resolved the DB issue and uploaded it this morning. But
Error, Serendipity cannot find DB
Changed OUR local.cfg file to reflect the new DB info.
No error, but an instant empty screen with a DONE in the status bar. rackjite.com
Server says its a "scripting" issue and not their problem. And to access Apache to get error logs and figure it out. Beyond my capability at the moment.
I need some help as I have no idea where to look.
I tried to learn SSH last night, got PUTTY but its just too much of a learning curve all at once.
I need to get the blog UP.
And, its my birthday! Sure would be a nice present to get it up, let me tell you!
rackjite.com
Thanx
RJ
Here is the new config file I changed the newDB NAME, DBHOST and DBUSER
$serendipity['versionInstalled'] = '1.5.1';
$serendipity['dbName'] = 'kick';
$serendipity['dbPrefix'] = 'serendipity_';
$serendipity['dbHost'] = 'localhost';
$serendipity['dbUser'] = 'kick';
$serendipity['dbPass'] = '*******';
$serendipity['dbType'] = 'mysql';
$serendipity['dbPersistent'] = false;
$serendipity['dbCharset'] = 'utf8';
No longer get a DB ERROR when click the url...