Home
Login | Register
Welcome, Guest
Please Login or Register.    Lost Password?

Can't log in in admin after server migration
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Can't log in in admin after server migration
#791
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
AleCat83
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#794
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
bhavin.shah
Moderator
Posts: 393
graph
User Offline Click here to see the profile of this user
Gender: Male bhavin.r.shah Location: Mumbai Birthday: 12/24
The administrator has disabled public write access.
 
#797
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..
AleCat83
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#798
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
bhavin.shah
Moderator
Posts: 393
graph
User Offline Click here to see the profile of this user
Gender: Male bhavin.r.shah Location: Mumbai Birthday: 12/24
Last Edit: 2010/06/01 00:19 By bhavin.shah.
The administrator has disabled public write access.
 
#799
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
AleCat83
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#801
Re: Can't log in in admin after server migration 1 Year, 8 Months ago Karma: 2
Hi,

Thanks for replied.

Regards,
Bhavin Shah
bhavin.shah
Moderator
Posts: 393
graph
User Offline Click here to see the profile of this user
Gender: Male bhavin.r.shah Location: Mumbai Birthday: 12/24
The administrator has disabled public write access.
 
Go to topPage: 1