Pixelated a phpBB Template by SkaidonDesigns
 
Cheapest Web Software Support Area Forum Index www.cheapestwebsoftware.com
Play with the Best, be the Best!
Cheapest Web Software
FAQ
Search
Memberlist
Usergroups
Profile
Log in to check your private messages
Log in

The Mightiest Webmaster Solutions Ever
Rocket Pinger
Rocket Pinger
Blogs Automater
Blogs Automater
Blogs Organizer
Blogs Organizer
Plug Rush
Plug Rush

Haven't registered yet? Do it here now!
Getting some strange error messages

 
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Organizer
View previous topic :: View next topic  
Author Message
bounderby



Joined: 11 Aug 2006
Posts: 24

PostPosted: Tue Sep 12, 2006 12:19 pm    Post subject: Getting some strange error messages Reply with quote
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?
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Sep 12, 2006 3:47 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
bounderby



Joined: 11 Aug 2006
Posts: 24

PostPosted: Tue Sep 12, 2006 4:48 pm    Post subject: Reply with quote
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.
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Sep 12, 2006 4:55 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Author Message
bounderby



Joined: 11 Aug 2006
Posts: 24

PostPosted: Tue Sep 12, 2006 5:48 pm    Post subject: Reply with quote
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
Back to top
View user's profile Send private message

Author Message
Atanasis
Owner


Joined: 22 May 2004
Posts: 4284
Location: The Net

PostPosted: Tue Sep 12, 2006 5:56 pm    Post subject: Reply with quote
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

Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger ICQ Number

Display posts from previous:   
Post new topic   Reply to topic    Cheapest Web Software Support Area Forum Index -> Blogs Organizer All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
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