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.
Comments
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] |
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).
`
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.
Try to `chmod -R 777 zp-core/plugins/tiny_mce/plugins/ajaxfilemanager/session` directly
`
Zenphoto Error
MySQL Query ( (SELECT title as albumname, titlelink, date, @type:='news' as type FROM
zp_zenpage_news
ORDER BY date) UNION (SELECT albums.folder, images.filename, images.date, @type:='images' FROMzp_images
AS images,zp_albums
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
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.
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?
Screenshot of your default theme.
http://img.skitch.com/20090201-8se4usf65rfwq5wdda6p7swjgc.jpg
And the settings.
http://img.skitch.com/20090201-xgntxrmjjat7gxtuqnf77kcfug.jpg
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.
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
zp_zenpage_news
WHEREshow
= 1 ORDER BY date) UNION (SELECT albums.folder, images.filename, images.date, @type:='images' FROMzp_images
AS images,zp_albums
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
zp_zenpage_news
WHEREshow
= 1 ORDER BY date) UNION (SELECT albums.folder, images.filename, images.date, @type:='images' FROMzp_images
AS images,zp_albums
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.