SMF Support > SMF 2.0.x Support

Fatal error upon install

(1/1)

CommuteX:
Ok here is the deal, I had 1.1.5 installed on my subdomain "forums"...I just had the forum set up the other day. I had some mods installed. ..SPortal and Ad Management. I wanted some new modules that were only available with 2.0. I didn't do the upgrade cause to reinstall fresh would take only about 15 minutes or less and I didn't have any members yet.

[*]So I deleted the forums directory and created another one.
[*]Uploaded the full install
[*]Installed as normal[/list]

But when I was directed to my new forum, I instead got this error...

Warning: require_once(/home/nugz/public_html/forums/Sources/SPortal.php) [function.require-once]: failed to open stream: No such file or directory in /home/nugz/public_html/forums/index.php on line 64

Fatal error: require_once() [function.require]: Failed opening required '/home/nugz/public_html/forums/Sources/SPortal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nugz/public_html/forums/index.php on line 64

I have redone the forums directory 3 times, deleted the Mysql database and started a new one, I even deleted the entire subdomain and I still get the error when I install and go to index.php.......Im losing my mind here...

ccbtimewiz:

--- Quote from: CommuteX on August 10, 2008, 12:17:55 AM ---Ok here is the deal, I had 1.1.5 installed on my subdomain "forums"...I just had the forum set up the other day. I had some mods installed. ..SPortal and Ad Management. I wanted some new modules that were only available with 2.0. I didn't do the upgrade cause to reinstall fresh would take only about 15 minutes or less and I didn't have any members yet.

[*]So I deleted the forums directory and created another one.
[*]Uploaded the full install
[*]Installed as normal[/list]

But when I was directed to my new forum, I instead got this error...

Warning: require_once(/home/nugz/public_html/forums/Sources/SPortal.php) [function.require-once]: failed to open stream: No such file or directory in /home/nugz/public_html/forums/index.php on line 64

Fatal error: require_once() [function.require]: Failed opening required '/home/nugz/public_html/forums/Sources/SPortal.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nugz/public_html/forums/index.php on line 64

I have redone the forums directory 3 times, deleted the Mysql database and started a new one, I even deleted the entire subdomain and I still get the error when I install and go to index.php.......Im losing my mind here...

--- End quote ---

Open index.php

Find and remove:

--- Code: ---sportal_init();
--- End code ---


--- Code: ---// Action and board are both empty... SPortal!
if (empty($board) && empty($topic) && !empty($modSettings['portalactive']))
{
require_once($sourcedir . '/SPortal.php');
return 'SPortal';
}
--- End code ---

Navigation

[0] Message Index

Go to full version