Hi all, I'm not a php guy at all, but I've been hired to do updates to a website via their piece of crap cms. First of all, the thing is only supposed to work in Internet Explorer. They instruct you to add the site to the list of trusted sites, which I did. When I try to use the cms to edit the images, i get this message...I am using IE6 for this... Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Inetpub\vhosts\planetproducts.com.hk\httpdocs\tools\software\original\go.php on line 35 Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\Inetpub\vhosts\planetproducts.com.hk\httpdocs\tools\software\original\go.php on line 35 Fatal error: require(): Failed opening required '../includes/header.php' (include_path='C:\Inetpub\vhosts\planetproducts.com.hk\httpdocs\/planethome/products:.;./includes;./pear') in C:\Inetpub\vhosts\planetproducts.com.hk\httpdocs\tools\local\compile\planethome__products__index.php on line 11 Any ideas on what I should do? Thanks. -Jon
It isn't anything to do with the browser, as the error looks like it is some error with the login for email being incorrect in the config settings, or something like that. It's strange that it would give that out when you are changing images, but I have seen plenty of strange programming throughout the years, so that's nothing unusual. I really can't debug it further without digging into the code and server settings, but if you would like to hire me to check it out, you can visit the link in my sig.
Someone on another forum asked... Do you have a mailserver @ localhost? I wonder if these setting have anything to do with it...