Search found 5 matches

by lajbans
Fri Sep 07, 2007 1:59 pm
Forum: Bugs
Topic: problem reading from SQL DB?
Replies: 7
Views: 4189

Hi,
Thanks for your help.
I solved it the easiest way - exporting the entries and then re-install s9 and import entries.

Works like a charm now.

Thanks for your help!
by lajbans
Wed Sep 05, 2007 2:02 pm
Forum: Bugs
Topic: problem reading from SQL DB?
Replies: 7
Views: 4189

Got some new errors now....



Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'tadde@localhost' (Using password: YES) in /home/nb/include/db/mysql.inc.php on line 270

Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user: 'apache@localhost ...
by lajbans
Wed Sep 05, 2007 1:27 pm
Forum: Bugs
Topic: problem reading from SQL DB?
Replies: 7
Views: 4189

Here it all comes, as you see I dont use cat's for my entries and no group assigned to my user more than admin

mysql> SELECT * FROM serendipity_entries ORDER BY id DESC LIMIT 1 ...
by lajbans
Wed Sep 05, 2007 12:54 pm
Forum: Bugs
Topic: problem reading from SQL DB?
Replies: 7
Views: 4189

Hi don't have phpmyadmin doing all by shell command :D

mysql> CHECK TABLE serendipity_entries;
+--------------------------------+-------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+--------------------------------+-------+----------+----------+
| DB.serendipity_entries | check ...
by lajbans
Wed Sep 05, 2007 11:11 am
Forum: Bugs
Topic: problem reading from SQL DB?
Replies: 7
Views: 4189

problem reading from SQL DB?

Hi
All out of sudden serendipity has problems reading the entries in my sql table.

When I check the serendipity_entries in mysql it adds new entries and all my old entires are there, thus they are not published on my frontpage nor to be seen in adminpage when check edit entries etc.

Last think I ...