Hello, Everything was working perfectly in localhost , I've used the local version during months but soudainly an issue it appears.The error displayed is "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 include\pear\Mail\mail.php on line153Fatal Error: Contact system administrator."and nothing else , the lgin page is white . I've doubt , because I've installed prestashop and magento in localhost so I've change some details especialy I think in apache I've activated a module I think rewrite module ,  and changed it the following line to this"<Directory />    AllowOverride all    Order deny,allow    Allow from all</Directory>"I've activated the PHP extension php_intl in different wamp files .  My config in php.ini is like this; For Win32 only.; http://php.net/smtpSMTP = localhost; http://php.net/smtp-portsmtp_port = 25; For Win32 only.; http://php.net/sendmail-fromsendmail_from = ben@gmail.comAnyboday have an idea how to resolve it?Thanks in advance. 

You have not provided us with enough information to assist you.  Please help us to help you by reading and following the posting guidelines located in this thread: Please read before requesting assistance.  The more information you give us the better we will be able to assist you. Thank you. Version of osTicket?Whats in your PHP error log?

Hello the osTicket Version is 1.7PHP error log : PHP Warning:  mail(): Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() in D:\wamp\www\Cat\include\pear\Mail\mail.php on line 153 PHP Warning:  Module 'curl' already loaded in Unknown on line 0 PHP Warning:  Module 'curl' already loaded in Unknown on line 0 PHP Warning:  Module 'curl' already loaded in Unknown on line 0 PHP Warning:  Module 'curl' already loaded in Unknown on line 0

I'm sorry but osTicket 1,.7 is no longer supported and hasn't been for quite some time.You should really upgrade to a more recent version.  That error seems to indicate that PHP could not connect to the mailserver and port that you specified in your php.ini file.

I have the 1.9 version too with the same probleme.I correct this issue but my page is blank/white and is not my first use to osticket, it's sundly after installing prestashop and Magento that the osticket switch to blank, for other project in localhost they work perfectly.PHP error log : PHP Warning:  Module 'curl' already loaded in Unknown on line 0any idea?Thanks

This PHP Warning:  Module 'curl' already loaded in Unknown on line 0is not a PHP error.  It's a warning.  I dont even think that osTicket uses curl so I doubt it's related.If osTicket was working and you installed something else and now it doesn't work... it quite obviously means that the changes that you made to the webserver config and/or php config and/or addition of .htaccess/web.config files for the new software is breaking things.  I would recommend that you look at those.

4 days later

I've found the issue I've had in comment "# skip-grant-tables" , I've deleted # and it works again.

I'm glad to hear that you worked it out. :)

Write a Reply...