Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Closed Thread
  #21  
Old 14th April 2018, 14:40
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
You can not hit refresh while doing install first off with out truncating the data base.
and as for fix go here
https://raw.githubusercontent.com/bl...out_config.sql
copy that and replace your file content
setup/sql/shout_config.sql
now go into your data base delete all the tables and start again
__________________
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/
  #22  
Old 14th April 2018, 14:54
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
Quote:
Originally Posted by joeroberts View Post
You can not hit refresh while doing install first off with out truncating the data base.
and as for fix go here
https://raw.githubusercontent.com/bl...out_config.sql
copy that and replace your file content
setup/sql/shout_config.sql
now go into your data base delete all the tables and start again
Thank you,now its work
  #23  
Old 14th April 2018, 18:57
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
I'm glad that Helped.


BTManager is just a few steps from going to RC1 we have a few more things to work out and Finnish going threw the theme templates and removing all hard coded text so that the language system can do its job as it should.
We have fixed all reported bugs to date added a few more features and are very happy with the way it is working.
Please stay tuned for further announcements.
__________________
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/
The Following User Says Thank You to joeroberts For This Useful Post:
daffy (16th April 2018)
  #24  
Old 15th April 2018, 07:29
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
Quote:
Originally Posted by joeroberts View Post
I'm glad that Helped.


BTManager is just a few steps from going to RC1 we have a few more things to work out and Finnish going threw the theme templates and removing all hard coded text so that the language system can do its job as it should.
We have fixed all reported bugs to date added a few more features and are very happy with the way it is working.
Please stay tuned for further announcements.
Install works,but now i have some error messages on shoutbox.message not working and no smilys.this error message remains in the sb for two seconds and after that the sb remains white
Click the image to open in full size.

and other error messages an header and footer like this

Click the image to open in full size.
  #25  
Old 17th April 2018, 00:59
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
please try the updated file from github
include/extensions/domxml-php4-to-php5.php
and
include/functions.php
__________________
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/
  #26  
Old 17th April 2018, 22:37
steven2007 steven2007 is offline
Senior Member
 
Join Date: Jul 2011
Belgium
Posts: 46
Default
After updating the two files shoutbox disappeared with new error messages


Fatal error: Uncaught Error: Call to undefined method pmbt_cache::obtain_word_list() in /var/www/html/include/functions.php:2964 Stack trace: #0 /var/www/html/blocks/shoutbox.php(109): censor_text(':bt2:') #1 /var/www/html/cache/Bitfarm_index_body.html.php(552): include('/var/www/html/b...') #2 /var/www/html/include/class.template.php(266): include_once('/var/www/html/c...') #3 /var/www/html/index.php(64): Template->fetch('/var/www/html/c...') #4 {main} thrown in /var/www/html/include/functions.php on line 2964
  #27  
Old 18th April 2018, 00:31
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Update include/class.cache.php then go to your data base and run this sql
Code:
CREATE TABLE IF NOT EXISTS `torrent_words` (
  `word_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `word` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
  `replacement` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
  PRIMARY KEY (`word_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_bin AUTO_INCREMENT=0 ;
__________________
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/
  #28  
Old 18th April 2018, 13:56
nilim's Avatar
nilim nilim is offline
Senior Member
 
Join Date: Apr 2016
P2P
Posts: 51
Default
use PHP 5.6
  #29  
Old 18th April 2018, 16:12
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
That don’t really help down grading php as it won’t let me know of such bugs
__________________
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/
  #30  
Old 13th July 2018, 17:41
romano1's Avatar
romano1 romano1 is offline
Senior Member
 
Join Date: Jan 2012
Portugal
Posts: 107
Default something is wrongo on your demo, in register
Error Executing SQL Query .......
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ' '0', NOW(), 1 , 'tPPRBEE1tNDxgci39mHGtjeJTCjIxiWC')' at line 1
Closed Thread

Tags
btmanager , update

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 12:58. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.