wampserver
Has any one tired installing with the wampserver for the premium edition?
Is there a install guide to simplify installation?
Is there a install guide to simplify installation?
The latest WAMP5 1.6.5 should work fine for PacsOne Server Premium Edition:
http://www.wampserver.com/en/index.php
http://www.wampserver.com/en/index.php
wampserver
Are there any install guides for pacsone for the wamp?
No. Simply install WAMP, then follow the instructions for modifying the httpd.conf and php.ini configuration files in the PacsOne Server Installation Guide:
http://www.rainbowfishsoftware.com/install.pdf
http://www.rainbowfishsoftware.com/install.pdf
wampserver
after installing wamps and cofiguring httpd, php running setup.exe gets an error in PACS ONE Installer as
"Error configuring MySQL database: MyAeTitle
MySQL Error: Error reading MySQL path from windows regsitry.
Please make sure MySQL has been installed ro run as a service.
Please verify the specified MySQL Username and password are valid"
Looking at services wampmysqld is running it as service.
but no pacsserver is running as service.
"Error configuring MySQL database: MyAeTitle
MySQL Error: Error reading MySQL path from windows regsitry.
Please make sure MySQL has been installed ro run as a service.
Please verify the specified MySQL Username and password are valid"
Looking at services wampmysqld is running it as service.
but no pacsserver is running as service.
Looks like the WAMP Package customizes the MySQL service name into something of their own, so the PacsOne Installer could not locate where MySQL is installed.
To work around this issue, you can create the following string value:
and set the string value to the path where mysqld-nt.exe is located, e.g., "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe".
Then run the PacsOne Installer Setup.exe under the directory where PacsOne is installed again, and see if you can get pass that error.
To work around this issue, you can create the following string value:
Code: Select all
SYSTEM\CurrentControlSet\Services\MySql\ImagePath
Then run the PacsOne Installer Setup.exe under the directory where PacsOne is installed again, and see if you can get pass that error.
-
- Posts:78
- Joined:Fri Nov 12, 2004 5:36 pm
- Location:germany
To make it a little bit easier to understand not only for cmpuer insider , you should follow the suggested steps like suggested
start -> execute->regedit->HKEY_LOCAL_MACHINE->
SYSTEM\CurrentControlSet\Services\MySql\ImagePath
and set the string value to the path where mysqld-nt.exe is located, e.g., "C:\wamp\MySQL\bin\mysqld-nt.exe".
Then run the PacsOne Installer Setup.exe under the directory where PacsOne is installed again, and see if you can get pass that error.
start -> execute->regedit->HKEY_LOCAL_MACHINE->
SYSTEM\CurrentControlSet\Services\MySql\ImagePath
and set the string value to the path where mysqld-nt.exe is located, e.g., "C:\wamp\MySQL\bin\mysqld-nt.exe".
Then run the PacsOne Installer Setup.exe under the directory where PacsOne is installed again, and see if you can get pass that error.