PHP5 Version - Unit Test - Problem with TestOfEasySwift

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
covina
Forum Newbie
Posts: 15
Joined: Tue May 22, 2007 1:55 pm

PHP5 Version - Unit Test - Problem with TestOfEasySwift

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post 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?
Post Reply