I followed all the instructions and edited config.php but I continue to get the error
'Undefined property: CONFIG::$emailsettins.' When I try to visit my websites home directory for phpDiplomacy.
The errors in my log are:
Error: "Undefined property: CONFIG::$emailsettins"
Raised: "/opt/lampp/htdocs/phpDiplomacy/header.php"
Line: "118"
Trace:
and in the CONFIG section I have the following
I have changed confidential information to '*****'
CONFIG => Array: (
adminUser => ********
random => *******************
servername => ******************
directoryname => /phpDiplomacy/
sqlsocket => localhost
port => 3306
dbusername => diplomacy
dbpassword => *******
dbname => phpdiplomacy
subdatabase => SUBDB
timezone =>
email => 1
emailsettings => Array: (
FromEMail => smithserver@sbcglobal.net
FromName => Diplomacy Chicago
UseMail =>
UseSendmail =>
SendmailSettings => Array: (
*Max depth reached*
)
UseSMTP => 1
SMTPSettings => Array: (
*Max depth reached*
)
)
Thanks for helping
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, you may want to disable e-mail sending for the time being. I've been meaning to fix e-mail support up for a while now but haven't yet got around to it.
Thanks for pointing this bug out though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I followed all the instructions and edited config.php but I continue to get the error
'Undefined property: CONFIG::$emailsettins.' When I try to visit my websites home directory for phpDiplomacy.
The errors in my log are:
Error: "Undefined property: CONFIG::$emailsettins"
Raised: "/opt/lampp/htdocs/phpDiplomacy/header.php"
Line: "118"
Trace:
and in the CONFIG section I have the following
I have changed confidential information to '*****'
CONFIG => Array: (
adminUser => ********
random => *******************
servername => ******************
directoryname => /phpDiplomacy/
sqlsocket => localhost
port => 3306
dbusername => diplomacy
dbpassword => *******
dbname => phpdiplomacy
subdatabase => SUBDB
timezone =>
email => 1
emailsettings => Array: (
FromEMail => smithserver@sbcglobal.net
FromName => Diplomacy Chicago
UseMail =>
UseSendmail =>
SendmailSettings => Array: (
*Max depth reached*
)
UseSMTP => 1
SMTPSettings => Array: (
*Max depth reached*
)
)
Thanks for helping
Hi, you may want to disable e-mail sending for the time being. I've been meaning to fix e-mail support up for a while now but haven't yet got around to it.
Thanks for pointing this bug out though.
Hi you can cange in header.php line 118-123 mail-> into Mail-> this bye me solved the troubles with error warning.
But Mail dosn´t send??
I hope for a updatet comming soon to solved the problem :-)????