Search found 5 matches
- Mon Mar 24, 2014 2:54 pm
- Forum: Installation Trouble
- Topic: No home.php
- Replies: 14
- Views: 24434
putting PHP.ini configuration file to C:\Windows\ did not resolve the issue.. I believe it is something wrong with my installation on php_imagick.dll or PacsOne is using customize imagick wich may not compatible with latest PHP I am testing for this PacsOne installation.. Is there any documentation ...
- Thu Mar 20, 2014 12:58 am
- Forum: Installation Trouble
- Topic: No home.php
- Replies: 14
- Views: 24434
When I change the Test.php on D:/PacsOne/php as follow: <? $dir = dirname($_SERVER["SCRIPT_FILENAME"]); if (!file_exists($dir)) die("$dir does not exist!"); $handle = imagick_readimage( "$dir/antispam.jpg" ) ; if ( imagick_iserror( $handle ) ) { $reason = imagick_failedreason( $handle ) ; $descripti...
- Thu Mar 20, 2014 12:43 am
- Forum: Installation Trouble
- Topic: No home.php
- Replies: 14
- Views: 24434
My Extendion Directory is set up as extension_dir = "d:/php55/ext/" in php.ini. I have use 64bit PacsOne installation and php5.5_imagick.dll come from D:/PaceOne/imageMagick/php5.5/. The error "Fatal error: Call to undefined function imagick_readimage() in D:\PacsOne\php\login.php on line 19" came f...
- Wed Mar 19, 2014 3:37 am
- Forum: Installation Trouble
- Topic: No home.php
- Replies: 14
- Views: 24434
Thanks very much for your reply.. I created the test.php under "d:/PacsOne/php/ and it is working.. it is actually <?php phpinfo(); ?> and name it as test.php some goes to log in error when I go to study.php under "d:/PacsOne/php/" Fatal error: Call to undefined function imagick_readimage() in D:\Pa...
- Tue Mar 18, 2014 1:05 am
- Forum: Installation Trouble
- Topic: No home.php
- Replies: 14
- Views: 24434
Fatal error: Call to undefined function imagick_readimage()
I am getting Fatal Error when I go to localHost/PacsOne/Home.php.. I am installing PacsOne 64 bit on Windows 7x64 as follow: Apache 2.4.9 PHP 5.5.10 php5.5_imagick.dll for php extension.. Please advice! PHP logo PHP Version 5.5.10 Here are my PHP Info: System Windows NT JOHN-PC 6.1 build 7601 (Windo...