PacsOne Premium Installation

Trouble during PacsOne Server installations
Post Reply
Guest
PacsOne Premium Installation

Post by Guest » Mon Jul 05, 2004 1:20 pm

Hi, PacsOne,

I tried to install a premium server, since the basic is limited in some functions.

After that the server shows following messages

Notice: Undefined index: lastaccess in C:\Programme\PacsOne\php\utils.php on line 11

Notice: Undefined index: lastaccess in C:\Programme\PacsOne\php\utils.php on line 12

.......

Notice: Undefined index: private in C:\Programme\PacsOne\php\display.php on line 125.

I have Windows 2000 pro. Workstation service pack 3. Mysql and Apache seem to be ok.

Something is wrong by the installation, but what ?

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

Post by pacsone » Mon Jul 05, 2004 4:27 pm

It looks like your database tables were not set up properly.

Which version of PacsOne Server Premium Edition did you install? Did you do a fresh install or an upgrade? (It's an upgrade if you UNCHECK the Drop and create database tables checkbox from the installer)

In any case, you can try the following from a command shell to fix your database tables:

1. Change directory to where PacsOne Server was installed.

2. Type:

mysql -vvf -u {USERNAME} -p {DATABASE} < upgrade_schema

where {DATABASE} is the MySQL database you've created for PacsOne Server and {USERNAME} is the MySQL username you've created for PacsOne.

Post Reply