Re: Table 344 sql error vote
Posted: 30 Jun 2009, 21:04
Hi, I hope, at the end of this week I summarize all the bugs from Alfa version and will release Beta (so I will take a look at this, maybe some column is missing while updating there).
Please if you can, let me know all Phoca Gallery tables you have set in your database and all columns of these tables.
You can do it in phpMyAdmin if you run these sql queries ( step by step
):
show columns from jos_phocagallery;
show columns from jos_phocagallery_categories;
show columns from jos_phocagallery_comments;
show columns from jos_phocagallery_img_votes;
show columns from jos_phocagallery_img_votes_statistics;
show columns from jos_phocagallery_user_category;
show columns from jos_phocagallery_votes;
show columns from jos_phocagallery_votes_statistics;
If you get the output then just copy the table (so you need not to write it manually):
e.g.:
jos_phocagallery_votes_statistics
Thank you, Jan
Please if you can, let me know all Phoca Gallery tables you have set in your database and all columns of these tables.
You can do it in phpMyAdmin if you run these sql queries ( step by step
show columns from jos_phocagallery;
show columns from jos_phocagallery_categories;
show columns from jos_phocagallery_comments;
show columns from jos_phocagallery_img_votes;
show columns from jos_phocagallery_img_votes_statistics;
show columns from jos_phocagallery_user_category;
show columns from jos_phocagallery_votes;
show columns from jos_phocagallery_votes_statistics;
If you get the output then just copy the table (so you need not to write it manually):
e.g.:
jos_phocagallery_votes_statistics
Code: Select all
id int(11) NO PRI NULL auto_increment
catid int(11) NO 0
count tinyint(11) NO 0
average float(8,6) NO 0.000000