Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > Template Shares
Reply
  #11  
Old 24th August 2015, 19:04
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
hello, I have the same problem my db is empty,
Reply With Quote
  #12  
Old 24th August 2015, 19:08
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
take it from the install folder and import it yourself.
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #13  
Old 24th August 2015, 19:11
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
adds the necessary information directly in the install folder?
Reply With Quote
  #14  
Old 24th August 2015, 19:17
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,241
Default
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
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #15  
Old 24th August 2015, 20:02
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
i not the .sql file

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

Last edited by kira; 25th August 2015 at 06:11.
Reply With Quote
  #16  
Old 26th August 2015, 13:32
Marco Marco is offline
Senior Member
 
Join Date: Jun 2009
Seychelles
Posts: 327
Default
Hello,
if you don't have a sql file , then you have the run the install from _install folder
Reply With Quote
  #17  
Old 6th October 2015, 12:57
Cerbere17 Cerbere17 is offline
Member
 
Join Date: Oct 2015
Posts: 10
Default 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 ?
Reply With Quote
Reply

Tags
error , installation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 09:07. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.