PDA

View Full Version : can't access admin panel


jessica
12-24-2007, 01:19 PM
After "successful" installation and exposing error display, I see the following:

Fatal error: Cannot redeclare class Config in
myserver\upload\include\clas s.config.php on line 18

Any ideas how to fix this one? :confused:

dot45
12-25-2007, 06:24 PM
I believe your issues are the same as elkriefy's, sounds like a php configuration issue on your host.

jessica
12-31-2007, 02:01 PM
My error is different than elkriefy's, but if it is a php configuration problem, any idea how I can fix it?

I am running
xampp 1.6.5
mysql 5.0.51
php 5.2.5

I have been trying to get this system to work for weeks and am about ready to give up!

dot45
01-02-2008, 02:40 AM
first, upload the files for the upgrade to rc2. you just need to upload them to replace the existing files. then see if you still have the issue. If you do you will need to create a php.ini file to turn off register globals.

jessica
01-02-2008, 04:33 PM
Thanks. I completed the upgrade and checked the php.ini file I already had, which shows 'register_globals = Off' already. Anywhere else I should check?

peter
01-02-2008, 05:29 PM
Thanks. I completed the upgrade and checked the php.ini file I already had, which shows 'register_globals = Off' already. Anywhere else I should check?

PM for help. Curious to find out the source of the error.

don
01-06-2008, 02:53 PM
Hi Peter,

I have the same error. First I only see a white site, after changing logging parameters this warning appears:

Fatal error: Cannot redeclare class config in E:\xampp\htdocs\ticket\include\class.config.php on line 18
Is there a solution force this problem?
My system:

XAMMP on Windows from apachefriends.org
php5
mysql5

I´m using RC2.

FMMarkus
01-08-2008, 10:12 AM
Hi Peter,

I have the same error. First I only see a white site, after changing logging parameters this warning appears:

Is there a solution force this problem?
My system:

XAMMP on Windows from apachefriends.org
php5
mysql5

I´m using RC2.


I have the same system and have the same problem.

Please write down the Solution...

Thank you for help!

dot45
01-11-2008, 12:14 AM
can you look at the config table within the sql database to be sure it has been populated with the default record?

4ice
01-17-2008, 12:07 PM
For people who are still having troubles installing and running osTicket on a localhost. See http://www.osticket.com/forums/showthread.php?t=184 for more info.