Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Error pmbt (http://www.bvlist.com/showthread.php?t=6154)

bebeshare 10th March 2011 04:05

Error pmbt
 
1、HTTP 500 Error - Internal Server Error

In attempting to register a new user when the following prompt

A 500 HTTP Error Occurred while Processing Your Request.
An error Occurred while Processing Your Data.
Detailed info can be found in the Server Logs.
Please send a detailed report about this to

Enter the admin panel you can see the user has registered, but inactive. Activated in the admin panel need to be able to use. How to solve this problem.


2、Access Denied-You do not have Permissions to Access Upload at this time

Everyone can upload has been set, but display the following prompt when anonymous upload,why?

daffy 10th March 2011 12:48

what version of pmbt are you using?

joeroberts 10th March 2011 14:53

the internal server error is being caused By your mail server
Have you made any mods to the source code?
Try fixing this
open include/functions.php
find
PHP Code:

    if (ip_valid(&$_SERVER[$c])) { 

and replace it with
PHP Code:

    if (ip_valid($_SERVER[$c])) { 

if you want unregistered users to Up load then you well need to create and
new user group
Quote:

guest
and set them to have access to uploads
Im not sure about the last one I need more info.
where do you see this
are you running default torrent table or modded?

bebeshare 11th March 2011 08:44

Quote:

Originally Posted by daffy (Post 27122)
what version of pmbt are you using?

2.04 gold eVo_blue

Bump:
Quote:

Originally Posted by joeroberts (Post 27125)
the internal server error is being caused By your mail server
Have you made any mods to the source code?
Try fixing this
open include/functions.php
find
PHP Code:

    if (ip_valid(&$_SERVER[$c])) { 

and replace it with
PHP Code:

    if (ip_valid($_SERVER[$c])) { 

if you want unregistered users to Up load then you well need to create and
new user group

and set them to have access to uploads
Im not sure about the last one I need more info.
where do you see this
are you running default torrent table or modded?

i have add guest level, and set them to have access to upload, when i try upload as guest ,following message:You do not have Permissions to Access Upload at this time.
i running default mod

Bump:
Quote:

Originally Posted by bebeshare (Post 27131)
2.04 gold eVo_blue

Bump:

i have add guest level, and set them to have access to upload, when i try upload as guest ,following message:You do not have Permissions to Access Upload at this time.
i running default mod

it works thank U!

joeroberts 11th March 2011 13:18

In admin/settings set Upload access level


All times are GMT +2. The time now is 12:03.

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