I am installing a php website on server, but I am getting the following error and I am really not sure how to fix that. where can I find/edit this system_info file what does it actually mean.
My databse just has thedomain_db2, how do I get rid of this error.
Database error: Invalid SQL: select * from system_info; MySQL Error :
Table ‘thedomain_db2.system_info’ doesn’t exist
UPDATE:
THESE are the erros I get while running Install.php
Warning: require_once(./install/init.php) [function.require-once]: failed to open stream: No such file or directory in /home/thedomain/public_html/user12/scripts/old_install/install_cls.php on line 27
Fatal error: require_once() [function.require]: Failed opening required ‘./install/init.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/thedomain/public_html/user12/scripts/old_install/install_cls.php on line 27
It seems like you are missing a table(system_info), which is required by the software application you are installing, in your database. If the software you are installing doesn’t have a setup file or something like that, you’ll have to manually make this table.
I can’t tell you how to do that though, it depends on the application’s needs. (Maybe it would help if you mentioned the name of the software you are trying to install.)