Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   BTManager 3.0.1 Update (http://www.bvlist.com/showthread.php?t=11480)

joeroberts 14th April 2018 14:40

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

steven2007 14th April 2018 14:54

Quote:

Originally Posted by joeroberts (Post 51734)
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:ok::ok::ok:

joeroberts 14th April 2018 18:57

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.

steven2007 15th April 2018 07:29

Quote:

Originally Posted by joeroberts (Post 51737)
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
http://pichost.org/images/2018/04/15/error298ff7.png

and other error messages an header and footer like this

http://pichost.org/images/2018/04/15/error385915.png

joeroberts 17th April 2018 00:59

please try the updated file from github
include/extensions/domxml-php4-to-php5.php
and
include/functions.php

steven2007 17th April 2018 22:37

After updating the two files shoutbox disappeared with new error messages:wallbash::wallbash::wallbash:


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

joeroberts 18th April 2018 00:31

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 ;


nilim 18th April 2018 13:56

use PHP 5.6

joeroberts 18th April 2018 16:12

That don’t really help down grading php as it won’t let me know of such bugs

romano1 13th July 2018 17:41

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


All times are GMT +2. The time now is 15:49.

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