Windows Version

Trouble during PacsOne Server installations
pacsone
Site Admin
Posts:3149
Joined:Tue Sep 30, 2003 2:47 am
Windows Version

Post by pacsone » Mon Jan 10, 2005 10:45 pm

Please report your problems installing Windows version of PacsOne Server here.

orithyia
Posts:10
Joined:Tue Jan 18, 2005 12:08 am

Upgrade Password??

Post by orithyia » Tue Jan 18, 2005 12:14 am

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?

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

Post by pacsone » Tue Jan 18, 2005 1:25 am

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.

tabularasa

PHP problems

Post by tabularasa » Thu Feb 17, 2005 5:03 pm

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!

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

Post by pacsone » Thu Feb 17, 2005 5:14 pm

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
Last edited by pacsone on Thu Feb 17, 2005 5:15 pm, edited 1 time in total.

tabularasa

Post by tabularasa » Thu Feb 17, 2005 5:15 pm

Ok, :-) My alias was missing a slash.

Now when i goto that page it shows the php file as text?

Suggestions?

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

Post by pacsone » Thu Feb 17, 2005 5:17 pm

Your HTTPD.CONF is missing the following line:

AddType application/x-httpd-php .php

tabularasa

Post by tabularasa » Thu Feb 17, 2005 5:30 pm

I have this in my httpd.conf

<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>

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

Post by pacsone » Thu Feb 17, 2005 5:50 pm

tabularasa wrote: AddType application/x-httpd-php .php
Try moving the above line to the end of your HTTPD.CONF file.

Guest

Post by Guest » Thu Feb 17, 2005 7:45 pm

The problem was there was no PATH statement to the php.ini file. This fixed the problem.

Thanks for the help!

tabularasa

Post by tabularasa » Thu Feb 17, 2005 8:29 pm

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>

Guest

Post by Guest » Thu Feb 17, 2005 8:35 pm

Image

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

Post by pacsone » Thu Feb 17, 2005 8:57 pm

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

tabularasa
Posts:4
Joined:Thu Feb 17, 2005 8:34 pm

Post by tabularasa » Thu Feb 17, 2005 9:15 pm

what will is show if it is loaded correctly?

Is there a FAQ i could read that has all these goodies? I have read your installation PDF about 6 times.

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

Post by pacsone » Thu Feb 17, 2005 9:17 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.

Post Reply