![]() |
|
some issues w/ zen update - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: some issues w/ zen update (/thread-1997.html) |
some issues w/ zen update - shrubbysteve - 29-12-2007 so i just updated zen to the lovely new version 1.1.3. i used to have stoppeddesign as my theme but decided to go with stopdesign. because i've been dealing with spam all day before the update and trying to update and fix my mess ups, i'm a bit tired so please forgive me for doing this as a short cut. issues: (2)because i couldn't use a website url i found this post and did what it suggested: // What you want to call your photo gallery. // Your web site title and address, if you have one. If not, leave blank. this didn't work either so i'm a bit tired, frustrated and stuck! (3)comments are allowed but i can't see the add comments under any of my photos. thanks kindly to anyone who reads/responds to this. seriously, thanks much... some issues w/ zen update - shrubbysteve - 29-12-2007 other things i've noticed are that my favicon doesn't show up at all. i've added it to the header of my theme's image, index and album php's and if possible i'd like to get rid of "image info" and "full size." full size especially cause every time i click on it, it automatically pops up as a download option and i really don't like that! ideally i'd like to have no full size at all and for my images to be full size when browsing through images w/o having to resize all of my photos. i've tweaked the code but it freaks out the rest of the page (especially the right side of the page- right side thumb image and text) some issues w/ zen update - acrylian - 29-12-2007
Regarding favicon: In some browsers you need to clear the cache to get it displayed correctly either in bookmarks or in the adress bar (some Safari versions for example) some issues w/ zen update - acrylian - 29-12-2007 For the fullsize image issue, use the nightly build, the error is corrected there. If you don't want a fullsize image link at all, you need to delete the link from you image.php some issues w/ zen update - shrubbysteve - 29-12-2007
favicon- it displayed correctly when i didn't redirect to my photo page but everytime i go to the photo page the icon doesn't show up thanks much for tackling my numerous issues acrylian!! some issues w/ zen update - sbillard - 29-12-2007 There is a build created each night of all the committed changes for the day. The link on the zenphoto home page takes you to the list of all nightly builds. So far, the builds have remained stable, so just using the latest is the best choice. As of version 1.1.3 setup.php and upgrade.php are essentially the same program. (upgrade.php just invokes setup.php with a parameter inhibiting the system check.) My recommendation is that setup.php is the program to be run on all upgrades. The system check doesn't hurt. If it complains about something you don't want to fix, you can run upgrade.php and take your chances. some issues w/ zen update - shrubbysteve - 29-12-2007 weird update error on the setup.ph: Your mySQL user must have Select, Insert, Update, and Delete rights. Grants found: GRANT USAGE ON . TO 'namehere_zen@'localhost' IDENTIFIED BY PASSWORD '*****' GRANT ALL PRIVILEGES ON i have no freakin clue what i did wrong cause i did the exact same thing last night when i updated to 1.1.3. this is from a nightly update i just did a couple minutes ago "zenphoto-2007-12-28-trunk" please help! some issues w/ zen update - sbillard - 30-12-2007 This is just a warning. The GO button should still show. Your rights look correct, it might be a problem with the new setup. One question though. Is namehere_zen the name of your database? If not, then that could be the problem. I have added some more diagnostic information to setup. It will be in tonight's build. Also, does the user name match what you expect? some issues w/ zen update - shrubbysteve - 30-12-2007 yeah the go button shows and all and the setup and update worked (minus the weird mysql warning). but as for the name of my database, no, it's actually thediver_zen. i just didn't know if it would be wise to post that so i just substituted "namehere." like i said when i did the update before doing the nightly build upgrade, i never had a mysql warning. btw i still get the error don't know what you meant by this: expect of what? still no "add comment" option for my photos for the stopdesign theme. hope the new nightly build is worth doing 'cause i can't stay up late fixing my mess ups when doing another install oy! some issues w/ zen update - sbillard - 30-12-2007 What I was asking is if the database name and the user id listed in the [i]SHOW GRANTS[/i] matches your db and user name. There is something unusual happening on your site. First, the [i]SHOW GRANTS[/i] list looked correct with the possible exception of the names. Second, there is no reason I know of that you should not be able to save the Website URL with the 'http://' on it. That's how mine is saved. Nor do I know why wou would get the Forbidden error. Specially since you seem to be running admin.php (or you wouldn't be saving options.) The addcomments problem is an identified issue. No fix for it yet, though. some issues w/ zen update - sbillard - 31-12-2007 The add comments problem is resolved in tonight's nightly build. |