Jks1122 / proquiz

Automatically exported from code.google.com/p/proquiz
0 stars 0 forks source link

Tables not being created #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created a d/b, password is fine, using localhost.
2. Created the conf.inc.php file as per the wiki.
3.

What is the expected output? What do you see instead?

Expected an admin/cp page, instead:

MySQL Query fail: SELECT * FROM PQPRE_contents WHERE `name` = 'index_contents'

Table 'epctcquiz.PQPRE_contents' doesn't exist

Here's the conf file:

//database server
define('DB_SERVER', "localhost");

//database login name
define('DB_USER', "epctcquiz");
//database login password
define('DB_PASS', "xxxxxxxxxxxxx");

//database name
define('DB_DATABASE', "epctcquiz");

What version of the product are you using? On what operating system?

Latest version, on Unix server.

PHP5, MySQL5

Please provide any additional information below.

Original issue reported on code.google.com by Graham.T...@gmail.com on 4 Jun 2011 at 6:11

GoogleCodeExporter commented 8 years ago
hello there, as per what ever you have mentioned above, i think you didn't run 
the installation properly.the wiki is provided for those who get a problem with 
auto installation of the script.

in both the cases i.e for auto or manual installation you have to go through 
the auto installer script.

for now follow these steps..
1) delete the config.inc.php file in the root folder.
2) start the installation again by simply visiting the home page of proquiz 
through web browser.
3) if everything is correct its done
4) else refer the wiki now just to create the config file manually if that was 
the error you got.

with regards,

ProQuiz Support Team.

Original comment by softon.t...@gmail.com on 4 Jun 2011 at 1:09