cancel
Showing results for 
Search instead for 
Did you mean: 

PHPBB 3

crazeeworld
Dabbler
Posts: 21
Registered: ‎29-02-2008

PHPBB 3

Just checking - does PN support this fully?
I loaded a v3 forum up this evening and it just would not display properly.
Probably just me having issues with the permission setting using Ipswitch FTP. But.....
It seemed to have lost the style sheets and came out as plain text when it did display.
I have deleted it and am going to start again.
Just making sure v3 works.
Ta.
5 REPLIES 5
crazeeworld
Dabbler
Posts: 21
Registered: ‎29-02-2008

Re: PHPBB 3

This is what i get when I try to log in...  Sad
CCGI Error: Execution of this script not permitted
--------------------------------------------------------------------------------
Execution of (phpBB3/index.php) is not permitted for the following reason:

Script is not executable. Issue 'chmod 755 filename'
Server Data:
Server Administrator/Contact: support@plus.net
Server Name: ccgi.crazeeworld.plus.com
Server Port: 80
Server Protocol: HTTP/1.1
Virtual Host: ccgi.crazeeworld.plus.com
Request Data:
User Agent/Browser: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 2.0.50727; .NET CLR 1.1.4322; Media Center PC 4.0)
Request Method: GET
Remote Address: 80.229.216.59
Remote Port: 1070
Prod_Man
Grafter
Posts: 287
Registered: ‎04-08-2007

Re: PHPBB 3

Open PuTTY. (Get it Here)
Connect to the CCGI Server. (84.92.1.4:22)
Login with your CCGI Username + Password
you need to (in essance) 'chmod' (Change File Permissions) for every PHP related File required in PHPBB3 to '0755',
in the entire Directory Structure, to prevent permissions related errors.
There is an inbult Shell Script on the CCGI Server for correcting the Permissions on the File System.
Once you are logged in, hit in this command, it should work.

crazeeworld@cshell0X:~$ /usr/local/bin/./fixphpperms.sh -r

From the synopsis, it should fix all the permissions from your home directory (/files/homeX/crazeeworld/) including sub-directories & files.
This is all outlined in further detail Here Just incase you cannot follow what I have summarised. Smiley
Hope all goes well!
Jim,
Prod_Man
Grafter
Posts: 287
Registered: ‎04-08-2007

Re: PHPBB 3

Looks like you've got it working Smiley
well done.
Jim,
crazeeworld
Dabbler
Posts: 21
Registered: ‎29-02-2008

Re: PHPBB 3

I was just about to type an enormous thank you.
Thank you very much indeed.
You are a hero!!!!!!!


Cheers,
Ian  Cheesy
Prod_Man
Grafter
Posts: 287
Registered: ‎04-08-2007

Re: PHPBB 3

teheh!
good good Smiley
it's no problemo matey Wink
All I ask is that, once I get my site in gear that you check it out Wink
Writing up help files on this kind of basic PHP/Linuxy stuff.
Enjoy!
Jim,