Internal Server Error

Issues when installing or upgrading AlegroCart
arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: Internal Server Error

Post by arbaz_1006 » Wed Oct 03, 2012 4:08 am

thanks but the above code is giving the same error.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Internal Server Error

Post by Brent » Wed Oct 03, 2012 9:22 am

Are you on a windows based server?
If so, try this. In line 23 of the mail_check_mx, add the Error suppresion.

Code: Select all

exec("nslookup -type=".$this->recType." ".$this -> hostName, $result); 
like this

Code: Select all

@exec("nslookup -type=".$this->recType." ".$this -> hostName, $result); 

arbaz_1006
Posts: 23
Joined: Tue Sep 25, 2012 1:04 pm

Re: Internal Server Error

Post by arbaz_1006 » Thu Oct 04, 2012 4:21 am

ya its working fine now.... thanks :)

Post Reply