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>
Installation help
Re: Installation help
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
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
Re: Installation help
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").
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").
Re: Installation help
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.
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.
Re: Installation help
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.