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?

Just Installed PHP Fusion problem in setup

Asked Modified Viewed 3,840 times
J
jase1979
J
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I can access the setup.php page, however when I complete the form on the first page and click next. The following page in blank except for the PHPFusion logo at the top.

Can somebody help please?
0 replies

14 posts

H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

where, when, why ?

please be are bit more specific and could you provide a link ?
0 replies
J
jase1979
J
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Can't provide a link the its on an internal server.

I have just unzipped the php-fusion package onto my webserver.

I created a database for php-fusion in mysql, and then ran http://localhost/setup.php

After completing the details on the form and clicking next, the following page is blank except for the php-fusion logo.

I believe the following page should present
"Super Admin logon Details" page
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

windows server ?
linux ?
apache ?

please provide as many infos as possible ...
0 replies
J
jase1979
J
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Solaris 9 Sparc
Apache 2
PHP 5
mysql 4.1.18
0 replies
J
jase1979
J
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

The config file has been created but no tables have been created in the database.
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

migth be a dumb question: is there already a database present ? did you make it ?
0 replies
D
deephack
D
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

I've been getting the exact same problem so I downgraded to 6.00.110 and got the following message when I tried again.

Fatal error: Call to undefined function: mysql_connect() in /home/enterprise/contact/wwwroot/setup.php on line 84

So it seems that I don't have the MySQL PHP modules installed. I've gone to do that and will post back once I've tested. Seems to be a missing error message in the new version.

Hmm, okay just tested that and it didn't work. I am running Debian Linux 3.1 with apache 1.3.33 and php 3.0.18. I have installed the php3-cgi-mysql package which I believe contains the mysql support.

Any ideas what I did wrong?
Edited by deephack on 03-03-2006 16:00,
0 replies
C
clarnp49
C
If you design it, it will break.
If you fix it and it's not broke it will be ruined.
If you just walk away you can't make it any worse.
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

Quote

helmuth wrote:
migth be a dumb question: is there already a database present ? did you make it ?


The setup doesn't create the actually database, it will create the tables. From your mysql_connect error it seems as though the database wasn't created to be able to enter the tables.

Check for a created database and then try the install again.
0 replies
D
deephack
D
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Okay just checked and the database does exist, also just to be sure a reset the user password that I was using to connect to make sure that it wasn't an authentication issue. I can connect and see the database just fine from the psql command line just not working from the setup.php page.

Regards,
0 replies
D
deephack
D
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
answered
Newbie

Okay it seems that I am a complete fool. I shall share my stupidity so that others may not suffer the same problems.

Firsty I was doing the database creating in postgresql as that is also installed and in use here. Also I had installed the mysql modules for php3 and not php4 which was what I have installed here. Once I started using the correct database and the correct version on the php mysql modules all was well.

Sorry for the static guys!
0 replies
C
clarnp49
C
If you design it, it will break.
If you fix it and it's not broke it will be ruined.
If you just walk away you can't make it any worse.
  • Junior Member, joined since
  • Contributed 17 posts on the community forums.
  • Started 4 threads in the forums
answered
Junior Member

Not a problem, that's what makes learning so much. Glad everything works good for you! Enjoy!
0 replies
L
lino
L
lino 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

im having the same blank screen problem. switched from IIS to Apache mysql 5.0.18 /win xp. i've created the database using mysql admin, but when i introduce the user name and the password, i still get the next page blank.
please help me !

thanks
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

i think that this might be caused by setup.php still using some inserts that are incompatible with mysql 5. i just noticed that when searching for the solution of a similar problem i have atm.
if i'm right, the only problematic insert is the one in line 762.
Edited by Matonor on 21-03-2006 21:53,
0 replies
L
lino
L
lino 10
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Matonor,

i've noticed if i chage the locale in the addess bar, the folowing error pops up in the previously blank screen:
Notice: Undefined index: db_host in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 148

Notice: Undefined index: db_user in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 149

Notice: Undefined index: db_pass in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 150

Notice: Undefined index: db_name in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 151

Notice: Undefined index: db_prefix in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 152

Notice: Undefined index: db_host in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 155

Notice: Undefined index: db_user in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 156

Notice: Undefined index: db_pass in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 157

Notice: Undefined index: db_name in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 158

Notice: Undefined index: db_prefix in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 159

Notice: Undefined index: db_prefix in C:\Program Files\Apache Group\Apache2\htdocs\intranet\setup.php on line 160
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet