Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installed but can't login !
10-19-2012, 12:11 AM,
#1
installed but can't login !
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
Reply
10-19-2012, 12:29 AM, (This post was last modified: 04-07-2013, 09:26 AM by phil.)
#2
RE: installed but can't login !
(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

Reply
02-03-2013, 06:23 PM, (This post was last modified: 02-03-2013, 06:24 PM by bhargava.)
#3
RE: installed but can't login !
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...

[Image: 1hdxs]

kindly help
regards
Love all serve all
Reply
02-04-2013, 05:59 AM,
#4
RE: installed but can't login !
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';
Phil Daintree
webERP Admin
Logic Works Ltd
http://www.logicworks.co.nz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)