phpBB2 Attachment mod

I will no longer provide phpBB2 support due to phpBB2's EOL announcement. If you need help with phpBB2 you can try phpBB2 Refugees.
Locked
anytimevillage
Posts: 4
Joined: Tue Jun 19, 2007 1:14 pm

phpBB2 Attachment mod

Post by anytimevillage »

I'm having problems with the installation of this mod.

Problem began in Step 2 when trying to run the install.php file. Uploaded it and tried to run it and was unsuccessful. Upon posting the correct URL in my browser, the page would just seem to time out.

Now when going to my index.php page...it redirects to a 404 error and seems to redirect (and shows the install.php url in the address bar) to the install/install.php page.

In other words I'm trying to go to:
http://www.anytimevillage.com/phpBB2/index.php
and I'm getting a 404 error and being redirected to:
http://anytimevillage.com/phpBB2/install/install.php

I am now just trying to remove the mod and after removing all the pages I still can't get to my original board to appear.

I will abandon trying to get this mod to work if i can just get my board back!!

UPDATE....ALL pages redirect to that install/install.php page (w/ the 404 error).
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Post by DavidIQ »

You probably still have the install or contrib directories in your forum folder.
anytimevillage
Posts: 4
Joined: Tue Jun 19, 2007 1:14 pm

Post by anytimevillage »

It would seem that way...but I thought i deleted them...and can't find them in the directory.
DavidIQ
Site Admin
Posts: 619
Joined: Thu Sep 07, 2006 4:31 pm
Location: Earth
Contact:

Post by DavidIQ »

Ah...I see the problem. You've somehow managed to delete your config.php file which is vital to the life of your forum. You'll need to create a new one. If you have no idea what to put in it then here's what the contents of it should be:

Code: Select all

<?php


// phpBB 2.x auto-generated config file
// Do not change anything in this file!

$dbms = 'mysql';

$dbhost = 'localhost';
$dbname = 'yourdbname';
$dbuser = 'dbuser';
$dbpasswd = 'dbuserpassword';

$table_prefix = 'phpbb_';

define('PHPBB_INSTALLED', true);

?>
Of course you'll have to assign the variables applicable values. Once you do that, save your file as config.php, upload to your forum, and voila.
anytimevillage
Posts: 4
Joined: Tue Jun 19, 2007 1:14 pm

Post by anytimevillage »

well......that was actually me deleting and re-uploading a backup copy of the config.php file.

I'm back to getting the same redirect to the install.php page.
anytimevillage
Posts: 4
Joined: Tue Jun 19, 2007 1:14 pm

Post by anytimevillage »

wait...you were right. Even my backup copy of that file is empty...

I think I'm on the right track now...

THANK YOU!!
gangotri
Posts: 1
Joined: Fri Dec 05, 2008 12:23 am

Re: phpBB2 Attachment mod

Post by gangotri »

This by far as to be the best mod for PHPBB. It is very feature rich and has to be one of the largest mods written as far as lines of code.
Locked