Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   Forum install strange things... (http://www.bvlist.com/showthread.php?t=8736)

Giorgatzelos 7th January 2013 14:56

Forum install strange things...
 
1 Attachment(s)
i try to setup the forum but when i point at the installation /phpbb3/install/index.php i get the install screen but without the install options..

joeroberts 7th January 2013 15:05

that is because you have already tried to install it.
Make sure your phpBB/config.php is blank.

Giorgatzelos 7th January 2013 15:24

1 Attachment(s)
now installation gives no options in this menu...
what the heck?...

Bump:
Quote:

Originally Posted by Giorgatzelos (Post 38648)
now installation gives no options in this menu...
what the heck?...

Wich of the requirements that is needed does not my server meet?i cant understand why it does not display a proceed button...

Phogo 8th January 2013 22:07

Quote:

Originally Posted by Giorgatzelos (Post 38648)
now installation gives no options in this menu...
what the heck?...

Bump:
Wich of the requirements that is needed does not my server meet?i cant understand why it does not display a proceed button...

Add the following lines to your .htaccess file
Code:

php_value mbstring.http_input pass
php_value mbstring.http_output pass


APotter 15th January 2013 14:13

Blank
 
I went fine through the tracker/database process but when I go to site/phpbb3/install/index.php I get nothing. Blank screen on Firefox. I've checked the url.. its the correct one. Must be something simple.

joeroberts 15th January 2013 14:26

Open /phpBB3/install/index.php and find
PHP Code:

$user = new user(); 

and change it to
PHP Code:

$user        = new userbb(); //changed to work with pmbt 


APotter 15th January 2013 15:07

Thanks, that did it. The rest of the process went smoothly.


All times are GMT +2. The time now is 13:11.

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