Create Account Internal 500 error / blanks.
When a customer creates a account my website times out with a 500 error.
The customer is created in the database, but no welcome email has been send.
You should normaly see create_account_succes, but he times out before.
email works on the server, and email can be send to the customer that has been created.
I have been debugging for days and looking over all the modules now i feel really stuppid.
Help from the specialists would be very welcome !!
My server specs:
IIS 7.5
PHP 5.2.14 fast-cgi
Mysql 5.1.49
hmailserver 5.3.3-B1879
HTTP Server: Microsoft-IIS/7.5
PHP versie: 5.2.14 (Zend versie: 2.2.0) PHP Memory Limiet: 128M PHP Safe Mode: Off
PHP File Uploads: On Max Grootte: 2M POST Max Grootte: 8M
Database Data Grootte: 18,928 kB Database Index Grootte: 4,074 kB
---------------------
Trace Logging for Failed Requests IIS
Shows :
FailedReqLogFiles
74. -MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName FastCgiModule
Notification 128
HttpStatus 500
HttpReason Internal Server Error
HttpSubStatus 0
ErrorCode 0
ConfigExceptionInfo
Notification EXECUTE_REQUEST_HANDLER
ErrorCode The operation completed successfully. (0x0)
-----------
zen-cart logs shows different errors, i have created multiple users and the problem always happends.
PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 265
line 265: $time_end = explode (' ', microtime());
PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 250
line 250: $zp_result_array = @mysql_fetch_array($zp_db_resource);
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 241
line 241: $time_start = explode(' ', microtime());
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 264
line 264: empty
line 265: $time_end = explode (' ', microtime());
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 252
line 252: while (list($key, $value) = each($zp_result_array)) {
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 162
line 162: function Execute($zf_sql, $zf_limit = false, $zf_cache = false, $zf_cachetime=0) {
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 240
line 240: } else {
line 241: $time_start = explode(' ', microtime());
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 161
line 161: empty
line 162: function Execute($zf_sql, $zf_limit = false, $zf_cache = false, $zf_cachetime=0) {
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 249
line 249: $obj->EOF = false;
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 246
line 246: $obj->resource = $zp_db_resource;
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 251
line 251: if ($zp_result_array) {
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 243
line 243: if (!$this->db_connected) $this->set_error('0', DB_ERROR_NOT_CONNECTED);
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\classes\db\mysql\query_factory.php on line 250
line 250: $zp_result_array = @mysql_fetch_array($zp_db_resource);
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\functions\functions_gvcoupons.php on line 75
line 75: $id1=substr($ccid, $random_start,$length);
PHP Fatal error: Maximum execution time of 60 seconds exceeded in C:\HostingSpaces\wwwroot\v2\includes\functions\functions_gvcoupons.php on line 82
line 82: if ($rs->RecordCount() == 0) $good_result = 1;
-------------------





