SMFHacks.com

SMF Gallery Pro => Support => Bugs => Topic started by: Matth41 on July 21, 2009, 09:57:14 am

Title: [2.5RC1] Errors in log / Cannot Feature Art
Post by: Matth41 on July 21, 2009, 09:57:14 am
Whenever I try and feature art, it doesn't seem to be showing up anywhere other than its normal gallery location.

Additionally, Errors in my log since installing RC1..

http://www.furcartzone.com/index.php?action=gallery;su=user;sa=settings 
8: Undefined index: gallery_index_featured
File: /home/matth41/public_html/furcartzone.com/Themes/default/UserGallery2.template.php (settings sub template - eval?)
Line: 1259 



 http://www.furcartzone.com/index.php?action=gallery;sa=edit2 
2: rename(/home/matth41/public_html/furcartzone.com/gallery/12/2034_29_03_09_11_29_59.png_thumb,/home/matth41/public_html/furcartzone.com/gallery/) [<a href='function.rename'>function.rename</a>]: Not a directory
File: /home/matth41/public_html/furcartzone.com/Sources/Gallery2.php
Line: 2339 



http://www.furcartzone.com/index.php?action=gallery;sa=search2;q=cC50aXRsZSBMSUtFICclaG9yc2UlJyAgT1IgcC5kZXNjcmlwdGlvbiBMSUtFICclaG9yc2UlJyBPUiBwLmtleXdvcmRzIExJS0UgJyVob3JzZSUnIE9SIGQudmFsdWUgTElLRSAnJWhvcnNlJSc=;w=;qs=8688542c3b5a5944c8d5515239ef4f2cf4e70446;ws=dc08766ca76695493d0d90cf3168916e6ddfc6e4;start=20 
Database Error: Unknown column 'd.value' in 'where clause'


SELECT
p.id_picture
FROM smf_gallery_pic as p

WHERE p.approved = 1 AND (p.title LIKE '%horse%' OR p.description LIKE '%horse%' OR p.keywords LIKE '%horse%' OR d.value LIKE '%horse%')
File: /home/matth41/public_html/furcartzone.com/Sources/Load.php(1959) : eval()'d code
Line: 3002 



 http://www.furcartzone.com/index.php?action=gallery;sa=slideshow;id=7191 
Database Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND p.USER_ID_CAT = AND p.ID_PICTURE <= 7191 AND p.approved = 1 ORDER BY p.ID_' at line 5


SELECT
p.ID_PICTURE, p.totalratings, p.rating, p.commenttotal, p.filesize, p.views, p.thumbfilename, p.filename, p.title, p.ID_MEMBER, m.real_name, p.date, p.description, p.mature
FROM smf_gallery_pic as p
LEFT JOIN smf_members AS m ON (p.ID_MEMBER = m.ID_MEMBER)
WHERE p.ID_CAT = AND p.USER_ID_CAT = AND p.ID_PICTURE <= 7191 AND p.approved = 1 ORDER BY p.ID_PICTURE DESC
LIMIT 50



 http://www.furcartzone.com/index.php?action=gallery;sa=add2 
2: htmlspecialchars() expects parameter 1 to be string, array given
File: /home/matth41/public_html/furcartzone.com/Sources/Gallery2.php
Line: 6879 

Title: Re: [2.5RC1] Errors in log / Cannot Feature Art
Post by: SMFHacks on July 21, 2009, 11:54:37 pm
Fixed all for final release.