- Messages
- 5,508
- Reaction score
- 35
- Points
- 48
Any idea how to fix this:
It maybe some wrong coding somewhere apparently.
And thats not the only prob:
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: