![]() |
|
Multiusers Gallery (eg. Photobucket)? - 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: Multiusers Gallery (eg. Photobucket)? (/thread-9119.html) |
Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-11 Quote:So you could try to disable modrewrite on the Zenphoto options. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-11 what's the direct link to the admin cp? if it's /gallery/zp-core/setup.php, then it's showing "zenphoto upgrade" instead of administration site as going into /gallery will redirect me to /gallery/zp-core/setup.php Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-11 The link to the admin is /admin (modrewrite) or /zp-core/admin.php Quote:if it's /gallery/zp-core/setup.php, then it's showing "zenphoto upgrade" instead of administration site as going into /gallery will redirect me to /gallery/zp-core/setup.php Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-12 so that means i'll have to specify the path on the config file? (zp-config.php) under Path Overrides? Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-12 btw, i've already removed .htaccess as mentioned. Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-12 Removing the htaccess will break the functionality if you don't also uncheck the modrewrite option. You can try to use the path overrides especially the full serverpath one as that seems to be your problem. (I never needed to use these anywhere though. ) But still the two urls are different, you should decide which you use. Multiusers Gallery (eg. Photobucket)? - sbillard - 2011-10-12 Zenphoto checks for certain things to see if the "environment" has changed. I suspect that there are some subtile configuration differences in your site based on the URL used to access it. (We have seen this misconfiguration also on some sites between https and http urls.) Bottom line: Things like the document root and the server administrator must be the same no matter how you access the site. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-14 I've tried setting the "path overrides" but i'm still redirected to the upgrade page after logging on as administrator. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-14 okay, i've reinstalled, and "test register" and [b]everything's fine until i complete the email activation, the page went blank (using firefox)[/b]. but using Chrome, i get the following error: MSIE 9: any idea? i even uploaded nightly build (http://www.zenphoto.org/pages/nightly-builds?download=3890) Multiusers Gallery (eg. Photobucket)? - sbillard - 2011-10-14 You still have file permissions issues on your site with the scripts. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-14 i've tried dropping ZP's database and entire folder (gallery) then reuploaded (w/o htaccess/mod rewrite enabled) and everything was fine too, until browsing half-way through, it went "blank page", i've tried changing the entire folder (gallery) to 777. Multiusers Gallery (eg. Photobucket)? - sbillard - 2011-10-15 You need to look at your CGI logs and find what error is reported. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-15 pardon me but, where'd i find the cgi log(s)? And the "blank load out" is intermittent. now when i refresh the page (appx 6 hrs later), everything now when i tried registering using another browser, i activated that account, etc. and when i visit the gallery root site, tried logging in, all the page does is reloading the page. update: after that screenshot above, i tried logging in again, i was given blank page (Firefox browser), Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-15 [i]pardon me but, where'd i find the cgi log(s)?[/i] The actualy problem I have to leave to my collegue. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-15 uhm, i'm on self-hosting and under Apache2 on httpd: when browsed to that directory, i don't see "cgi_log". does that mean i'll have to create a blank document? and what about the login that doesn't goes through (Screenshot above, which seems like looping after logging in) as far as i know, my main site is on vBulletin Suite and it's working fine, except for ZenPhoto. Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-15 If you are self hosting you really should know where your server's error log is... It is not necessarily called "cgi-log" of course, we want to know any php error that might been thrown which would be logged there. You might even have several logs for apache, mysql, php etc (my local server has, my live - just shared - host just has an access and an error log). We really can't tell you where that is, it is your server! Btw, I don't know vBulletin Suite but that is not our concern. Zenphoto runs on pretty standard shared hosting so soemthing is different on your server. Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-16 well, from Google Searches, ScriptLog /var/log/apache2/cgi_log would probably mean the path to cgi log(?) Multiusers Gallery (eg. Photobucket)? - sbillard - 2011-10-16 The path will be wherever you have configured Apache/PHP to store errors. What that is we cannot guess. Multiusers Gallery (eg. Photobucket)? - acrylian - 2011-10-16 [i]well, from Google Searches, ScriptLog /var/log/apache2/cgi_log would probably mean the path to cgi log(?)[/i] Multiusers Gallery (eg. Photobucket)? - Light Peak - 2011-10-16 nope, if you reverse dns on my domain name, you'll see that i didn't buy myself a dedicated svr. as mentioned on apache2's site: http://httpd.apache.org/docs/current/mod/mod_cgi.html#scriptlog It's indicated that: And therefore, if i've indicated the following: It would possibly mean that the cgi log would be at /var/log/apache2/cgi_log. Am i right to say that? |