Problem with MySQL 5.5

Trouble during PacsOne Server installations
Post Reply
rbanuelos
Posts:3
Joined:Wed Jun 06, 2012 9:14 pm
Problem with MySQL 5.5

Post by rbanuelos » Wed Jun 06, 2012 9:19 pm

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.

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

Post by pacsone » Thu Jun 07, 2012 3:17 pm

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.

rbanuelos
Posts:3
Joined:Wed Jun 06, 2012 9:14 pm

Post by rbanuelos » Thu Jun 07, 2012 10:10 pm

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.

rbanuelos
Posts:3
Joined:Wed Jun 06, 2012 9:14 pm

Post by rbanuelos » Thu Jun 07, 2012 10:13 pm

By the way, I tried with both vc9 and vc6 dll files.

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

Post by pacsone » Thu Jun 07, 2012 10:23 pm

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.

Post Reply