From: Phil D. <ph...@lo...> - 2014-07-05 02:55:07
|
You need to edit config.php to add appropriate entries to select the new company. You can also remove the entry for the existing deleted company too: You need a line like below for each company you wish to be able to select //Installed companies $CompanyList[0] = array('database'=>'weberpdemo' ,'company'=>'WebERP Demo Company' ); $CompanyList[1] = array('database'=>'yourcoydatabasename' ,'company'=>'Your Company PLC' ); Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 03/07/14 03:16, bukola wrote: > Hello, > > I created a New Company on my weberp, I later deleted the company name from > phpMyAdmin. > > When i attempt to log in, the deleted company still appears on the company > name field of the company drop down. > > Also, I attempted creating a new company and i get this error: You have an > error in your SQL syntax; check the manual that corresponds to your MariaDB > server version for the right syntax to use near 'company' at line 1. > > Kindly assist. > > Thanks > > |