Login Issues

Trouble during PacsOne Server installations
Post Reply
netwrkmstr
Posts:9
Joined:Sun Jan 23, 2011 4:03 pm
Login Issues

Post by netwrkmstr » Sun Jan 23, 2011 4:22 pm

Good day,

After following the instructions in the install manual.
I've managed to get every loaded up, correctly, i think.

Login page says,
Not authorized to access this URL: http://localhost/pacsone/login.php
After the login banner.

When attempting to log into the web page, I get the following:
( ! ) Fatal error: Call to undefined function mysql_connect() in C:\Program Files (x86)\PacsOne\php\database.php on line 108
Call Stack
# Time Memory Function Location
1 0.0009 401104 {main}( ) ..\authenticate.php:0
2 0.0137 1253832 MyDatabase->__construct( ) ..\authenticate.php:23
3 0.0138 1254320 MysqlAPI->__construct( ) ..\database.php:461

Would anyone know why I can't get in.

Also, even thought I have check the php.ini file and made sure everything in there is good, it's telling me now that the mysqli extension is no longer working.

Please assist.

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

Post by pacsone » Sun Jan 23, 2011 11:40 pm

Did you check the test page below and verify that the mysql/mysqli PHP extension is loaded successfully?

http://localhost/pacsone/Hello.php

This PHP extension is required in order to access the PacsOne Server database. So if you don't see this extension loaded from the test page above, you can check the Apache or PHP error log, which should reveal some hints about why the mysql/mysqli PHP extension could not be loaded.

Post Reply