Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

problem with step 4

Asked Modified Viewed 2,566 times
D
darkscythe002
D
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

i just created my fedora 8 server, installed ispconfig, and installed phpadmin. i asked one of my friend's who is an expert at linux, and he told me to install php fusion for making webpages, so i downloaded it, ftp'd it to my server, and tried to follow the instructions for the installation. when i get to step 4, which tells me to open up a webpg using the ip, nothing happens. all i get is this when i enter 'ip:8080':
PHPFusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: setup.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as fr.....

so i try to put /setup behind it, and then this happens:
define("FUSION_SELF", basename($_SERVER['PHP_SELF']));

if (isset($_POST['localeset']) && file_exists("locale/".$_POST['localeset']) && is_dir("locale/".$_POST['localeset'])) {
include "locale/".$_POST['localeset']."/setup.php";
} else {
$_POST['localeset'] = "English";
include "locale/English/setup.php";
}

if (isset($_POST['step']) && $_POST['step'] == "7"wink {
header("Loc

(it makes a really long pg of if statements). i have yet to actually see the install application. not really sure what to do. (and since this is a local server, i didn't do step 3, which i don't know how to do anyway)
Edited by darkscythe002 on 06-05-2009 21:48,
0 replies

2 posts

H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Sorry, dunno. Ask your expert friend perhaps?
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

your server supports php?
Edited by Basti on 07-05-2009 16:40,
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

H
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
D
D
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet