Member
Member
olihar   01-02-2009, 02:28
#1

Hi Malte, I can see there has been some changes in the nightly of ZenPage, just heads up of changed file naming of yours, dont mind me if you are currently working on the changes.

I just bumped into this.

Few Page to Admin name changes.

And yes even more changes in other names and amount of files in the plugin folder.

Administrator
Administrator
acrylian   01-02-2009, 10:42
#2

Did you encounter any issue with the change? The change/restructuring is actually already complete.

Member
Member
olihar   01-02-2009, 11:05
#3

yes I get this.

http://img.skitch.com/20090201-rhpw4utnnsbscm39qd1uyg9jky.jpg

When I do Add page or save order to take some examples.

Using
zenphoto version 1.2.2 [3417] | zenpage version 1.0.1 [3417] |

Administrator
Administrator
acrylian   01-02-2009, 11:28
#4

Ah, thanks, whyever I missed these...

Administrator
Administrator
acrylian   01-02-2009, 12:13
#5

I have fixed these. If you encounter anything else let me know straight ahead since 1.1 is scheduled for tomorrow (my timezone).

Member
Member
olihar   01-02-2009, 12:53
#6

I will be on the look out doing heavy testing today.

One minor thing I noticed, Some text when you press Usage tips under categories is not necessary.

Hint: If you need more space for your text use TinyMCE's full screen mode (Click the blue square on the top right of editor's control bar).

Administrator
Administrator
acrylian   01-02-2009, 12:58
#7

True, a copy and paste thing. Anyway, I will not change that now as it might break the already updated translations.

Member
Member
olihar   01-02-2009, 13:25
#8

I think it is something to do with my setup, I can't get the file browser to work localy.

I have yet to try on my server in the States.

I get
Permission denied: session/ is not writable.
I have 777 on the uploaded folder in the root.

Agin I think it is something local, I just wanted to bring it up to be sure.

Administrator
Administrator
acrylian   01-02-2009, 13:49
#9

This is a permission issue. There has been a post with a fix:
Try to chmod -R 777 zp-core/plugins/tiny_mce/plugins/ajaxfilemanager/session directly

Member
Member
olihar   01-02-2009, 13:50
#10

When i turn on CombiNews I get

Zenphoto Error MySQL Query ( (SELECT title as albumname, titlelink, date, @type:='news' as type FROM [code]zp_zenpage_news[/code] 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 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
I have mySql 5.0.67

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...

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.