webERP Forum
Error warning - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Installation Issues (http://www.weberp.org/forum/forumdisplay.php?fid=13)
+--- Thread: Error warning (/showthread.php?tid=2019)



Error warning - Kistone - 01-06-2014


Warning mysqli-connect: (HYOOOI1045): Access denied for users root@localhost(Using password YES) in c:\xampp\htdocs\weberp\weberp\includes\connectDB_mysqli.inc on line 17

Warning mysqli-set char set expects parameter 1 to be mysqli boolean given in c:\xampp\htdocs\weberp\weberp\includes\connectDB mysqli.inc on line 23


RE: Error warning - Forums - 01-06-2014

Hi,do you have the mysqli extension installed or just the mysql? (note the i on the end)

Try changing the $DBType variable in config.php to mysql

Thanks
Tim


RE: Error warning - Kistone - 01-14-2014

Heart
(01-06-2014, 08:49 PM)Forums Wrote: Hi,do you have the mysqli extension installed or just the mysql? (note the i on the end)

Try changing the $DBType variable in config.php to mysql

Thanks
Tim


Hi Phi,
Thank for your reply
Changing the DBType to mysql just changes the error messege. I am using xampp and weberp version 4.x

Kind Regards

Kistone.



RE: Error warning - Forums - 01-14-2014

(01-14-2014, 07:29 PM)Kistone Wrote: Heart
(01-06-2014, 08:49 PM)Forums Wrote: Hi,do you have the mysqli extension installed or just the mysql? (note the i on the end)

Try changing the $DBType variable in config.php to mysql

Thanks
Tim


Hi Phi,
Thank for your reply
Changing the DBType to mysql just changes the error messege. I am using xampp and weberp version 4.x

Kind Regards

Kistone.

Can you check that you have the correct mysql user name and password in config.php?

Does your DB name contain any upper case characters.

Thanks
Tim