Author Topic: Admin Login Problem!!!  (Read 5230 times)

0 Members and 1 Guest are viewing this topic.

Offline BeeR IS GooD!

  • Pre-Newbie
  • Posts: 3
    • View Profile
Admin Login Problem!!!
« on: September 25, 2002, 01:38:59 AM »
I see that several people are having a problem logging into the admin control panel.  Same here!!! But no one has a clean answer to solve the issue.  How do I fix it?  I am using nt 4 server, recent apache, and recent php.



Help

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Admin Login Problem!!!
« Reply #1 on: September 25, 2002, 09:34:00 AM »
Did you tried the session.php form here: http://www.4homepages.de/forum/viewtopic.php?p=7848#7848

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline BeeR IS GooD!

  • Pre-Newbie
  • Posts: 3
    • View Profile
Replaced the session.php and not wirking!!!
« Reply #2 on: September 25, 2002, 02:41:52 PM »
I replaced the sessions.php and it is still redirecting me back to the login.  I even did a clean install.

Anything else?


Is there any required setting within php.ini that I may need?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Admin Login Problem!!!
« Reply #3 on: September 26, 2002, 08:45:39 AM »
Are you sure that you use the admin username/password entered during the installation?

- Try to delete your all your cookies
- Try to set
Code: [Select]
define('CONVERT_IS_GD2', 1);
to
Code: [Select]
define('CONVERT_IS_GD2', 0);

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline BeeR IS GooD!

  • Pre-Newbie
  • Posts: 3
    • View Profile
Edit Code
« Reply #4 on: September 26, 2002, 06:50:47 PM »
What files do I edit?

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Admin Login Problem!!!
« Reply #5 on: September 26, 2002, 07:39:21 PM »
Sorry, "inlcudes/constants.php"

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search