View Single Post
  #5  
Old 7th August 2009, 13:55
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
you need to check your settings for torrent location looks like you have a / that is not needed
Code:
Warning: move_uploaded_file(./torrent//47bb668f91ff0449d8649d2b6896dbae4d49db44.bogtor)
check your config make sure its like this
Code:
$dbhost     = 'localhost'; // DB Host, normally 'localhost'
$dbuser     = 'database'; // DB User
$dbpass     = 'password'; // DB Password
$database     = 'traker'; // Batabase name
$btdir         = 'torrent'; //  Torrent's Dir
$sitename    = 'your_site.Ro'; // SITENAME
$admin_user = 'you'; // admin's nickname
$admin_pass = 'yourpass'; // admin's password
$version    = '5'; //Do not modify -- versioning system
$base_uri    = 'http://your_site.ro'; // Set this to your site URL...
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by joeroberts; 8th August 2009 at 15:48.
Reply With Quote