I just finished my upgrades to Apache2.2.11, PHP 5.2.8 and MySQL 5.1.30
I did PHP first, then I did Apache. I then tested it out and everything was working fine. After I upgraded the MySQL server and then tested mw SEOW setup and ran into this problem.
I can pick Ardennes of the main page of the SEOW Mission Planner. I can log in ok. The initial Ardennes sector map loads up fine but if I try to request a district map or a detailed city map a get the "The website cannot display the page" error. This happens on any map I try.
Here is the Apache error...
[Wed Jan 28 17:21:47 2009] [error] [client 192.168.1.122] PHP Fatal error: Call to a member function Close() on a non-object in D:\\Apache2\\htdocs\\ScorchedEarth\\MP4\\Scripts\\MP-SQL.php on line 579
I am running DCS 3.1.20, SEOW Mission Planner 4.450 and the sedb31d sql files.
Any suggestions on what might fix this?
Thanks
Eric Cabral
Apache error after upgrading.
Moderator: SEOW Developers
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
Hi Eric,
I am just guessing here, but I suspect that your Ardennes DB is not compliant with your MP version. That is, the MP might be expecting something in your Ardennes DB that isn't acutally there. So are you certain that EVERY DB that your MP is pointing at is of the correct version, i.e. SEDB31d?
Cheers,
4Shades
I am just guessing here, but I suspect that your Ardennes DB is not compliant with your MP version. That is, the MP might be expecting something in your Ardennes DB that isn't acutally there. So are you certain that EVERY DB that your MP is pointing at is of the correct version, i.e. SEDB31d?
Cheers,
4Shades
IV/JG7_4Shades
SEOW Developer
SEOW Developer
Got the same results. I went ahead and installed MySQL 5.0.67 which was 1 version prior to the most recent version and everything is working fine now. There must be something in 5.1.30 version causing the issue.
I'll get the most recent version up and running on my 2nd machine and see if I can see what setting might have changed from the default install.
Eric Cabral
I'll get the most recent version up and running on my 2nd machine and see if I can see what setting might have changed from the default install.
Eric Cabral
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia
-
- Posts: 302
- Joined: Fri 13 Apr 2007 1:13 pm
- Location: Italy
4Shades,
already spotted three weeks ago when I also updated to My Sql 5.1.28
Change the query code at MP-SQL.php 564 row from:
to
already spotted three weeks ago when I also updated to My Sql 5.1.28
Change the query code at MP-SQL.php 564 row from:
Code: Select all
...
Object_Specifications.Range AS Range
...
Code: Select all
...
Object_Specifications.Range AS OSRange
...
22GCT_Gross
-
- Posts: 2211
- Joined: Mon 08 Jan 2007 11:10 pm
- Location: Perth, Western Australia