Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Btmanager 3.0.2 work progress (http://www.bvlist.com/showthread.php?t=12318)

joeroberts 20th December 2020 21:57

Btmanager 3.0.2 work progress
 
Btmanager 3.0.2 work progress has started again its not going to go very fast because I do not have and thing to prove to any one and from past eferts seems no one really seems to care It just gives me something to do:lol:
Demo link is just http://btmanager.org
gethub link is https://github.com/blackheart1/BTManager3.0.2
there well be no forum but what is on the demo
If you want to see the demo you well need to make an account.
Some key facts as of now
It is working on php 7.3 with MySQL(i) 8.0.21
It still supports all the same features as 3.0.1 but I am updating some permition setting
editing admin panel to make it easier to nivigate
I well be adding a few more themes in the long run but as of now I have added one more (1Thank)

Allot of work me and Thor had done before and I have been playing with it a little here and there.
I have the demo running right now on my home pc as I'm not going to waist money on a server because I know I wont get out side support.

Botanicar 20th December 2020 22:50

It is support external torrent trackers and scrape udp, thanks ...

joeroberts 21st December 2020 00:34

this well be dependent on the server that you use to host the tracker on.
provided you have a server that allows the opened ports and protocals yes you can use external torrents and it well do UDP scraping.

Botanicar 21st December 2020 12:30

PHP Code:

Creating Default Categories...Error Executing SQL Query INSERT INTO  `torrent_categories` (`id`, `name`, `sort_index`, `image`, `parent_id`,  `tabletype`, `su...Error ID: 1062Error Message: Duplicate entry 'PC Games' for key 'name'
 A Fatal Error Occurred during Setup.  Please Fix the above Error and try running the Setup again, or Refreshing your Browser. 


joeroberts 21st December 2020 14:13

1 Attachment(s)
Ok I see the problem replace setup/sql/categories.sql with this
you well need to truncate the data base before you try again.

Botanicar 21st December 2020 15:35

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

pedro444 21st December 2020 16:32

error
 
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

joeroberts 21st December 2020 18:03

3 Attachment(s)
Quote:

Originally Posted by pedro444 (Post 55158)
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 (Post 55157)
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

pedro444 21st December 2020 19:21

error
 
Quote:

Originally Posted by joeroberts (Post 55159)
you selected the wrong sql type in step 2 you need MySQLi

Bump:
I am working on this give me a little bit



https://ibb.co/TvmR7T2

joeroberts 21st December 2020 19:37

the users info you provided for your data base is wrong in setup.
this can be edited in include/configdata.php

papad 22nd December 2020 10:04

It's good to see you joe!! starting back up again BTManager, I ran your code before, and along with your other sidekick Thor, you both did extremely well, the support from both of you guys at your forum was just outstanding!! if every developer who put together a torrent script gave good support as you guys did, dude things would be a lot easier and fun...

And thanks to thartley55 for his help...

Good luck joe with your adventure for 2021... :ok:

xblade 22nd December 2020 11:32

@joe
will this work on 7.2.24
if ill have a look at it and where is the download for this please

Bump:

Bump:

Bump:
PHP Code:



Error Executing SQL Query INSERT INTO 
`torrent_time_offset` (`id`, `name`) VALUES (-720'(GMT - 12:00 hours) Enewetak Atoll, ...
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. 

Bump: Error Executing SQL Query INSERT INTO `torrent_time_offset` (`id`, `name`) VALUES (-720, '(GMT - 12:00 hours) Enewetak Atoll, ...
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.

joeroberts 22nd December 2020 14:23

I am working on that error now.

BUMP:
New updateds have been pushed to get hub

xblade 22nd December 2020 14:37

thank you was looking forward to this ill download the new github when done let me know here when new as been done and ill get it:drink:

pedro444 22nd December 2020 15:59

torrent_bans
 
Quote:

Originally Posted by joeroberts (Post 55161)
the users info you provided for your data base is wrong in setup.
this can be edited in include/configdata.php


https://ibb.co/PWvm0MY

xblade 22nd December 2020 16:49

thank you joe fix ok now and working on torrent only shoutcast not working i us the v2

test seedbox upload in a hour or so will update you soon and yes i love it alot better tracker then whats out there:drink:

joeroberts 22nd December 2020 18:53

Quote:

Originally Posted by pedro444 (Post 55166)

I well take a look
Please let me see your file setup/steps/4.php please because something dont look right there.

xblade 22nd December 2020 19:44

No email comefirm for signups

email Error
EMAIL/SMTP
/user.php
Admin get banned on shoutbox when set to admin class in there profile

how to hide site from guest can see new uploads ect

Is there away so no comfirm email sent out so its just longin from sign up

i know im asking for alot mate..if you can help

Announce Error
Invalid Passkey. It may have been renewed.


Invalid address: (setFrom) 2020-12-22 16:52:19 Invalid address: (addAnAddress Reply-To): 2020-12-22 16:52:19 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) 2020-12-22 16:52:19 SMTP connect() failed.

https://i.imgur.com/BIsul8e.png

also its not saving the setting i put in it

joeroberts 22nd December 2020 20:52

ok I well start with the Image you posted that has not been completed as of yet is is part I am working on(Parts in progress).


As for the mail server you need to set that part up in admin->Site Settings->email Settings


As for the making site Private that is Still done in Admin->Site Settings
Private Tracker Mode:
Sets the Tracker to Private, this way NO ONE can View the Content unless they are a Member.


You can turn off Force email Confirm from the same place
Force email Confirmation:
Force a User to Confirm their email Address before they can use the Site.as for advancing people it is best to do this from admin pannel
Admin [User] ->User Management
As for the Pass key make sure that you have one set in your Profile User->Edit Profile->Board Preferences Down at the Bottom

Hope this helps

xblade 22nd December 2020 21:34

thank you

done

http://www.spartans-army.com/admin.p...o&op=acp_email
Warning

Invalid email Address 'Contact email Address'
Invalid email Address 'Return email Address'


this a seedbox used by uploader so why is going in as a GUEST
GUEST xx.xxx.xx.XXX 22 Dec 2020 18:31 Announce Error
Invalid Passkey. It may have been renewed.

/admin.php?confirm_key=mbft0Ctacr
del user not wotking in cp

2-22 18:25:57 Invalid address: (setFrom) 2020-12-22 18:25:57 Invalid address: (addAnAddress Reply-To): 2020-12-22 18:25:57 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) 2020-12-22 18:25:57 SMTP connect() failed. https://github.com/PHPMailer/PHPMail...roubleshooting

joeroberts 22nd December 2020 21:51

Quote:

Originally Posted by budgie (Post 55185)
thank you

done

http://www.spartans-army.com/admin.p...o&op=acp_email
Warning

Invalid email Address 'Contact email Address'
Invalid email Address 'Return email Address'

both of these emails must be a valid address if they are not your mail server well not work.
what mail function are you trying to use?


Quote:

Originally Posted by budgie (Post 55185)
this a seedbox used by uploader so why is going in as a GUEST
GUEST xx.xxx.xx.XXX 22 Dec 2020 18:31 Announce Error
Invalid Passkey. It may have been renewed.

You need to add the seed box IP to the users account.
you also need to make sure that the torrent that the seedbox is using has the Passkey added so it well need to be down loaded from the users account on the site.

Quote:

Originally Posted by budgie (Post 55185)
/admin.php?confirm_key=mbft0Ctacr
del user not wotking in cp

I well need to look into this

Quote:

Originally Posted by budgie (Post 55185)
2-22 18:25:57 Invalid address: (setFrom) 2020-12-22 18:25:57 Invalid address: (addAnAddress Reply-To): 2020-12-22 18:25:57 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0) 2020-12-22 18:25:57 SMTP connect() failed. https://github.com/PHPMailer/PHPMail...roubleshooting

you have SMTP Debugging turned on in your email settings

xblade 23rd December 2020 11:20

Logged Administrator Actions
This is seedbox
Unknown
Announce Error
Invalid Passkey. It may have been renewed.

details.php
Peers List icon is Red
so this will call
Invalid Passkey. It may have been renewed.
When Green icon shows its ok calling Passkey

edit user Reset Passkey: one day go done

edit user User's Seedbox IP Address: set seedbox ip one day go done

clear Logged Administrator Actions ip one day go done

still errors shows today today calling
Invalid Passkey. It may have been renewed.

New the upload from Home pc
Peers List icon is Green
it holds the Passkey
Everything thing working aok
No errors what so ever in
Logged Administrator Actions

the site to No external torrents dio not like this at all

Members who as not done any uploads
Announce Error
Torrent not registered with this tracker.


it is a kown error by seedbox going on a seedbox seeding till clean done then no torrent showing till nest clean up if it shows back up seeding
but with your code shows seeding still but with the above errors Invalid Passkey. It may have been renewed.
on old code lets say debian-8 it will work fine but old os as you know
when upgrade done to lets say 7.2 so it will not work with seedbox thats why it ghosting the Invalid Passkey seedbox



SMTP Debugging
Ok set the Debugging
As you have said hit save as you do
then go back to the SMTP Debugging its not save the inputs so try agian hit save says it as been done ok
go back to SMTP setings its not saved at all back to default setyings can keep doing this no luck it keeps default setings

i use the noreply@xxxx.com
i put in the xxxx.com why do not want noone on this forum looking at the mail
this is set in the setting cpan


Tracker Settings
Tracker Access Level:

Everyone Allows Anyone to Connect to the Tracker (i.e. Announce)
Registered Requires the User to Log In (IP Address is Checked!) before Connecting to the Tracker.

Everyone
set to Registered then update setting ok go back to the
Tracker Settings
Tracker Access Level:

its not saving going back to Everyone
https://i.imgur.com/i05J57E.gif
just helping you with the errors joe

Botanicar 23rd December 2020 15:56


In my case, all these small errors are caused by the "firewall" which was deactivated and most of the functions worked, but there is still a problem with iMDB scraping, it doesn't help for now because no information appears. It is worth trying to deactivate the "firewall" and check if it will help

joeroberts 23rd December 2020 17:00

Quote:

Originally Posted by budgie (Post 55189)
SMTP Debugging
Ok set the Debugging
As you have said hit save as you do
then go back to the SMTP Debugging its not save the inputs so try agian hit save says it as been done ok
go back to SMTP setings its not saved at all back to default setyings can keep doing this no luck it keeps default setings

i use the noreply@xxxx.com
i put in the xxxx.com why do not want noone on this forum looking at the mail
this is set in the setting cpan



just helping you with the errors joe

OK Im going to work on one error at a time lets start with your smtp errors
debugging is not going to turn off tell you fill in all the info properly there.


Admin->Site Settings->Email Settings
All the info Nothing well save if you get a error on save here


Enable Site Wide emails: set Enabled
Users Send email via Site: set Disabled
email Function Name: set mail
email Package Size: set 0
Contact email Address: Must put a valid email here

Return email Address: Must Put a valid email here can be same as first one
email Signature: you can just put your site name
Hide email Address: set Yes
Allow Subscribing to Topics: set no
SMTP Connection Type: set to TLS

SMTP Authorisation: set YES

SMTP Debugging: SET to NO

Use SMTP Server for email: IF your using the standerd server php mail set to NO and go no further if using SMTP SET YES
the rest of this is to be fill in depeding on your SMTP server if that is what you use I use Yahoo so mine look like this



SMTP Server Address: smtp.mail.yahoo.com

SMTP Server Port: 587

Authentication Method for SMTP: PLAIN

SMTP Username: NONEYABUIS@yahoo.com

SMTP Password: *********

Bump: Got some Updates going on Now

Bump: Got some updates for you guys


Error Report For IMDB

Fix Found and posted to GitHub


Error Report of Shouts getting Banned when you Edit a user's Admin setting out side of the admin panel.
This was a Theme Bug and was Addressed and Posted to GitHub


Error In Not being able to Delete User
This Has Been Fixed and Posted to GitHub


Error In Uploading External Torrents When Filling in the Scrape info on a failed scrape and Forcing uploads
This has been Fixed and Posted to GitHub


Cron Jobs Have Been Addressed so they are getting called properly on Windows based servers.
This Has Been Pushed to GitHub

xblade 16th June 2021 09:48

  • What Memcache are you using to install?
  • Plateform PHP7.2 ubuntu 1804

firefly007 17th June 2021 16:17

Quote:

Originally Posted by joeroberts (Post 55191)
OK Im going to work on one error at a time lets start with your smtp errors
debugging is not going to turn off tell you fill in all the info properly there.


Admin->Site Settings->Email Settings
All the info Nothing well save if you get a error on save here


Enable Site Wide emails: set Enabled
Users Send email via Site: set Disabled
email Function Name: set mail
email Package Size: set 0
Contact email Address: Must put a valid email here

Return email Address: Must Put a valid email here can be same as first one
email Signature: you can just put your site name
Hide email Address: set Yes
Allow Subscribing to Topics: set no
SMTP Connection Type: set to TLS

SMTP Authorisation: set YES

SMTP Debugging: SET to NO

Use SMTP Server for email: IF your using the standerd server php mail set to NO and go no further if using SMTP SET YES
the rest of this is to be fill in depeding on your SMTP server if that is what you use I use Yahoo so mine look like this



SMTP Server Address: smtp.mail.yahoo.com

SMTP Server Port: 587

Authentication Method for SMTP: PLAIN

SMTP Username: NONEYABUIS@yahoo.com

SMTP Password: *********

Bump: Got some Updates going on Now

Bump: Got some updates for you guys


Error Report For IMDB

Fix Found and posted to GitHub


Error Report of Shouts getting Banned when you Edit a user's Admin setting out side of the admin panel.
This was a Theme Bug and was Addressed and Posted to GitHub


Error In Not being able to Delete User
This Has Been Fixed and Posted to GitHub


Error In Uploading External Torrents When Filling in the Scrape info on a failed scrape and Forcing uploads
This has been Fixed and Posted to GitHub


Cron Jobs Have Been Addressed so they are getting called properly on Windows based servers.
This Has Been Pushed to GitHub

So happy u are working on BT manager. Great source code.

Thanks Joe :)

xblade 17th June 2021 17:51

  • What Memcache are you using to install?
  • Plateform PHP7.2 ubuntu 1804
  • im asking about the Memcache

joeroberts 21st June 2021 02:04

PHP Version 7.4.13

Apache/2.4.46 (Win64) PHP/7.4.13

in order to disable memcache open cache/data_global.php
find
$cache_type = 'memcach';
and make it
$cache_type = 'file';

wdq 24th June 2021 17:58

Quote:

Originally Posted by budgie (Post 55566)
  • What Memcache are you using to install?
  • Plateform PHP7.2 ubuntu 1804
  • im asking about the Memcache

Code:

sudo apt install memcached php7.2-memcache php7.2-memcached

xblade 24th June 2021 20:33

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.

joeroberts 25th June 2021 00:50

what sql version are you using?

wdq 25th June 2021 06:12

Quote:

Originally Posted by budgie (Post 55594)
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 ?

M-jay 25th June 2021 06:51

Sql invalid datetime

That's sql mode allow zero dates or something - these should be null really
`date` datetime NULL,

xblade 25th June 2021 10:07

Joe
using xampp-windows-x64-7.2.25-0-VC15-installer on pc testing it out before i add it to live host

joeroberts 25th June 2021 12:13

Quote:

Originally Posted by wdq (Post 55596)
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?

wdq 25th June 2021 18:06

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

joeroberts 26th June 2021 00:40

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

wdq 26th June 2021 06:01

Quote:

Originally Posted by joeroberts (Post 55601)
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 .

joeroberts 27th June 2021 13:47

Quote:

Originally Posted by wdq (Post 55602)
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

xblade 27th June 2021 14:46

@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


All times are GMT +2. The time now is 08:38.

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