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?

New installation not working

Asked Modified Viewed 2,067 times
A
AustinJim
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi all,
I've just installed PHP_Fusion and have the following versions:
PHPFusion 7-00-05
Apache 2.2
PHP 5.3.0
MySql 5.0.51b

I know PHP and Apache are working correctly because I created a simple page with phpinfo() and it's dumping all the PHP information.

I ran setup.php and it seemed to complete normallu.

The problem is, when I hit phpfusin/index.php, it forwards to news.php (as seen in the URL) and eventually says "network timeout".

MySQL Administrator indicates it's running.

I'd double check the sql connection information that PHPFusion is using if I knew where it was stored.

What should I check next?

Thanks!
0 replies

10 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Hi.

The SQL connection is done trough config.php. But I guess that one is OK, as you don't get any errors right away when you go to your site.

The system is set up so that news.php is the opening page by default. Index.php simply redirects to news.php, so this is normal behaviour.

Your problem (network timeout) seems to be related to your host, but I might be mistaken. Are you running a localhost, or is this site on-line? If it's on-line, what is the URL?
0 replies
A
AustinJim
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Sorry I didn't include this in the first place. I'm running on a laptop that's running Vista.
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

I don't think so sveinungs, PHP 5.3.0 deprecates some functions like ereg who is still used in PHPFusion, this can be reason of timeout.
0 replies
K
Ken
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
answered
Senior Member

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

@Bite and Ken: yes - this should explain the problem I think.
0 replies
A
AustinJim
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

So I'm using the wrong version of PHP? If so, which version should I use?
Thanks for the quick responses!
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

@AustinJim: That's not about wrong or correct version, PHP is PHP, the problem is what in newer PHP versions starting from PHP 5.3.0 some functions which is used by PHPFusion are deprecated(removed), this means what PHPFusion will not work on versions starting from 5.3.0 am I clear?
0 replies
A
AustinJim
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

By wrong version, I meant do I have a version that is not compatible with PHPFusion 7. I believe that's what you're telling me. My only remaing question is, which version of PHP should I be running that is compatible with PHPFusion 7.

Thanks
0 replies
B
bite
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
answered
Member

any version lower then 5.3.0
0 replies
V
valet
V
valet 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

i have problem with login, member page didnt come out after correct login..
sorry my english
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 10 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

K
K
Ken 10
No Support by PM. Please use the forum.
  • Senior Member, joined since
  • Contributed 713 posts on the community forums.
  • Started 43 threads in the forums
S
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
B
B
bite 10
  • Member, joined since
  • Contributed 163 posts on the community forums.
  • Started 5 threads in the forums
A
A
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
V
V
valet 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet