Page 1 of 1

PHP5 Version - Unit Test - Problem with TestOfEasySwift

Posted: Wed Oct 03, 2007 8:40 pm
by covina
Just install the php5 version recently, all the tests run well except one of the CoreTests - TestOfEasySwift, whenever I tried to run it, it gives out the following error:

Code: Select all

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@xxxx.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
FYI, below is the system params:

Code: Select all

System information
PHP Version 5.2.3 
SimpleTest Version 1.0.1beta2 
Swift Version 3.3.1 
Operating System Linux 
INI safe_mode Off 
INI register_globals Off 
INI magic_quotes_runtime Off 
INI memory_limit 90M 
TestConfiguration OK
Help is much appreciated.
Thanks.

Posted: Fri Oct 05, 2007 9:39 pm
by Chris Corbyn
Internal Server Error usually stems back to a fault with the PHP installation. It's possible to cause such page with infinite loops/recursion too but I've never seen this issue with the tests.

Anyone else getting this?