![]() |
|
Tags cliçckable or not? And a seach can fail, even if the tag exist. - 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: Tags cliçckable or not? And a seach can fail, even if the tag exist. (/thread-8030.html) |
Tags cliçckable or not? And a seach can fail, even if the tag exist. - ombres-et-lumieres - 2011-01-02 I 'm using the version 1.2.9, firefox, and did my own theme. Tags cliçckable or not? And a seach can fail, even if the tag exist. - sbillard - 2011-01-03 First of all, existence of a tag is not the same as having some target tagged with that tag. If you are getting "not found" when you do a tag search it is beause there was not any matches on the tag. Second, 1.2.9 is a pretty old release. We just today announced the release of 1.4.0. So any problems you have may already have been solved. Third, the state when you are logged in allows you to edit the tags. That is exclusive of being able to click on them. But the good news is that this behavior is disabled by default on the 1.4.0 release because it is also a terrible security risk. So, bottom line, upgrade to the current version. Tags cliçckable or not? And a seach can fail, even if the tag exist. - ombres-et-lumieres - 2011-01-04 Ok, I fact, about the tags, I have 3 permission levels: "visitor", "registered user", just to access to defined albums with keyword and no other right than "to see", and "administrator" with full rights. A simple visitor, on non keyword access albums, have links on the tags under the pictures, but when I' m logged on as registered user, I don't have the links and can' t change them. And my question is why a simple visitor can use these tags and not a registered user? Thanks, Eric Tags cliçckable or not? And a seach can fail, even if the tag exist. - acrylian - 2011-01-04 Quote:warning (Localization of Zenphoto currently requires native PHP gettext() support ) and I don't knw if it comes from my server or zenphoto. Quote:So when I tried to work with the administration page I had an "error in your SQL syntax". Quote:I don't have the links and can' t change them. And my question is why a simple visitor can use these tags and not a registered user? Tags cliçckable or not? And a seach can fail, even if the tag exist. - ombres-et-lumieres - 2011-01-04 All the set up seems ok. Backtrace: -> query (functions-db-MySQL.php [90]) But, if, fore choosing the options of a theme I go to the page by "options" and "theme", it is saved. I tried with different themes and it seems that the problem is general. Warning: get_class() expects parameter 1 to be object, string given in D:\wamp\www\ombres-et-lumieres-2.biz\zp-core\functions.php on line 1653 Fatal error: Call to a member function get() on a non-object in D:\wamp\www\ombres-et-lumieres-2.biz\zp-core\template-functions.php on line 1560 Tags cliçckable or not? And a seach can fail, even if the tag exist. - kagutsuchi - 2011-01-04 Your server is probably running PHP >5.3.0, in which case, I'm not sure if the best way to fix this is to simply suppress the warning or otherwise, so I'll leave that to sbillard or acrylian. Tags cliçckable or not? And a seach can fail, even if the tag exist. - sbillard - 2011-01-04 To be honest, none of these errors make any sense from reading code the locations of the failures. In addition, I am not able to reproduce them. Zenphoto runs just fine on a default WAMP installation. You can fix the gettext() issue by going to your WAMP control panel, selecting PHP, then selecting PHP extensions. Just click on the one that says php_gettext. But that certainly is not your problem. Basically, things are happening that "can't" happen. The first error is that the "ID" of the "album' is 'empty' where it must have a value of 0 given what you were doing. The second two has something to do, I suspect, with generating thumbnails. The thumbnail appears to not be an image, thus the two errors. But of course, that in not "possible". Those are the only errors you have seen? I really would have expected some others as these certainly would not be root causes. Tags cliçckable or not? And a seach can fail, even if the tag exist. - acrylian - 2011-01-04 I run PHP 5.3.2 on my local MAMP server for months now and I can't remember to have seen this one. |