Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Installation error (http://www.bvlist.com/showthread.php?t=8144)

kira 24th August 2015 19:04

hello, I have the same problem my db is empty, :wallbash:

DND 24th August 2015 19:08

take it from the install folder and import it yourself.:coffee:

kira 24th August 2015 19:11

adds the necessary information directly in the install folder?

DND 24th August 2015 19:17

is that what i've said?
you check if your db is empty, if it is, you take the .sql file from the install folder and import it yourself.
the install script maybe is broken

kira 24th August 2015 20:02

i not the .sql file

I have the file insert.php and create_tables.php but not install in the db

Marco 26th August 2015 13:32

Hello,
if you don't have a sql file , then you have the run the install from _install folder :drink:

Cerbere17 6th October 2015 12:57

Problem on install
 
Hi,

My .sql import is okay. My web serveur is running on Linux Debian Wheezy, Apache2, PHP5 and MySQL Serveur 5. When i'm going on the install folder like http://xxxxxxxxxxx.net\install_\install.php i have a strange page ... with a lot of errors like this :

', $db) . '
There seems to be one or more errors with the database configuration information that you supplied. Click here to to back step 2.'); } $secretkey = mksecret (); $secret = '\'' . mysql_real_escape_string ($secretkey) . '\''; $username = '\'' . mysql_real_escape_string ($_SESSION['username']) . '\''; $passhash = '\'' . mysql_real_escape_string (md5 ($secretkey . $_SESSION['password'] . $secretkey)) . '\''; $email = '\'' . mysql_real_escape_string ($_SESSION['email']) . '\''; $status = '\'' . mysql_real_escape_string ('confirmed') . '\''; $usergroup = '\'' . mysql_real_escape_string ('8') . '\''; $added = '\'' . mysql_real_escape_string (get_date_time ()) . '\''; (mysql_query ('' . 'INSERT INTO users (username, passhash, secret, email, status, usergroup, added) VALUES (' . $username . ', ' . $passhash . ', ' . $secret . ', ' . $email . ', ' . $status . ', ' . $usergroup . ', ' . $added . ')') OR critical_error


Could you help me please ?


All times are GMT +2. The time now is 16:17.

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