Good day
I just installed PACSOne Premium 6.3.4 on windows server 2008
I have MySQL 5.5, Apache 2.2 and PHP 5.2.17
whenever I enter hello.php, the browser tells me to check my connection, that is unless I comment out the mysqli.dll extension line in the php.ini file. When I do that, everything runs fine, but i can't get past the login page.
I hope you can help me.
Problem with MySQL 5.5
The PHP version 5.2.x you've installed may be too old for the latest MySQL 5.5 releases, so maybe you should try a newer PHP 5.3.x version instead.
If you must run PHP 5.2.17, then try copying the libmysql.dll from the directory where PHP 5.2.17 is installed into the Windows System folder, e.g., "C:\Windows\system32\", and replace any existing version there. Then restart Apache and see if the mysqli PHP extension is loaded successfully.
If you must run PHP 5.2.17, then try copying the libmysql.dll from the directory where PHP 5.2.17 is installed into the Windows System folder, e.g., "C:\Windows\system32\", and replace any existing version there. Then restart Apache and see if the mysqli PHP extension is loaded successfully.
Thanks, I used wamp and it worked just fine. Now there's another problem. Apache can't load the php5.3_imagick module. When I enter localhost/pacsone/hello.php the imagick module does not appear to be loaded and I get this from Apache's error log.
PHP Startup: Unable to load dynamic library ***php5.3_imagick.dll` – %1 is not a valid Win32 application.
in Unknown on line 0
the path is ok and the other extensions load correctly.
Is there a way to use PacsOne without Imagick altoghether? All the feedback I get points it to be a very troublesome module.
Thanks.
PHP Startup: Unable to load dynamic library ***php5.3_imagick.dll` – %1 is not a valid Win32 application.
in Unknown on line 0
the path is ok and the other extensions load correctly.
Is there a way to use PacsOne without Imagick altoghether? All the feedback I get points it to be a very troublesome module.
Thanks.
Is the WAMP Server you installed 64-bit or 32-bit version?
The ImageMagick PHP extension included with Windows version of PacsOne Server is 32-bit only. So if you've installed 64-bit version of WAMP Server, you'll have to un-install it and install the 32-bit version of WAMP Server instead, because the 32-bit ImageMagick PHP extension DLL won't work with the 64-bit version of WAMP Server.
The ImageMagick PHP extension included with Windows version of PacsOne Server is 32-bit only. So if you've installed 64-bit version of WAMP Server, you'll have to un-install it and install the 32-bit version of WAMP Server instead, because the 32-bit ImageMagick PHP extension DLL won't work with the 64-bit version of WAMP Server.