Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   PMBT 2.04 blank setup page (http://www.bvlist.com/showthread.php?t=8403)

hEDge 26th October 2012 12:16

PMBT 2.04 blank setup page
 
PMBT 2.04 blanks at setup/index.php
Returns no error on page ore logs

joeroberts 26th October 2012 12:20

this is caused by the new release of php
open 2 files
include/config.php
setup/index.php
find and replace
PHP Code:

if (!ini_get("register_globals")) {
    @
import_request_variables("GPC");


with
PHP Code:

if (!ini_get("register_globals")) {
   
extract($_REQUESTEXTR_PREFIX_SAME,'GPS');



hEDge 26th October 2012 12:26

Thanks that did the trick


All times are GMT +2. The time now is 01:28.

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