[ solved ] error on fresh install - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: [ solved ] error on fresh install (/showthread.php?tid=1450) |
[ solved ] error on fresh install - rslemer - 03-29-2019 I think system try send the admin password too .. but in this moment not is possible because dont have a smtp outgoing server setting yet [Fri Mar 29 11:02:50.213957 2019] [:error] [pid 10336] [client 177.68.164.70:41314] PHP Fatal error: Uncaught Exception: result is not an object in /usr/share/master/include/database/PearDatabase.php:825\nStack trace:\n#0 /usr/share/master/modules/Emails/Emails.php(570): PearDatabase->query_result(false, 0, 'subject')\n#1 /usr/share/master/modules/Users/Users.php(569): Emails:endEmailTemplate('Password Change...', Array, 'Users', 'crm@v...', 1)\n#2 /usr/share/master/install/InitSchema.php(85): Users->change_password('admin', 'password', false)\n#3 /usr/share/master/install/InitSchema.php(26): Install_InitSchema->setDefaultUsersAccess()\n#4 /usr/share/master/install/CreateTables.php(46): Install_InitSchema->initialize()\n#5 /usr/share/master/install.php(32): include('/usr/share/...')\n#6 {main}\n thrown in /usr/share/master/include/database/PearDatabase.php on line 825, referer: http://site.br/install.php RE: error on fresh install - joebordes - 03-29-2019 should be fixed now. it won't try to send the email if the template is not found and there is a global variable to configure the sending as I REALLY did not like at all the idea of sending passwords out via email. RE: error on fresh install - rslemer - 03-29-2019 I think send a email with temporary password, is a commom feature. But this emails, should be sent only when user forgot your password, and admin changed in system Other possibility, is changed all process, to user received a temporary link for that him changed direclty in system ... RE: error on fresh install - rslemer - 03-29-2019 Solved, thanks for your rapidly solution |