Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Cannot Login To Admin Panel

Asked Modified Viewed 2,941 times
J
jmonroe
J
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
asked
Junior Member

I have installed version 9. I have logged in as admin. When I click on admin panel, it brings me to the Artemis Administration Control Panel. I enter my password and click login, but it does not do anything but clear the box. If I purposely type in the wrong password, it states "Please Enter a Valid Password". I cannot get into the Admin panel to setup my site. Any ideas? Thanks
0 replies

6 posts

F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Passwords are case sensitive, you can also reset it from phpmyadmin, find your user in users table and remove admin password enter site and edit profile, you will be asked to set one.
0 replies
— 4 months later —
D
djdandi
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
answered
Senior Member

Sorry for refreshing but I also have problems with it. After the new installation I couldn't log in to PA so I reset my password but I still have trouble logging in
I have version 9.1
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

9.1? This version doesn't exist. Go to System Admin > PHP Info and see PHPFusion version.

Use only the latest stable version. Now it's 9.03.20
0 replies
D
djdandi
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
answered
Senior Member

I'm sorry I have this version
PHPFusion Babylon
This is the development of PHPFusion Version 9.10.XX, code name Babylon.
https://github.com/PHPFusion/PHPFusion
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Don't use this version on production server. This version is not stable and contains a lot of unfinished functions. Use latest stable 9.03.20 - Andromeda.
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Development models are unsupported anywhere. It's a hunting playground for all of us.

Regardless, I put a note here on the ACP issue.
You can do this a couple of ways

1. Regenerate your admin password using the installer. This is the fastest approach without editor.

2. With Editor that can run SQL remotely to your server. Install another v9 in localhost, copy admin_algo, admin_password, admin_salt there to your server. Keep a copy in your PC. Anything goes south, do a manual update your DB injection with this SQL into a file and run that url.


dbquery("UPDATE ".DB_USERS." SET user_admin_salt=:salt, user_admin_password=:pass, user_admin_algo=:algo WHERE user_id=1", [
      ':salt' => "[your_salt_here]", // copy value from localhost
      ':pass' => "[your_pass_here]", // copy value from localhost
      ':algo' => "[your_algo_here]", // copy value from localhost
]);


3. Downgrade your account and reset with admin password reset. To do that, you need to set ACP theme and find the password requirement in the text field to false. After that blank out salt, algo and type password as 123. Then login as 123 password in ACP. You'll get a lot of errors, but you can access admin password reset feature.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

F
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
D
D
  • Senior Member, joined since
  • Contributed 298 posts on the community forums.
  • Started 99 threads in the forums
J
J
  • Junior Member, joined since
  • Contributed 41 posts on the community forums.
  • Started 9 threads in the forums
  • Started this discussions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet