Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   Please help (http://www.bvlist.com/showthread.php?t=1401)

Side 11th November 2008 22:09

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

BlackPhantom78 20th November 2008 20:15

Attention
 
This source don't run in your mysql data base. Required mysqli.....:(

Side 15th December 2008 14:38

myqsli is enabled and still this problem, but if i import the sql manualy, and set my class id to sysop, nothing hapens, omg i think ill skip this source from my life

but thanks for the reply


All times are GMT +2. The time now is 19:52.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.