wampserver

Trouble during PacsOne Server installations
Post Reply
service
Posts:20
Joined:Fri Oct 27, 2006 8:11 pm
wampserver

Post by service » Thu Nov 02, 2006 12:53 am

Has any one tired installing with the wampserver for the premium edition?
Is there a install guide to simplify installation?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Nov 02, 2006 1:21 am

The latest WAMP5 1.6.5 should work fine for PacsOne Server Premium Edition:

http://www.wampserver.com/en/index.php

service
Posts:20
Joined:Fri Oct 27, 2006 8:11 pm

wampserver

Post by service » Thu Nov 02, 2006 1:43 am

Are there any install guides for pacsone for the wamp?

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Thu Nov 02, 2006 10:10 am

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

redpac
Posts:1
Joined:Fri Nov 03, 2006 5:44 am

wampserver

Post by redpac » Fri Nov 03, 2006 5:55 am

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.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Fri Nov 03, 2006 10:59 am

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:

Code: Select all

SYSTEM\CurrentControlSet\Services\MySql\ImagePath
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.

Bushranger
Posts:78
Joined:Fri Nov 12, 2004 5:36 pm
Location:germany

Post by Bushranger » Sun Dec 03, 2006 8:36 am

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.

pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am

Post by pacsone » Mon Dec 04, 2006 1:02 am

The Installer for version 4.1.3 of PacsOne Server will prompt the user for the path to the MySQL executables, so this will no longer be necessary if you are installing version 4.1.3 or later versions of PacsOne Server.

Post Reply