PDA

View Full Version : Error login


javar22
12-14-2005, 10:30 PM
When i try to access to de admin area an error appears:

Content visible to registered users only.

I can't login today, but days before I could without problem...

Can you help me, please?

Ap0s7le
12-14-2005, 10:32 PM
Have you noticed any other issues?

Try clearing your cache.

Thanks :)

-Casey

javar22
12-16-2005, 01:46 AM
Content visible to registered users only.

How i do that? I only can login sometimes. Could it be due to i forgot logout in my last login? If i type directly an admin url (as admin/dir_approve_links.php?r=1) saved in the dir bar y run into admin area without loggin!!

Sorry if you don't understand my explanation, i'm trying a poor english with the help of translator!

Thanks in advantage. :wink:

Blame Me
01-24-2006, 07:14 PM
Content visible to registered users only.

I can't login today, but days before I could without problem...

Can you help me, please?[/quote]

Thought I'd bump it up the page because I get the same thing (in the host error logs) when I try and access the admin area. It returns an admin page loop.

The directory is on my site but I can't get in to modify the bloody thing.

This is a fresh install so its possible I might have a somthing else wrong.

I have tried the loging page on Opera, Safari, Firefox, IE and still get the admin loop back, I have cleared the cache and tried again but still get the same problem.

Any answers to this?

David
01-24-2006, 07:20 PM
Hi, Igonza should be PMing you shortly
Please report back once it is fixed.
Thanks,
David

Blame Me
01-27-2006, 03:24 PM
Content visible to registered users only.

Just for the record David thanks for all your help and Igonza too.

The problem has been fixed with the help of all of you and some helpfull tech support at my host Fatcow.

On your set up page you might see this in the list with red crosses and (or) green ticks - if you get the red cross and the following statement, ask your host to make it writable.

Session Save Path writable?

Warning: /var/php_sessions not existing or not writable.

It seems that the problem was because of a writable section on the server (above) which is set at non-writable by default.

When this was activated (made writabel) and this short bit of code (below) was placed at the top of the init.php file it worked. They even created a php.ini to point the session to my cgi-bin.

session_save_path("/home/users/web/<bucket>/<your_homedir>/cgi-bin/tmp");
session_start();

* Note - I also placed this short bit of code into the config.php file as suggested by the tech support person.

On trying the script I got an error login "Invalid username or password." I was using Firefox and then changed over to Safari and it works a treat.

I think you know about the Firefox problem.

Thanks all. :D :P

David
01-27-2006, 03:37 PM
Thanks for supplying the solution you found. We've had quite a few others with this problem. It's good to know what was done to fix it.

Thanks,
David