Well looks like I am on a posting role here, bare with me.
When Manage files is selected and you are in the file browser, Any of the 3 things are pressed
New Folder
Upload
Info
There is a thickbox or what ever javascript it is that opens a floating window in front, in that window the file browsers opens again... What I found if any of the 3 previous mention items are then pressed you are finally taken to the right place.
Thats not all because now it doesn't want to close.
See screenshot here.
http://img.skitch.com/20090201-kmw39de67jb5i9pbkwuew5sh.jpg
I hope you get my point.
Argh, thanks, last time I tested that worked as expected (it's thickbox btw). Must be related to some js changing around in Zenphoto recently... I will check on that, probably a js call gone missing.
For the mysql error I have no idea, it is working for me with MySQL 5.0.41 and is supposed to work since 4. When do you get that, on hte backend or on the gallery?
The Sql Error is in my MAMP install as well. It is in the front end in the Gallery when I click on News.
Screenshot of your default theme.
http://img.skitch.com/20090201-8se4usf65rfwq5wdda6p7swjgc.jpg
And the settings.
http://img.skitch.com/20090201-xgntxrmjjat7gxtuqnf77kcfug.jpg
I just fixed the thickbox issue with the file manager. There had been a name change of one js file that escaped me.
If you mean the session error, I did never get this with MAMP but I did get it on my real webspace (actually I have not tried for a longer time). There was this chmod fix mentioned above and there actually has been a fix sbillard added for another session issue a while ago. I have no further ideas on that right now.
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.