A tutorial to install 3.1.0 in linux?

General discussion of development ideas and the approaches taken in the 3.x branch of phpBB. The current feature release of phpBB 3 is 3.3/Proteus.
Forum rules
Please do not post support questions regarding installing, updating, or upgrading phpBB 3.3.x. If you need support for phpBB 3.3.x please visit the 3.3.x Support Forum on phpbb.com.

If you have questions regarding writing extensions please post in Extension Writers Discussion to receive proper guidance from our staff and community.
Post Reply
User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

A tutorial to install 3.1.0 in linux?

Post by NORDLANDVOLK »

I try to install 3.1.0 b4 in Kali linux 1.0.7 on xampp (lampp) but i can't install on localhost (i think but not sure it was permision),
any help will be nice thx ;)
sorry for my bad english :oops:

Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 373
Joined: Thu Sep 16, 2004 9:02 am
Contact:

Re: A tutorial to install 3.1.0 in linux?

Post by Paul »

What errors are you getting? If you are running the beta, you should be able to follow the same steps as for 3.0

User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

Re: A tutorial to install 3.1.0 in linux?

Post by NORDLANDVOLK »

paulus wrote:What errors are you getting? If you are running the beta, you should be able to follow the same steps as for 3.0
it try this time: 3.1.0 RC1

Code: Select all

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.9 (Unix) OpenSSL/**** PHP/5.5.11 mod_perl/2.0.8-dev Perl/v5.16.3 
i try to give this permission in terminal:

Code: Select all

root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/config.php
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/install
root@kali:~# chmod 777 /opt/lampp/htdocs/phpBB3/install/index.php
sorry for my bad english :oops:

nachtelb
Registered User
Posts: 30
Joined: Sun Feb 19, 2006 1:55 pm
Location: Germany
Contact:

Re: A tutorial to install 3.1.0 in linux?

Post by nachtelb »

for local testing you could chmod the whole phpBB3-folder with subfolders by using -R
chmod 777 /opt/lampp/htdocs/phpBB3 -R

User avatar
NORDLANDVOLK
Registered User
Posts: 44
Joined: Thu Oct 14, 2010 8:14 pm
Location: Tracia

Re: A tutorial to install 3.1.0 in linux?

Post by NORDLANDVOLK »

nachtelb wrote:for local testing you could chmod the whole phpBB3-folder with subfolders by using -R
chmod 777 /opt/lampp/htdocs/phpBB3 -R
Thx, this is the right way. ;)
sorry for my bad english :oops:

Post Reply