View Single Post
  #8  
Old 21st December 2020, 18:03
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by pedro444 View Post
Fatal error: Uncaught Error: Call to undefined function mysql_connect() in /home/exdemon/public_html/setup/steps/3.php:131 Stack trace: #0 /home/exdemon/public_html/setup/index.php(277): require_once() #1 {main} thrown in /home/exdemon/public_html/setup/steps/3.php on line 131
you selected the wrong sql type in step 2 you need MySQLi

Bump:
Quote:
Originally Posted by Botanicar View Post
Please, fix all install problems


Code:
Installing Default Time Zones
Error Executing SQL Query INSERT INTO `btm_time_offset` (`id`, `name`) VALUES (-720, '(GMT - 12:00 hours) Enewetak Atoll, Kwaj...
Error ID: 1406
Error Message: Data too long for column 'name' at row 1
 A Fatal Error Occurred during Setup.  Please Fix the above Error and try running the Setup again, or Refreshing your Browser.
Code:
My User NOTICE [8192] Cannot use "parent" when current class scope has no parent
Notice Error on Line 681 in File /home/btm/public_html/include/db/mysqli.php

Deprecated: Cannot use "parent" when current class scope has no parent in /home/btm/public_html/include/db/mysqli.php on line 681
My User NOTICE [8192] Cannot use "parent" when current class scope has no parent
Notice Error on Line 702 in File /home/btm/public_html/include/db/mysqli.php

Deprecated: Cannot use "parent" when current class scope has no parent in /home/btm/public_html/include/db/mysqli.php on line 702
My User NOTICE [8192] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Notice Error on Line 861 in File /home/btm/public_html/include/functions.php

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/btm/public_html/include/functions.php on line 861
My User NOTICE [8192] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Notice Error on Line 993 in File /home/btm/public_html/include/functions.php

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/btm/public_html/include/functions.php on line 993
My User NOTICE [8192] Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`
Notice Error on Line 993 in File /home/btm/public_html/include/functions.php

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /home/btm/public_html/include/functions.php on line 993
My User NOTICE [8192] Function get_magic_quotes_gpc() is deprecated
Notice Error on Line 469 in File /home/btm/public_html/include/functions.php

Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/btm/public_html/include/functions.php on line 469
Regards
I am working on this give me a little bit

BUMP:
I have uploaded some updated files for you here and hope they help
setup/sql/install-MySQLi.sql
include/db/mysqli.php
include/functions.php
please let me know
Attached Files
File Type: sql install-MySQLi.sql (103.3 KB, 10 views)
File Type: php mysqli.php (29.6 KB, 9 views)
File Type: php functions.php (170.0 KB, 10 views)
__________________
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; 21st December 2020 at 19:19.
Reply With Quote