|
Haven't registered yet? Do it here now!
|
bounderby
Joined: 11 Aug 2006 Posts: 24
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 12:19 pm Post subject: Getting some strange error messages |
|
|
|
|
|
|
|
|
|
|
when trying to post:
Quote: | Query to MySQL Failed: Column count doesn't match value count at row 1 |
.. this happens on all my blogs - was working Ok previously.
and
Quote: | Notice: Undefined variable: g_feeder_sources in /home/crysm/public_html/captainserious/bloggo/index.php on line 1301 |
... when trying to change templates - this is only happening on a few of my blogs.
Autoposting still working Ok, and blogs still showing.
What does it all mean? Some kind of database corruption? |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 3:47 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
did you update recently?
This problems looks to me like, you upgraded the files, but didn't run the upgrade file to update the necessary mysql tables.
Let me know.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
bounderby
Joined: 11 Aug 2006 Posts: 24
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 4:48 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
I updated and deleted the upgrade file as required as soon as v2.1 came out - pretty sure it was working after that.
What tables should have changed/been created?
If you let me know, I'll go into the database and see if they have been done. |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 4:55 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
Well, you should look if there is a new table created: boftps
And whether your table "boposts" last field is 'rsspostlink'
If these two things are not there. Here are the mysql queries to make it:
ALTER TABLE `boposts` ADD `rsspostlink` VARCHAR( 255 ) NOT NULL;
CREATE TABLE `boftps` (
`id` smallint(5) unsigned NOT NULL auto_increment,
`ftphost` varchar(240) NOT NULL default '',
`ftpuser` varchar(240) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `ftphost` (`ftphost`,`ftpuser`));
Let me know.. _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
bounderby
Joined: 11 Aug 2006 Posts: 24
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 5:48 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
OK - that has mostly fixed it, thanks.
I am still left with the...
Quote: | Notice: Undefined variable: g_feeder_sources in /home/crysm/public_html/captainserious/bloggo/index.php on line 1301 |
... error when making a change to a template, but at least now the tempalte does actually change as requested.
I can live with that error message if it implies nothing too critical elsewhere.
thanks again |
|
|
|
|
|
|
|
Atanasis Owner
Joined: 22 May 2004 Posts: 4284 Location: The Net
|
|
|
|
|
|
|
Posted: Tue Sep 12, 2006 5:56 pm Post subject: |
|
|
|
|
|
|
|
|
|
|
okay, cool. then it seems like you didn't run the bo-upgrade.php file or something went wrong wit it.
About the warning you get now, it isn't error actually, its just debugging message, and its not causing any problems. I will suppress it in next update.
Thanks! _________________ Thanks,
Kaktusan
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|
|
|
| |