Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

beta released 07-30-08 won't run.

30 Jul 2008, 15:13

Tried running the most recent beta and it gives and "Internal Server Error" and won't run at all.

I retrieved my error log:
[Wed Jul 30 13:07:43 2008] [warn] RewriteCond: NoCase option for non-regex pattern '-f' is not supported and will be ignored.

[Wed Jul 30 13:07:43 2008] [warn] RewriteCond: NoCase option for non-regex pattern '-d' is not supported and will be ignored. [Wed Jul 30 13:07:49 2008] mail.cgi: Use of uninitialized value in string ne at /DADA/App/MassSend.pm line 1286.

[Wed Jul 30 13:07:50 2008] [error] [client 217.204.41.138] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Wed Jul 30 13:07:50 2008] [error] [client 217.204.41.138] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Wed Jul 30 13:08:18 2008] [error] [client 195.189.142.175] Premature end of script headers: custom_anti_spam.php, referer: http://www.tripleuvedoble.com/2008/04/0 ... te-parche/ PHP Warning: Zend Optimizer for PHP 5.2.x cannot be found (expected at '/usr/local/Zend/lib/Optimizer_TS-2.5.10/php-5.2.x/ZendOptimizer.so') - try reinstalling the Zend Optimizer in Unknown on line 0

[Wed Jul 30 13:08:22 2008] [error] [client 66.163.171.205] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Wed Jul 30 13:08:22 2008] [error] [client 66.163.171.205] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

[Wed Jul 30 13:08:22 2008] [notice] cannot use a full URL in a 401 ErrorDocument directive --- ignoring!

The last error is repeated multiple times.
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

30 Jul 2008, 17:38

The URL is (edited - URL no longer exists)

This is not updating. I simply uploaded the new version as is to a new location. I've don nothing to the files but update the permissions.
Last edited by markam24 on 08 Jan 2009, 01:33, edited 1 time in total.
 
mrimage
Posts: 2
Joined: 29 Jul 2008, 07:44

30 Jul 2008, 19:08

You should remove the last line from your .htaccess to prevent problems.

Last line:
Code
php_flag safe_mode off
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

30 Jul 2008, 21:47

That worked. Thank You -;)
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

31 Jul 2008, 02:58

Oops we tried to fix php safe mode where its enabled on servers, but I don't think it's actually gonna work this way, and I see this line even causes errors on some servers, removed.

Keep in mind safe_mode should be off if you dont want any issues.
firedev.com
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

31 Jul 2008, 17:47

I removed the code and it works fine.

Brings up another question though. My MAC @ home won't see the .htaccess files except viewed online via FTP. (I had uploaded the 7-30 V2 file from a PC at work, so the .htaccess file was there).

To edit it from home I had to change the name online via FTP client so it looks like a .txt document, download it, edit, upload, and change name back.

Is this normal for OSX? Just something to be worked around? Will future V2 versions have new .htaccess files or can the current (edited as previously mentioned) be left online?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

31 Jul 2008, 18:05

Yes, this is normal for OSX you can enter ls -la in terminal to see that OSX hides some other things in directories, like .DS_Store for icons, .S100something for Spotlight, home dir is full or .files with some settings.

The .htaccess file included in imagevue, has only one option actually - AddDefaultCharset UTF-8 for Apache, I think we'll remove it from zip, thought we might be able to switch safe mode off, but it wont work.

And forcing UTF8 should not be our mission too, just some servers have strange configurations from 90's where every country tried to force its own codepage for everything on their servers.

Its unbelieve how many of them are still alive and running without being updated.
firedev.com
 
User avatar
markam24
Experienced
Topic Author
Posts: 280
Joined: 10 Oct 2006, 23:05

05 Aug 2008, 16:23

Thanks for all your help -:) No more issues with .htaccess at this point