Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
V5.0,
I cannot keep the Email Sending in Global parameters...
when i try to write on different cases like admin email, smtp server, etc...
I save, on when I would like to send email, It doesnt work. And if i came back on the Global parameter of send Email, all Cases are blank !!!
What's happen ? :ohmy:
this is in log files:
2015-06-16 16:35:51.040 ** ERROR ** Error sending mail
2015-06-16 16:35:51.040 ** ERROR ** SMTP Server : localhost
2015-06-16 16:35:51.040 ** ERROR ** SMTP Port : 25
2015-06-16 16:35:51.040 ** ERROR ** Mail stored in Database : #1392
2015-06-16 16:35:51.040 ** ERROR ** PHPMail error : SMTP connect() failed.
2015-06-16 16:35:51.040 ** ERROR ** PHPMail debug :
2015-06-16 16:36:43.443 ** ERROR ** Error sending mail
2015-06-16 16:36:43.443 ** ERROR ** SMTP Server : localhost
2015-06-16 16:36:43.443 ** ERROR ** SMTP Port : 25
2015-06-16 16:36:43.443 ** ERROR ** Mail stored in Database : #1393
2015-06-16 16:36:43.443 ** ERROR ** PHPMail error : SMTP connect() failed.
2015-06-16 16:36:43.443 ** ERROR ** PHPMail debug :
2015-06-16 16:38:39.488 ** ERROR ** Error sending mail
2015-06-16 16:38:39.488 ** ERROR ** SMTP Server : localhost
2015-06-16 16:38:39.488 ** ERROR ** SMTP Port : 25
2015-06-16 16:38:39.488 ** ERROR ** Mail stored in Database : #1394
2015-06-16 16:38:39.488 ** ERROR ** PHPMail error : SMTP connect() failed.
2015-06-16 16:38:39.488 ** ERROR ** PHPMail debug :
2015-06-16 16:40:08.856 ===== TRACE ===== DISCONNECTED USER 'DEP'
2015-06-16 16:52:03.463 ===== TRACE ===== NEW CONNECTED USER 'DEP'
2015-06-16 16:53:09.937 ** ERROR ** Error sending mail
2015-06-16 16:53:09.937 ** ERROR ** SMTP Server : localhost
2015-06-16 16:53:09.937 ** ERROR ** SMTP Port : 25
2015-06-16 16:53:09.937 ** ERROR ** Mail stored in Database : #1395
2015-06-16 16:53:09.937 ** ERROR ** PHPMail error : SMTP connect() failed.
2015-06-16 16:53:09.937 ** ERROR ** PHPMail debug :
I know this is not the good paramater, but I cannot save the new one.
Hi,
1) Check that you don't have parameters defined in you parameters.php file
$paramerMailSmtpServer='';
$paramerMailSmtpHost='';
2) Check that you don't have dupplicate line in parameter table for these entries.
3) As a workaround, you can define value in your parameters.php file : they will replace any value stored in database.
Regards.
Sorry but i dont understand point 2 and 3...
Could you explain it with more detail ?
Is it on a projeqtor folder or in php data base ?
2) in database table parameter sort by parameterCode column.
You should have 1 only line for each parameterCode (1 line for "paramMailSmtpServer", 1 line for "paramMailSmtpPort"
3) open file /tool/parametersLocation.php. Here is defined location of parameters.php file (default is "../files/concfig/parameters.php").
Open this parameters.php file and add
$paramMailSmtpServer="yourSmtpHost"; // replace yourSmtpHost with correct value
$paramMailSmtpPort="25"; // Default, change value if needed
great all is work, you do a very good job !!