|
Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 0
|
|
Hello everyone,
I've installed jSecure on my website some week ago and everything worked great.
Recently I've done a server migration, and now I can't acces to the admin area, it says "500 internal server error".
Can you please help me?
Is there a way to disable it from the database?
Thank you
Alessandro
|
|
|
|
|
|
|
Re: Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 2
|
|
Hi,
Which version of jSecure Authentication is using?
Regards,
Bhavin Shah
|
|
|
|
|
|
|
Re: Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 0
|
|
I think the 2.1.1, the commercial one..
|
|
|
|
|
|
|
Re: Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 2
|
|
Hi,
You can disable plugin from database and jSecure component from file.
For Plug-in:
UPDATE jos_plugins SET published = 0 where element = 'jsecure';
Execute above query in database.
For Component:
Edit the following file.
Path: /administrator/component/com_jsecure/params.php
Find the variable $publish and set the value to 0 to disable.
After that you can access the administrator area and you can change the key for jSecure Authentication.
Regards,
Bhavin Shah
|
|
|
|
Last Edit: 2010/06/01 00:19 By bhavin.shah.
|
|
|
Re: Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 0
|
|
Hello everyone, I've solved my problem.
It wasn't jSecure, the problem was that who moved my websites files sets the permission of my administrator directory to 777, bring it back to 755 have solved the problem.
Sorry guys for the trouble and thanks for the suppot!
See ya
Alessandro
|
|
|
|
|
|
|
Re: Can't log in in admin after server migration 1 Year, 8 Months ago
|
Karma: 2
|
|
Hi,
Thanks for replied.
Regards,
Bhavin Shah
|
|
|
|
|
|
|