Thread: Eror & Time out
View Single Post
Old March 16th, 2009, 09:26 AM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,699
Quote:
Warning: mail() [function.mail]: SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. Please check your mail client settings or contact your administrator to verify that the domain or address is defined for this server. in C:\websites\hangout\ppc\image-inc.php on line 658
Thats a server error there and as I have stated about checking your mail setup. We use a simple php mail string to send email. If your server does not support that then you might get errors. You would need to check with your host.

mail( $send_to, $subject, $letter, $from_email );


Quote:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\hangout\forum\includes\class_core.php on line 3234
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\websites\hangout\forum\includes\class_core.php on line 3234
thats not a photopost file

You can try altering your php.ini settings through our global file and see if that helps your server and vbulletin errors

Near error_reporting line at top of pp-inc.php but these two lines.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; March 20th, 2009 at 10:50 AM.
Chuck S is offline   Reply With Quote