Page 2 of 2

Posted: Thu Jan 20, 2005 3:15 pm
by garvinhicking
Yes, your folder /home/G01/gracia/www/blog is still not able to be writable by the webserver user. You need to make the folder world-writeable (chmod 777) with either SSH access or FTP account.

Regards,
Garvin

Posted: Fri Jan 21, 2005 4:29 pm
by NexusTwelve
Well, I was hing some trouble logging in to phpMyAdmin, but got that cleared up with my host, I ran the code you gave me and it returned the following meassage:


Your SQL-query has been executed successfully
SQL-query:
USE ekmesnz_numbone;# MySQL returned an empty result set (i.e. zero rows).
CREATE TABLE serendipity_entrycat(
entryid int( 11 ) NOT NULL ,
categoryid int( 11 ) NOT NULL
);# MySQL returned an empty result set (i.e. zero rows).


So what do I do from here?
Thanks.

Posted: Sat Jan 22, 2005 11:56 am
by garvinhicking
NexusTwelve, so after you ran that SQL query, does the serendipity_entrycat table appear?

If yes, can you try to install Serendipity again and use the same username+password you used for phpMyAdmin as dbUser and dbPassword - and use 'ekmesnz_numbone' as dbName and 'serendipity_' as dbPrefix. Select mysql as your database extension.

This should really work, if it does in phpMyAdmin...

Regards,
Garvin

Posted: Sun Jan 23, 2005 12:28 am
by NexusTwelve
It worked! Thanks very much.