Page 1 of 1

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

Posted: 30 Jul 2008, 15:13
by markam24
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.

Posted: 30 Jul 2008, 17:38
by markam24
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.

Posted: 30 Jul 2008, 19:08
by mrimage
You should remove the last line from your .htaccess to prevent problems.

Last line:
Code
php_flag safe_mode off

Posted: 30 Jul 2008, 21:47
by markam24
That worked. Thank You -;)

Posted: 31 Jul 2008, 02:58
by Nick
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.

Posted: 31 Jul 2008, 17:47
by markam24
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?

Posted: 31 Jul 2008, 18:05
by Nick
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.

Posted: 05 Aug 2008, 16:23
by markam24
Thanks for all your help -:) No more issues with .htaccess at this point