|
soroosh
Member
    
Offline
Posts: 8
|
 |
« Reply #121 on: February 28, 2012, 01:21:17 AM » |
|
When I enabled the debug mode and find the test.txt file freezed at this lines: DEBUGGER -> Initiating...2012-02-28, 12:25:42
DEBUGGER -> Loading SSI... I also receive an email on my inbox with this subject: Mail delivery failed: returning message to sender and these content: The following text was generated during the delivery attempt:
------ pipe to |/home/******/public_html/bbf/emailpost.php A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/******/public_html/bbf/emailpost.php generated by test@******.com
The following text was generated during the delivery attempt:
------ pipe to |/home/******/public_html/bbf/emailpost.php generated by test@******.com ------
PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued. Use it at your own risk. in Unknown on line 0
Can you guide me to solve that? Is there any incompatibility with my host PHP version?
|
|
|
Logged
|
|
|
|
|
|
|
|
|
soroosh
Member
    
Offline
Posts: 8
|
 |
« Reply #127 on: February 28, 2012, 10:43:48 PM » |
|
Make sure emailpost.php has chmod settings of 0755 (reuploading the file might have reset that).
If not update to test.txt still, then the top line is invalid (PHP is not running).
Hi After many manipulation with this top line code, I think the default path is OK because only with this path I have time change on test.txt file and the error is different: ------ pipe to |/home/*****/public_html/bbf/emailpost.php generated by test@******.com ------
PHP Warning: PHP Startup: Suhosin Extension does not officially support PHP 5.2 and below anymore, because it is discontinued. Use it at your own risk. in Unknown on line 0
I think the error was raised because this script needs PHPSuHosin extension that it may be not available on my host! Can you approve this? ;
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|