Page 1 of 1

Problem moving files..

Posted: 1. March 2010 00:41
by dylanlegit
Your Portal Version: 1.0.5
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge
Boardlink: http://www.clanoneup.com

What have you done before the problem was there?
Fresh install of phpBB3 on my website, installed AutoMOD. Installed Board Portal.

What have you already tryed to solve the problem?
Moving a few files around that I don't know where to put.

Description and Message
Alright, installed phpBB3 fresh. Installed AutoMOD to efficiently install Board Portal, board reported success on install. Went to the file check portion and then had me download a zip file containing a few files I needed to put on the server myself.

Here is the tree of files I was sent. (Bold means a folder found in the root section of my server, except for S | Italics are a sub folder.)

-Language
-DE
-Mods
-additional_blocks.php
-info_acp_additional_blocks.php
-info_acp_portal.php
-install_portal.php
-lang_portal.php
-lang_portal_acp.php
-EN
-Mods
-additional_blocks.php
-info_acp_additional_blocks.php
-info_acp_portal.php
-install_portal.php
-lang_portal.php
-lang_portal_acp.php
-Prosilver
-template
-overall_footer.html
-overall_header.html
-theme
-stylesheet.css
-Subsilver2
-template
-breadcrumbs.html
-overall_header.html
-S
-constants.php
-functions.php
-session.php
-ine.php
-ss (Some file that is 1kb in size)

I assume ine.php goes in the root folder of the forum to retain file structure, obviously Language, Prosilver, and Subsilver2 are obvious as to where they go. Where do the files in the S folder go? I am getting a error on my home page now saying:

Code: Select all

Warning: require(./includes/session.php) [function.require]: failed to open stream: No such file or directory in /home/clanoneu/public_html/common.php on line 189

Fatal error: require() [function.require]: Failed opening required './includes/session.php' (include_path='.:/usr/local/php52/pear') in /home/clanoneu/public_html/common.php on line 189
As of right now I have no access to my board due to this error, I am not sure how to undo the changes I have made through the upload of these files. If nobody can figure this out I have to reinstall my forum again and start over.

Re: Problem moving files..

Posted: 1. March 2010 17:35
by Marc
I don't know what AutoMOD did, but that is just bull***t. Open install.xml in the Board3 Portal package in a browser and take a look at the instructions. That is not really hard. Also make sure to use an editor like Notepad++ for editing the files and save them as UTF8 without BOM.

Re: Problem moving files..

Posted: 1. March 2010 17:54
by dylanlegit
Alright so do I need to reinstall my forum? If I could get to my ACP I would uninstall it..

I will give it a try.

Re: Problem moving files..

Posted: 1. March 2010 21:17
by Marc
No, you do not need to reinstall your forum.
Maybe this helps you:
http://www.phpbb.com/kb/article/how-to- ... ification/

Re: Problem moving files..

Posted: 2. March 2010 01:06
by dylanlegit
I got it working, thanks.