I have a similar problem to Weijia Su but haven't been able to fix it following that thread. Please bear with me - I'm pretty much a complete novice at this but wanted to set up PacsOne on my PC at home before trying to demo it at work.
OS Windows XP Home
PacsOne server Premium version 1.1.8.0
MySQL version 4.0.21-win
Apache HTTP sever version 2.0.51.0
PHP version 5.0.1.1
There are a few problems!
Following the installation guide and online installation guides I set up MySQL(to default directory), PacsOne, Apache and PHP OK I think - in the winmysqladmin window I can see the pacsone database. I can log on to this via mysql command shell.
I'm not convinced I have set up ImageMagick as a PHP module correctly as although I can see the PHP script at http://localhost/pacsone/hello.php I can't find 'imagick' as a PHP extension.
At the http://localhost/pacsone/pacsone.php login page I also get "Not authorised to access this URL" error. I checked the session save path as
session.save_path = "C:\tmp"
and that C:\tmp exists - also ensured windows type backslash rather than a forward slash. I've also added the various elements to the path environmental variable i.e. for php, mysql and mysql\bin as suggested either in installation or the forum
Finally - if I do try to log on as root at the PacsOne login page I get
Fatal error: Call to undefined function mysql_connect() in C:\Program Files\PacsOne\php\database.php on line 30
I thought I read in the modification history that mysql_connect() should be mysql_real_connect()?
Thanks for any help - bear in mind I'm new at this!
