Hi all. I've been through all of the pages in the release section and can't find a account creation page for MaNGOS, that will let me access my realm without an error. If anyone has a helpful thought, it would be most welcome.
Many thanks,
Kyratas
Hi all. I've been through all of the pages in the release section and can't find a account creation page for MaNGOS, that will let me access my realm without an error. If anyone has a helpful thought, it would be most welcome.
Many thanks,
Kyratas
Thank you Eleatha for the reply. I've tried web green, Wotlk-web, Wotlk Website pack, htdocs, etc. The best/easiest one that I've tried is accountregistrationpage. It has the simplest format to edit.
The error I get with all of them, though is, "Fatal error: Call to undefined function mysql_connect() in ..."; always a file in the page system with a line number. I have the realm user name & password right. I've tried many combinations on the server name, to try to get it to go. I'm using this on my system only, not trying to set it up for internet or LAN. So the ip is 127.0.0.1. I open mySQL, Apache & the realm to be edited, then I try to run the account page. I can get the page to load, but when it comes to actually creating the account, I get the error.
The revision that I'm trying to run is the Naxp pack r7683.
Many thanks,
Kyratas
Last edited by Kyratas; 05-16-2009 at 02:30 AM.
Have you installed php too on you system? and have you configured it?
You might want to review the settings of your httpd.conf (apache) and php.ini (php) if all the paths are correct and readable by both applications
I never had this problem, but this is what I found after some searching:
Find yourhttpd.conf
located in \apache\apachegroup\conf\httpd.conf
and add:
(Make sure to make a copy of the default file first)
Go to your php directory and rename php.ini-dist to php.iniCode:ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php-cgi.exe"
(Make sure to make a copy of the default file first)
Also make sure you set the right extension:
Code:extension_dir = "c:\php\ext" extension=php_mysql.dll
Last edited by Eleatha; 05-17-2009 at 04:18 AM.