Thread: Please help
View Single Post
  #1  
Old 11th November 2008, 22:09
Side Side is offline
Member
 
Join Date: Nov 2008
Hungary
Posts: 5
Unhappy Please help
im runing xampp

i enabled innodb but i still get this at the install

Something went wrong when trying to create the tables: Table 'test.permissions' doesn't exist

please give some hint what did i do wrong

the only way i was able to install

at the install_handel php i disabled this code

PHP Code:
mysql_select_db($_POST['sqldb']);
mysql_query("SELECT COUNT(ID) FROM permissions");
if(
mysql_error()){
    
fail('Something went wrong when trying to create the tables: '.mysql_error());

and afther that import the sql and afther that install

but.... you know
Reply With Quote