|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Development::Tools 3rd Party Tools for EQEMu (DB management tools, front ends, etc...) |

04-20-2005, 10:31 PM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
hey , sorry to bother but I have apache installed no prob but when I go to install PhP it says "Error trying to access the local web service:GetObject Failed, You will need to configure IIS via the mangment console" Well I dont know what that means nor can I find any managment console to even try to fix it lol, When i go to look at the peq_editor.PhP file in firefox browser its just a jumble of words , guess its not showing my PHP . So what do i need to do here?
|

04-21-2005, 03:58 AM
|
 |
Hill Giant
|
|
Join Date: Sep 2004
Posts: 100
|
|
Sakrateri: Uninstall PHP from Add/Remove Programs in the Control Panel. Then reinstall it, and when it asks you what http server you have installed make sure to select Apache (IIS is selected by default I believe).
Once that's done, edit your httpd.conf file for the Apache server and add the following lines anyplace in the file (just change "c:/php/" in the following code to where you told it to install PHP):
Code:
# PHP stuff
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
Hope this helps
|

04-21-2005, 04:37 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ok , thanks alot Mystic. I will try that soon as I get home today.
|

04-21-2005, 09:43 AM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ok i did that , have the same thing , Whats a public HTML directory? mabey thats the problem?
If i click on header2 a screen comes up that looks nice, like a web page , and has some links on the side like faction , looteditor and such and i can click them but then it says the file /c:/peq_editor.php?action=18$url\cannot be found. please check the location and try again.
but if i click peq_editor.php it just looks like a note pad of jumbled stuff
Last edited by Sakrateri; 04-21-2005 at 05:57 PM..
|

04-21-2005, 02:20 PM
|
 |
Hill Giant
|
|
Join Date: Sep 2004
Posts: 100
|
|
1. Search your httpd.conf for "DocumentRoot". That is the directory out of which Apache will serve your web files. You need to put all the files for the editor in there.
2. Make sure Apache is running (should be a shortcut somewhere in your start menu that says something like "start Apache in console").
3. Open your browser and type "localhost/peq_editor.php" in the address bar. That should be all you need to do if you sourced the sql files into your database and edited config.php properly.
|

04-21-2005, 09:47 PM
|
 |
Dragon
|
|
Join Date: Mar 2004
Location: England
Posts: 776
|
|
Ok Im sorry, I did that and when I type that in the address bar I get
The requested URL /php/php.exe/serverstatus.php was not found on this server.
and then under that it says: Apache/2.0.54 (Win32) Server at localhost Port 80
appriciate the help , this looks like a great thing to have , soon as I can get it working.
UPDATE: Ok , there was no application named php.exe, it was php-cgi.exe , I renamed it to php.exe and now i am getting this when I type in the address bar what you said to put
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\peq_lib\database.php on line 8
This is what is on line 8 of that file
$link = mysql_connect($dbhost, $dbuser, $dbpass);
Im not sure what the prob is there though now ?
Last edited by Sakrateri; 04-22-2005 at 06:01 AM..
|
 |
|
 |

06-27-2005, 04:05 PM
|
Fire Beetle
|
|
Join Date: Jun 2005
Posts: 9
|
|
Quote:
Originally Posted by Sakrateri
Ok Im sorry, I did that and when I type that in the address bar I get
The requested URL /php/php.exe/serverstatus.php was not found on this server.
and then under that it says: Apache/2.0.54 (Win32) Server at localhost Port 80
appriciate the help , this looks like a great thing to have , soon as I can get it working.
UPDATE: Ok , there was no application named php.exe, it was php-cgi.exe , I renamed it to php.exe and now i am getting this when I type in the address bar what you said to put
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\Apache Group\Apache2\htdocs\peq_lib\database.php on line 8
This is what is on line 8 of that file
$link = mysql_connect($dbhost, $dbuser, $dbpass);
Im not sure what the prob is there though now ?
|
You've probably already figured this out, but you've helped me a lot without knowing it. In most installs of php for win you have to enable mysql in a manual install try out http://www.php.net/mysql for details on doing this. It's fairly painless and worth it as this is an awesome tool
|
 |
|
 |
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 09:45 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |