Windows Version
Please report your problems installing Windows version of PacsOne Server here.
Upgrade Password??
Hello,
I installed the Basic edition, and now want to try the Premium edition trial. I uninstalled the Basic edition and ran the Premium edition setup. When I click the Install button on the Installer dialog, a new dialog comes up with:
"Enter Upgrade Password"
What does this mean?
I installed the Basic edition, and now want to try the Premium edition trial. I uninstalled the Basic edition and ran the Premium edition setup. When I click the Install button on the Installer dialog, a new dialog comes up with:
"Enter Upgrade Password"
What does this mean?
The upgrade password is required for users of PacsOne Server Premium Edition to upgrade to a newer version of the Premium Edition.
If you're upgrading from a Basic Edition, please send the hostname of your server where PacsOne is installed to: mailto:pacsone@pacsone.net so that I can create a trial license and temporary upgrade password for this server.
If you're upgrading from a Basic Edition, please send the hostname of your server where PacsOne is installed to: mailto:pacsone@pacsone.net so that I can create a trial license and temporary upgrade password for this server.
PHP problems
Winxp
MySQL 4.1.10
php 5.0.3
apache 2.0.44
I followed the directions to a T. I know apache is working as i can put an html page on there and it pops right up. I am having trouble running http://localhost/pacsone/pacsone.php
I'm pretty darn sure my alias is setup right. To me it seems i am having a trouble with PHP. I goto the page and get a 404 the page cannot be found.
Can anyone give me some troubleshooting ideas?
Thanks!
MySQL 4.1.10
php 5.0.3
apache 2.0.44
I followed the directions to a T. I know apache is working as i can put an html page on there and it pops right up. I am having trouble running http://localhost/pacsone/pacsone.php
I'm pretty darn sure my alias is setup right. To me it seems i am having a trouble with PHP. I goto the page and get a 404 the page cannot be found.
Can anyone give me some troubleshooting ideas?
Thanks!
The trouble-shooting instructions for the PHP.INI section in the PacsOne Server Installation Guide (http://www.pacsone.net/install.pdf) is a good starting point.
More specially, since you've installed MySQL 4.1.x and PHP 5.0.3, you need to make sure the mysqli and imagick PHP extensions are loaded successfully from the output of the test page below:
http://localhost/pacsone/Hello.php
If you've downloaded the Premium Edition older than the current version 2.1.3, you will need to download a new ImageMagick PHP extension for PHP 5.0.3:
http://www.pacsone.net/php5_imagick.dll
More specially, since you've installed MySQL 4.1.x and PHP 5.0.3, you need to make sure the mysqli and imagick PHP extensions are loaded successfully from the output of the test page below:
http://localhost/pacsone/Hello.php
If you've downloaded the Premium Edition older than the current version 2.1.3, you will need to download a new ImageMagick PHP extension for PHP 5.0.3:
http://www.pacsone.net/php5_imagick.dll
Last edited by pacsone on Thu Feb 17, 2005 5:15 pm, edited 1 time in total.
I'm quite close... What does this error mean? I have downloaded the latest version and have added php5_imagick.dll in my php.ini
<img src=http://vache.us/ryan/pics/error1.jpg>
<img src=http://vache.us/ryan/pics/error1.jpg>
This means that the imagick PHP extension was not loaded.
Please check my previous post in this discussion thread about the test page:
http://localhost/pacsone/Hello.php
Please check my previous post in this discussion thread about the test page:
http://localhost/pacsone/Hello.php
-
- Posts:4
- Joined:Thu Feb 17, 2005 8:34 pm
If it's loaded successfully, you will see imagick extension in the HTML output of that test page, as well as all the ImageMagick configuration settings.
Also, while you're trouble-shooting the PHP.INI, you need to make sure you see the mysqli extension in the output as well.
All of the information mentioned above is documented in the installation guide.
Also, while you're trouble-shooting the PHP.INI, you need to make sure you see the mysqli extension in the output as well.
All of the information mentioned above is documented in the installation guide.