View Single Post
  #119  
Old 3rd June 2012, 22:59
deanMKD deanMKD is offline
Member
 
Join Date: Jun 2012
Macedonia
Posts: 6
Default Problem..
Its the same problem, posted before..

What do:

chmoded all folders and files to 777 ..
create empty database..
password for my dataabase is admin1234567890 , so i dont see something problems with password..
I looked the configdata.php and the informations are right..Looks code down:

Code:
db_host: host where database runs
db_port: not used
db_user: database user name
db_password: database password
db_name: database name on server
db_prefix: prefix for tables
persistency: connection persistency
--------------------------------- */
$db_type = "MySQL";
$db_host = "mysite.hostzi.com";
$db_user = "a6539609";
$db_pass = "admin1234567890";
$db_name = "a6539609_traker";
$db_prefix = "phpbb_"; //Without "_"
$db_persistency = false;
Click the image to open in full size.


Configuring panel:

Click the image to open in full size.


And finally gives this error:

Code:
Checking files...OK

Creating table addedrequests...
Error executing SQL Query -- phpMyAdmin SQL Dump -- version 2.11.9.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 16, 2009 at 03:22 PM -- Server version: 5.0.75 -- PHP Version: 5.2.6-3ubuntu4.1 -- -- Database: `phpMyBitTorrent` -- -- -------------------------------------------------------- -- -- Table structure for table `phpbb__addedrequests` -- CREATE TABLE `phpbb__addedrequests` ( `id` int(10) unsigned NOT NULL auto_increment, `requestid` int(10) unsigned NOT NULL default '0', `userid` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`id`), KEY `pollid` (`id`), KEY `userid` (`userid`) ) ENGINE=MyISAM ;
Error ID: 
Error Message:

A fatal error occurred during setup. Please fix the above error and try running Setup again, or refreshing your browser.
I listed all pages, but i dont find the solution for my problem..Help please..
Reply With Quote