Installation help

Trouble during PacsOne Server installations
Post Reply
jutwads88
Posts:4
Joined:Wed Nov 04, 2015 8:58 pm
Installation help

Post by jutwads88 » Wed Nov 04, 2015 9:02 pm

Hello,

I've installed MySQL, PacsOne, PHP.

I've configured the httpd.conf file with the entries below. I tried the "/" in the correct direction as well "\". I'm still receiving an http error code 403 when trying to launch the page. I also get told there is no valid license file for trialing the premium edition. Please advise.

Alias /pacsone "C:/Program Files/PacsOne/php"
<Directory "C:/Program Files/PacsOne/php">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>

<IfModule mod_mime.c>
TypesConfig conf/mime.types
AddType application/x-tar .tgz
AddType application/x-rar-compressed .rar
<IfModule sapi_apache2.c>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
</IfModule>

jutwads88
Posts:4
Joined:Wed Nov 04, 2015 8:58 pm

Re: Installation help

Post by jutwads88 » Thu Nov 05, 2015 1:09 am

So I figured out how to get past the previous error.

I'm now stuck at the login page without a login button or captcha.

I also have these two errors on the page when it loads.

Not authorized to access this URL: http://172.17.0.14/pacsone/login.php


Fatal error: Call to undefined function imagick_readimage() in C:\Program Files\PacsOne\php\login.php on line 19

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

Re: Installation help

Post by pacsone » Thu Nov 05, 2015 4:35 pm

Check and see if the ImageMagick PHP extension is loaded from the output of the test page below:

http://172.17.0.14/pacsone/Hello.php

If not, you'd need to check your PHP.INI configuration file and make sure you load that extension DLL ("php5.x_imagick.dll").

sandra
Posts:1
Joined:Thu Nov 26, 2015 5:15 am

Re: Installation help

Post by sandra » Thu Nov 26, 2015 7:02 am

Hi,

Installed pacs on my centos server with php-5.3 , Mysql and httpd.

Installed ImageMagick using "yum install...". At that point the http://localhost/pacsone/hello.php showed the Imagick module loaded. But I still can't get the login screen to load properly. I see the fields database, username, password, and anti-spam code, but I can't see the image with the Anti-spam number or the Login button.

How to resolve this issue.

Thanks in advance.

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

Re: Installation help

Post by pacsone » Thu Nov 26, 2015 8:20 pm

You should un-install the ImageMagick package installed via YUM, and install the ImageMagick PHP extension included with the PacsOne Server installation package instead, as the latter is built from a customized version of ImageMagick which has conflicts with the standard ImageMagick release.

Post Reply