Pages (2):    1 2
Member
Member
olihar   01-02-2009, 14:02
#11

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.

Administrator
Administrator
acrylian   01-02-2009, 14:42
#12

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?

Member
Member
olihar   01-02-2009, 14:43
#13

Just to say again, with the MAMP install I have the same problem with the File manager as stated previously. So you should get the bug as well.

Member
Member
olihar   01-02-2009, 14:51
#14

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

Administrator
Administrator
acrylian   01-02-2009, 14:51
#15

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.

Administrator
Administrator
acrylian   01-02-2009, 14:56
#16

Thanks for the screenshots but I really can't reproduce it. I know I had that error once before but I actually fixed that. I have no idea why you do...

Member
Member
olihar   01-02-2009, 15:08
#17

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.

Administrator
Administrator
acrylian   01-02-2009, 15:14
#18

I really appreciate that. If that is an error/issue I as always would like to solve that. But that is really hard if I can't reproduce it. I can not spot any error in the query, too...

Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.