Problems with installation

Having trouble installing ModphpBB3 - Post any questions or issues in here.
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Problems with installation

Post by tris »

Hi

Can I first say that I am really impressed with this modded version of phpbb3.

I am however having problems with my installation
I have unzipped the file created the database and im[ported the sql file, editied the config.php file uploaded it to my forum directory (well my test forum directory as I want to fiddle about with it first)

Code: Select all

http://www.tshirts-4u.org.uk/forum
verified that it all uploaded and I go to the directory and I got nothing but a notice saying page can't be found
I looked at the permissions and checked them and config.php was wrong so I changed that and now I get a 403 forbidden message,

I have tried this on 3 different servers all to the same result can anyone tell me what I am doing wrong?
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Problems with installation

Post by LDM »

Looking at the 404, it appears the config file is still not correct or the files are in a seperate directory to /forum
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

LDM wrote:Looking at the 404, it appears the config file is still not correct or the files are in a seperate directory to /forum
I have double checked it everything from the upload directory in the zip file is in the /forum folder and I have edited the config file (I have removed the password for obvious reasons) as follows

Code: Select all

<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbport = '';
$dbname = 'tshirtsu_mod';
$dbuser = 'tshirtsu_forum';
$dbpasswd = '**********';

$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';

@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Problems with installation

Post by LDM »

So you put all the files in that upload directory in the forum directory?
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

LDM wrote:So you put all the files in that upload directory in the forum directory?
Yeah the whole contents of that upload directory are in the forum directory
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Problems with installation

Post by LDM »

I can't see it on the server

Code: Select all

http://www.tshirts-4u.org.uk/
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Problems with installation

Post by cisco007 »

looks like there are a lot of files missing from the /forum directory including the config.php
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

cisco007 wrote:looks like there are a lot of files missing from the /forum directory including the config.php
Yeah I'm just re-uploading it right now
what was interesting was I tried re-editing config.php and made a mistake on the my sql file and I got the PHPBB3 warning message about a fault, when I corrected it I got a blank screen again

so I have deleted it and edited it again on my comp and re-uploading it
User avatar
cisco007
Staff
Staff
Posts: 501
Joined: Tue Oct 07, 2008 3:44 am

Re: Problems with installation

Post by cisco007 »

ok we'll see what happens when you upload everything!
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

that is all uploaded and same problem
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

I am wondering if it's a problem with my connection affecting the upload?

I tried to download the portal edition and it claimed to complete the download in a couple of seconds leaving me with an invalid zip file,
could this be affecting my upload as well
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Problems with installation

Post by LDM »

Not sure what you mean, it will either download the file or it won't. The problem you are having is bound to be something very simple, it's just finding out what and not being able to see the files on the server makes it hard to think what could be up.
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

LDM wrote:Not sure what you mean, it will either download the file or it won't. The problem you are having is bound to be something very simple, it's just finding out what and not being able to see the files on the server makes it hard to think what could be up.
if you or someone could tell me how to allow people to see the files on my server then I will do that but I don't know how to do it


With the downloads I can download the forum version but when I try to download the portal one I just get a small corrupted zip file that won't open
tris
Forum Member
Forum Member
Posts: 59
Joined: Sun Jul 05, 2009 10:04 am

Re: Problems with installation

Post by tris »

I have edited the config file so it isn't right
instead of a blank page I get a general error
General Error
SQL ERROR [ mysql4 ]

Access denied for user 'tshirtsu_foru'@'localhost' (using password: YES) [1045]

An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
I don't know if that helps
User avatar
LDM
Site Admin
Site Admin
Posts: 1786
Joined: Thu May 29, 2008 6:51 pm

Re: Problems with installation

Post by LDM »

That means the config file is wrong or there is an incorrect setting on the database.

You have imported the sql file into the same database that is on the config?
Post Reply