Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > BT.Manager (phpMyBitTorrent)
Reply
Thread Tools
  #31  
Old 25th June 2021, 00:50
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
what sql version are you using?
__________________
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/
Reply With Quote
  #32  
Old 25th June 2021, 06:12
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default
Quote:
Originally Posted by budgie View Post
Creating Table bans...
Error Executing SQL Query -- -------------------------------------------------------- -- -- Table structure for table `torrent_bans` -- CREATE TABLE IF NOT EXISTS `torrent_bans` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ban_userid` mediumint(8) NOT NULL DEFAULT '0', `ban_email` varchar(100) COLLATE utf8_bin NOT NULL DEFAULT '', `ipstart` varchar(40) COLLATE utf8_bin NOT NULL DEFAULT '', `ipend` int(10) unsigned NOT NULL DEFAULT '0', `ban_start` int(11) NOT NULL DEFAULT '0', `ban_end` int(11) NOT NULL DEFAULT '0', `ban_exclude` int(1) NOT NULL DEFAULT '0', `reason` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `ban_give_reason` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `date` datetime NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
Error ID: 1067
Error Message: Invalid default value for 'date'
A Fatal Error Occurred during Setup. Please Fix the above Error and try running the Setup again, or Refreshing your Browser.

What php and mysql version you have ?
Post the output of

Code:
Php -v
Mysql -v
Mariadb -v

PS:
Joe could you please give me a hint related to the permissions , not able to edit profile as user in group user with standard permissions. The error I am getting how much I try to change permissions is that
Your user does not have enough access to see members profiles.

But I want to edit my own profile...
Any idea comes to mind ?
Reply With Quote
  #33  
Old 25th June 2021, 06:51
M-jay M-jay is offline
VIP
 
Join Date: May 2018
Posts: 19
Default
Sql invalid datetime

That's sql mode allow zero dates or something - these should be null really
`date` datetime NULL,
Reply With Quote
  #34  
Old 25th June 2021, 10:07
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Default
Joe
using xampp-windows-x64-7.2.25-0-VC15-installer on pc testing it out before i add it to live host
Reply With Quote
  #35  
Old 25th June 2021, 12:13
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by wdq View Post
PS:
Joe could you please give me a hint related to the permissions , not able to edit profile as user in group user with standard permissions. The error I am getting how much I try to change permissions is that
Your user does not have enough access to see members profiles.

But I want to edit my own profile...
Any idea comes to mind ?
are you trying as a user or a admin?
__________________
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/
Reply With Quote
  #36  
Old 25th June 2021, 18:06
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default
As a user cannot edit my profile, as admin I tried a lot of variants but still does not allow me to edit my profile as user , like change password and so on
Reply With Quote
  #37  
Old 26th June 2021, 00:40
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
ok start with editing groups
go to

Admin Panel->User Tab->UserGroup Management->Global Group Permissions
Select the group you want to edit
Also what them are you using?
also make sure that the link in the navbar has your user ID number in it
__________________
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/
Reply With Quote
  #38  
Old 26th June 2021, 06:01
wdq's Avatar
wdq wdq is offline
Senior Member
 
Join Date: Mar 2010
P2P
Posts: 45
Default
Quote:
Originally Posted by joeroberts View Post
ok start with editing groups
go to

Admin Panel->User Tab->UserGroup Management->Global Group Permissions
Select the group you want to edit
Also what them are you using?
also make sure that the link in the navbar has your user ID number in it
You just gave me the answer, it does not have the user I'd in is going straight to op=editprofile for everyone user , admin

Bump: Anyone can put me in the right direction with this?
I am not able to figure out why there is no id in the link .

Last edited by wdq; 26th June 2021 at 06:21.
Reply With Quote
  #39  
Old 27th June 2021, 13:47
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by wdq View Post
Anyone can put me in the right direction with this?
I am not able to figure out why there is no id in the link .
No id in the link is a good thing not a bad thing I am going to be doing some updates for data base today so maybe this well help
__________________
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/
Reply With Quote
  #40  
Old 27th June 2021, 14:46
xblade's Avatar
xblade xblade is offline
Cod3r
 
Join Date: Nov 2020
P2P
Posts: 239
Thumbs up
@joe will this update of db so i can test it out before adding to my live server using xampp-windows-x64-7.2.25
Reply With Quote
Reply


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