This is what i got after try to login .(fresh install), thanks !
Warning: mysqli_connect(): (HY000/1049): Unknown database 'weberpdemo' in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 17
Warning: mysqli_set_charset() expects parameter 1 to be mysqli, boolean given in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 23
Connect failed: Unknown database 'weberpdemo'
Fatal error: Call to undefined function _() in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 30
(10-19-2012, 12:11 AM)jaybirdhk Wrote: [ -> ]This is what i got after try to login .(fresh install), thanks !
Warning: mysqli_connect(): (HY000/1049): Unknown database 'weberpdemo' in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 17
Warning: mysqli_set_charset() expects parameter 1 to be mysqli, boolean given in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 23
Connect failed: Unknown database 'weberpdemo'
Fatal error: Call to undefined function _() in C:\EasyPHP-12.1\www\webERP\includes\ConnectDB_mysqli.inc on line 30
Hi, what is the name of the database you created? This name has to have a directory of exactly the same name in the companies sub directory of webERP.
Thanks
Tim
I too have a similar issue.Fortunately Phil helped install weberp on my cpanel but now i am again struck..cannot login..
I tryed all the possible combinations (checked config.php)
still says incorrect password
The user/password combination
is not a valid user of the system
when i tried 3-4 times, screen says as below image...
kindly help
regards
Trust this is all resolved now following our google chat?
For the benefit of other readers, I had applied the SQL from sql/weberp-new.sql which sets up the user "admin" with the password "weberp". bhargava was using a different user password combo and had got the admin user blocked. Only 5 attempts are allowed and then the user account is blocked - inorder to stop password crackers.
To unblock the admin account the following SQL must be used:
Code:
UPDATE www_users SET blocked=0 WHERE userid='admin';