unable to login

Asked by Robert Cotton

When I login it redirects me to the wrong page. I am using xampp and it redirects me to http://servername/xampp. I am using the latest version.

Question information

Language:
English Edit question
Status:
Solved
For:
citrusdb Edit question
Assignee:
No assignee Edit question
Solved by:
Robert Cotton
Solved:
Last query:
Last reply:
Revision history for this message
Robert Cotton (cotton-robert) said :
#1

I stopped using xampp server and have changed wamp and am now able to login.... However i am now getting
( ! ) Deprecated: Function ereg_replace() is deprecated in C:\wamp\www\citrusdb\include\citrus_base.php on line 377
Call Stack
# Time Memory Function Location
1 0.0027 437648 {main}( ) ..\index.php:0
2 0.1632 3729056 include( 'C:\wamp\www\citrusdb\modules\services\index.php' ) ..\index.php:204
3 0.1693 3836928 include( 'C:\wamp\www\citrusdb\modules\services\create.php' ) ..\index.php:39
4 0.1808 3861992 enum_select( ) ..\create.php:162
in this case when attempting to add a new service to an account

Revision history for this message
Paul Yasi (paul-citrusdb) said :
#2

Since ereg is deprecated you will need to add ~E_DEPRECATED to your error config to get this to work in php 5.3

Revision history for this message
Robert Cotton (cotton-robert) said :
#3

that worked thank you