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?

Installed Ver 7.00.07 fine, but it kills WAMP server

Asked Modified Viewed 6,429 times
A
AidanHutch
A
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi I installed 7.00.07 on WAMP server, got to the last bit that says 'finish' which goes to the Index.php page and it killed Apache...

Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.2.11.0
Application Timestamp: 493f5d44
Fault Module Name: php_mysql.dll
Fault Module Version: 5.3.0.0
Fault Module Timestamp: 4a492311
Exception Code: c0000005
Exception Offset: 00002072
OS Version: 6.0.6000.2.0.0.256.1
Locale ID: 2057
Additional Information 1: c7db
Additional Information 2: ae42b9a901477bc30e02003a5e74faf8
Additional Information 3: e910
Additional Information 4: a1813aab827d72a47d7b80b5e48f9ba2


Wampserver ver 2.0 running on default port 80 (IIS is disabled)
OS = Vista Ultimate

just to note I created the database using Heidi SQL fine initially before the installation.

Any ideas whats crashing the server? seems like the mysql dll from the report? cheers!
0 replies

4 posts

H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

If I remember correctly, there is a conflict in the latest version of Wampserver using php 5.3.0. The only fix I could find was to revert to using php 5.2.9-2

As I just use it for offline testing, it's not a big deal.

Try a search of their forums - http://www.wampserver.com/phorum/list...list.php?2
0 replies
J
Johan Wilson
J
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
answered
Junior Member

it's not wamp, it's fusion.

open maincore.php find function dbconnect...
add global $db_connect;

then you need to find mysql_close();
it should be footer.php, setuser.php, print.php
and replace it with mysql_close($db_connect);
0 replies
A
AidanHutch
A
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

RESOLVED :- Installed php-fusion_701_rc3 :D

steps I took were...

tried wamp's php 5.3.1 and that didnt work.

switching back to php 5.3.0 and removing php-fusion 7.00.07

so i installed php-fusion_701_rc3 (which I noticed the Admin on here recomended in another post)

so on WAMP...

700.07 doesnt work on php 5.3.0 or 5.3.1 :@

701 R3 works fine on php 5.3.0 :D
701 R3 doesnt work on php 5.3.1 :(


got there in the end, thanks for post Hobbyman got me thinking to try the above! :)
0 replies
A
AidanHutch
A
  • Newbie, joined since
  • Contributed 3 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

@ Barspin

that certainly cured my v6 old site that didnt work! Cheers! :)
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

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

3 participants

H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
J
J
  • Junior Member, joined since
  • Contributed 31 posts on the community forums.
A
A
  • Newbie, joined since
  • Contributed 3 posts 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