any idea??

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Any idea how to fix this:

Code:
SQL UPDATE|ALTER|INSERT [ dbn() ] Query Error:

Table 'viggeswe_rpg.srbase_users_accounts' doesn't exist

Query:

update srbase_users_accounts set passwd = '*password removed*' where login_id = 1

File:

/home/viggeswe/public_html/sr/install/install_server.php --> 135

It maybe some wrong coding somewhere apparently.

And thats not the only prob:

Code:
Running mysql -> base_server.sql

Warning! The Install Utility was unable to execute any queries from "mysql -> base_server.sql". Please double check that the configuration file contains valid database details for username, password and database. Please note that the database must be created BEFORE beginning the installation of database tables.

Running mysql -> base_userspecific.sql

Warning! The Install Utility was unable to execute any queries from "mysql -> base_userspecific.sql". Please double check that the configuration file contains valid database details for username, password and database. Please note that the database must be created BEFORE beginning the installation of database tables.

Running mysql -> module_srmodule.sql

Warning! The Install Utility was unable to execute any queries from "mysql -> module_srmodule.sql". Please double check that the configuration file contains valid database details for username, password and database. Please note that the database must be created BEFORE beginning the installation of database tables.

Running mysql -> forum_tables.sql

Warning! The Install Utility was unable to execute any queries from "mysql -> forum_tables.sql". Please double check that the configuration file contains valid database details for username, password and database. Please note that the database must be created BEFORE beginning the installation of database tables.

Running mysql -> game_tables.sql

Warning! The Install Utility was unable to execute any queries from "mysql -> game_tables.sql". Please double check that the configuration file contains valid database details for username, password and database. Please note that the database must be created BEFORE beginning the installation of database tables.
 
Last edited:

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
1. The table doesn't exist

2. Check your config files. Chances are you keyed in the database entries wrong. Check the username,password and the database name.
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
1. Yest the table doesen't exsist because the install haven't installed it yet...

2. All passwords and things are correct
 
Top