Hi,
I get this warnings when clicking at IMAGES (images are not displayed but they are already uploaded):
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampplite\htdocs\www.unique-agency.co.uk\libraries\joomla\database\database\mysql.php on line 344
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampplite\htdocs\www.unique-agency.co.uk\libraries\joomla\database\database\mysql.php on line 344
show columns from jos_phocagallery;
Code: Select all
Full Texts
Field Type Null Key Default Extra
id int(11) unsigned NO PRI NULL auto_increment
catid int(11) NO MUL 0
sid int(11) NO 0
title varchar(250) NO
alias varchar(255) NO
filename varchar(250) NO
description text YES NULL
date datetime NO 0000-00-00 00:00:00
hits int(11) NO 0
latitude varchar(20) NO
longitude varchar(20) NO
zoom int(3) NO 0
geotitle varchar(255) NO
videocode text YES NULL
vmproductid int(11) NO 0
published tinyint(1) NO 0
checked_out int(11) NO 0
checked_out_time datetime NO 0000-00-00 00:00:00
ordering int(11) NO 0
params text YES NULL
extlink1 text YES NULL
extlink2 text YES NULL
show columns from jos_phocagallery_categories;
Code: Select all
Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
parent_id int(11) NO 0
title varchar(255) NO
name varchar(255) NO
alias varchar(255) NO
image varchar(255) NO
section varchar(50) NO MUL
image_position varchar(30) NO
description text YES NULL
date datetime NO 0000-00-00 00:00:00
published tinyint(1) NO 0
checked_out int(11) unsigned NO MUL 0
checked_out_time datetime NO 0000-00-00 00:00:00
editor varchar(50) YES NULL
ordering int(11) NO 0
access tinyint(3) unsigned NO MUL 0
count int(11) NO 0
hits int(11) NO 0
accessuserid text YES NULL
uploaduserid text YES NULL
deleteuserid text YES NULL
userfolder text YES NULL
latitude varchar(20) NO
longitude varchar(20) NO
zoom int(3) NO 0
geotitle varchar(255) NO
params text YES NULL
show columns from jos_phocagallery_comments;
Code: Select all
Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
catid int(11) NO 0
userid int(11) NO 0
date datetime NO 0000-00-00 00:00:00
title varchar(255) NO
comment text YES NULL
published tinyint(1) NO 0
checked_out int(11) unsigned NO 0
checked_out_time datetime NO 0000-00-00 00:00:00
ordering int(11) NO 0
params text YES NULL
show columns from jos_phocagallery_img_votes;
Code: Select all
Error
SQL query:
SHOW COLUMNS FROM jos_phocagallery_img_votes
MySQL said: Documentation
#1146 - Table 'unique.jos_phocagallery_img_votes' doesn't exist
show columns from jos_phocagallery_img_votes_statistics;
Code: Select all
Error
SQL query:
SHOW COLUMNS FROM jos_phocagallery_img_votes_statistics
MySQL said: Documentation
#1146 - Table 'unique.jos_phocagallery_img_votes_statistics' doesn't exist
show columns from jos_phocagallery_user_category;
Code: Select all
Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
catid int(11) NO MUL 0
userid int(11) NO 0
show columns from jos_phocagallery_votes;
Code: Select all
Field Type Null Key Default Extra
id int(11) NO PRI NULL auto_increment
catid int(11) NO 0
userid int(11) NO 0
date datetime NO 0000-00-00 00:00:00
rating tinyint(1) NO 0
published tinyint(1) NO 0
checked_out int(11) unsigned NO 0
checked_out_time datetime NO 0000-00-00 00:00:00
ordering int(11) NO 0
params text YES NULL
show columns from jos_phocagallery_votes_statistics;
Code: Select all
Field Type Null Key Default Extra
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