File manager works good now, thanks.
Yeah that error I pretty strange.
If I tick "News On ZenPhoto Index"
There is a tiny tiny change if I refresh for some strange reason.
`
MySQL Query ( (SELECT title as albumname, titlelink, date, @type:='news' as type FROM [code]zp_zenpage_news[/code] WHERE [code]show[/code] = 1 ORDER BY date) UNION (SELECT albums.folder, images.filename, images.date, @type:='images' FROM [code]zp_images[/code] AS images, [code]zp_albums[/code] AS albums WHERE albums.id = images.albumid AND images.show = 1 AND albums.show=1 ORDER BY images.) ORDER By date DESC LIMIT 10,10 ) failed. 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 ') ORDER By date DESC LIMIT 10,10' at line 4
`
`
MySQL Query ( (SELECT title as albumname, titlelink, date, @type:='news' as type FROM [code]zp_zenpage_news[/code] WHERE [code]show[/code] = 1 ORDER BY date) UNION (SELECT albums.folder, images.filename, images.date, @type:='images' FROM [code]zp_images[/code] AS images, [code]zp_albums[/code] AS albums WHERE albums.id = images.albumid AND images.show = 1 AND albums.show=1 ORDER BY images.) ORDER By date DESC LIMIT 0,10 ) failed. 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 ') ORDER By date DESC LIMIT 0,10' at line 4
`
10 changes to 0. in x(x),xx
Just taking notes here really.