The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 121 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: Fri Mar 12, 2010 2:20 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Mar 11, 2010 8:41 pm
Posts: 2
Problem solved.

Took some finding... O and 0

Lousy typing ;)

Paul


Top
 Profile  
 
PostPosted: Sat Mar 13, 2010 12:26 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jul 24, 2009 8:12 pm
Posts: 17
In one of the other posts it someone suggested changing the id to 100 in the jos_users database table. I changed the id to 100, kept at it, and somehow I got in but today I had the same problem. Nothing worked until I changed the ID back to 62. Just one other thing to try.

_________________
Steve Moreland
CEO, Intexch, Inc.
http://www.intexch.com


Top
 Profile  
 
PostPosted: Fri Apr 02, 2010 4:19 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Apr 03, 2009 11:20 pm
Posts: 43
Hey guys. I just solved this for myself. I couldnt log in and I changed login from gmail to jooomla and now it works :).


Top
 Profile  
 
PostPosted: Wed Jun 02, 2010 10:21 am 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Nov 05, 2009 10:18 pm
Posts: 4
Hi everybody here.

I had the same problem and I know that the ISP is not the best for Joomla installations.
I tried different things without any success. So tried to change the session handler variable in configuration.php:
Code:
var $session_handler = 'database';

changed from none to database
The administrator login site didn't refresh anymore. I got the cpanel again.

Hope this helps to others.

8)

_________________
Det er aldri for sent å begynne noe nytt!


Top
 Profile  
 
PostPosted: Sat Jun 12, 2010 11:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Jan 27, 2008 10:15 am
Posts: 20
WOW!!!! I am dumbfounded at this problem and the many many so called solutions which makes me believe this is something that is a serious problem.
Solutions offered and that worked for some:

change email??????? from gmail to something else?????

change var $session_handler = 'database';

delete FTP layer???

enable the joomla user plugin

change the admin password using myphp

change webhosts???

change chmod for TMP and LOG folders to 777

Try in another browser

Try resetting router

change SSL on admin

change php_value session.save_path in .htaccess

changing the id to 100 in the jos_users database table

***** Just reboot your computer then all is ok and it logs you in. ****** ??????????

I have tried all these, almost ashamed to admit considering how silly some are, but none worked and I am still unable to login to backend admin. Seems almost comical when looking at it like this but I have wasted far too much time on this and am moving on to something else.....


Top
 Profile  
 
PostPosted: Thu Jul 01, 2010 10:27 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Jul 01, 2010 10:16 am
Posts: 4
Hi everybody!

I pretty much tried everything as well, with no success.

Until a friend of mine (being the webhost of my webpage) cleared some unusual characters at the beginning of the file configuration.php (located in the root webpage dir). And it WORKED! :D

Now the first couple of lines says:

<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';

etc etc

And the last lines says:

var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>


So, do a backup of the configuration.php file, edit it and remove any unusual character at the beginning (or end I guess).

I hope this information helps somebody.

Back to editing my webpage.

Thanks by the way for making Joomla such a great web-tool. I love it!


Cheers
Fred


Top
 Profile  
 
PostPosted: Thu Jul 01, 2010 10:52 pm 
Joomla! Intern
Joomla! Intern

Joined: Sat Nov 25, 2006 9:37 pm
Posts: 98
ninjafreddan wrote:
Hi everybody!

I pretty much tried everything as well, with no success.

Until a friend of mine (being the webhost of my webpage) cleared some unusual characters at the beginning of the file configuration.php (located in the root webpage dir). And it WORKED! :D

Now the first couple of lines says:

<?php
class JConfig {
var $offline = '0';
var $editor = 'tinymce';
var $list_limit = '20';
var $helpurl = 'http://help.joomla.org';

etc etc

And the last lines says:

var $offline_message = 'This site is down for maintenance. Please check back again soon.';
}
?>


So, do a backup of the configuration.php file, edit it and remove any unusual character at the beginning (or end I guess).

I hope this information helps somebody.

Back to editing my webpage.

Thanks by the way for making Joomla such a great web-tool. I love it!


Cheers
Fred


Wheres the problem?

Can you please post the changes made? I'm stuck with the same issue too. I made a new topic.

Edit: Didn't understand your post but now do. Just checked my lines in the config file and they are just the same as those! :(

Thanks,


Top
 Profile  
 
PostPosted: Fri Jul 02, 2010 8:29 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Jul 01, 2010 10:16 am
Posts: 4
matt4 wrote:
Wheres the problem?

Can you please post the changes made? I'm stuck with the same issue too. I made a new topic.


Well, my initial problem was that I changed the IP-number from one ftp server to another. Then Joomla couldn't login to the web directory and my web page went down. Before I realized that it was my own fault I read some posts about fixing the "admin login problem" and trying different fixes I edited the configuration.php file. At that time the garbage characters must have been added.

I don't know exactly what my friend edited away, he just said it was at the beginning of the file.

Sorry, but I can't help you more than that.


Good luck!
Fred


Top
 Profile  
 
PostPosted: Fri Jul 02, 2010 11:55 pm 
Joomla! Intern
Joomla! Intern

Joined: Sat Nov 25, 2006 9:37 pm
Posts: 98
Thanks,

Seems like this is a big issue. Hopefully the Joomla team can pop in here? It appears its a issue affecting most users. With no real solution :(


Top
 Profile  
 
PostPosted: Tue Aug 24, 2010 6:50 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Aug 24, 2010 6:42 pm
Posts: 1
Hi also not been able to log in for a while so i re-installed joomla 1.5 to find when i enter admin then password the lower case a changes to a catpital A no matter what i do therefor unable to log in please help :'(


Top
 Profile  
 
PostPosted: Mon Aug 30, 2010 6:55 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Jul 01, 2010 10:16 am
Posts: 4
matt4 wrote:
Seems like this is a big issue. Hopefully the Joomla team can pop in here? It appears its a issue affecting most users. With no real solution :(

I switched ISP a month ago and moved my webpage to a new location. I was able to copy the SQL database and move all the content to the new server.

Then I edited configuration.php with Notepad in Window 7 and got the same problem as before, not being able to login as admin and the webpage generated a lot of errors.

So I downloaded the freeware Notepad++ and edited configuration.php and voila...everything worked like a charm.

So always use an editor that doesn't add any metadata to the file itself, because Joomla seem to have a problem with that. I should add that I haven't got the latest Joomla installed.


Cheers
Fred


Top
 Profile  
 
PostPosted: Sat Sep 11, 2010 4:13 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Dec 10, 2007 11:23 am
Posts: 1
I have had the same problem logging into the back end. The page just refreshes. I literally ran through this forumn multiple times to no avail. Finally, I ran across something that helped me so I thought I would post it for other to try.

In my configuration.php file I changed
var $session_handler = 'database'
to
var $session_handler = 'none'.

This tells me something with the database session_handling is not working properly so I need to look at that. however, for now I'm up and running.


Top
 Profile  
 
PostPosted: Wed Sep 15, 2010 4:59 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Sep 15, 2010 4:50 pm
Posts: 2
Location: Vancouver BC
This is CRAZY stuff!

I installed joomla this morning and cannot for the life of me log into the admin side of things - the login page just continually refreshes. If I enter the wrong username or password it tells me so, but otherwise just continually goes back to the form.

If I leave the page for a few minutes and try again, the message is that my session has expired - please log in again. Grrr.

I can log into the site on the home page, as long as I check the "remember me" checkbox, otherwise it just refreshes the same as the admin site. Once logged in there, I have the option to edit existing posts, but clicking the administrator link on the home page just takes me back to the administrator page where I still can't log in.

Very frustrating, and it appears this has been going on for a long while now, with no solution.

Oh, I also tried numerous solutions listed above, and even went so far as to set up a whole new site and database, but still nada.

UPDATE:
I mention above that I can log in and edit articles on the home page. I can edit, or even create new ones, but none of my edits are saved when I click the save button.


Top
 Profile  
 
PostPosted: Thu Sep 16, 2010 9:12 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Feb 17, 2009 6:16 pm
Posts: 28
Location: Redmond Oregon
ok People Stop and thnk for a second most of these problems were created and just need to be solved, im a Senior Developer for Magento and all my CMS is through Joomla, now if you want a real headache try to tackle Magento, but until Virtue Mart has a multi store function with only one back end thats what i use, Now the first thing to check is PHP.INI or PHP5.INI make sure you have it set between 5M and 10M if you put 5MB the B is not supposed to be there take it out, now some of you cant get to your php.ini so make on and put it in your root directory, so for instance, where ever your Joomla lays and where ever your Config.php is then create the php5.ini there, create a word pad or other editor and add this

cgi.fixpathinfo = 1

upload_max_size = 8M

post_max_size = 8M

then same it as php5.ini. why the 5 because all servers now should be running php5 or higher, if they arent move to godaddy or host gator, seriously people Joomla is the best out there, you try to hand code a site like this in a week, you cant, and if your not a programmer then you will be paying 20k for this,, people will get back to you, and i know its frustrating but try to figure out Drupal or Magento, and you will have no hair. Joomla i love you guys keep it up!!!!!!!!

_________________
Dwayne Stephens
Wyredin
http://www.wyredin.com


Top
 Profile  
 
PostPosted: Thu Sep 16, 2010 5:07 pm 
User avatar
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Sep 15, 2010 4:50 pm
Posts: 2
Location: Vancouver BC
lynts... I upgraded to php5 from 4.x and everything works fine now. I don't use php much, so never even realized there was a new release. Perhaps the Joomla installer should add a check for that.

BTW, I agree that the Joomla folks are doing a fantastic job on a great product.


Top
 Profile  
 
PostPosted: Fri Oct 01, 2010 12:01 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 30, 2009 6:52 am
Posts: 1
Hey, clearing the blank spaces from the starting of the configuration.php file made it worked.
Actually those blank spaces were disabling the cookies to set correctly hence there were issues in creating the session for the user.

Joomla Rocks....
its just that you need be responsible!!
Cheers!!


Top
 Profile  
 
PostPosted: Wed Oct 27, 2010 11:51 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Jul 28, 2008 10:28 am
Posts: 15
kgbster wrote:
It could be that you have disabled your Joomla User! plugin

Try opening your database and the jos_plugins table

Then set the USER value for PUBLISHED to be 1 (not 0)

Worked for me.


kgbster is a superhero! I had set the USER module to 'registered' access (access = 1 in phpmyadmin). :-[ Set this back to 0 and hey presto!

Thanks so much for pointing out my complete incompetence... :D


Top
 Profile  
 
PostPosted: Mon Nov 15, 2010 3:54 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Nov 06, 2010 3:25 pm
Posts: 5
I had the same problem with my site. What i did was go into phpMyAdmin and located my database. After this i went to jos_plugins, where i enabled Authentication - Joomla, and User - Joomla. (To enable in the row where it has published, change it to a 1). I saved it. Then my login worked.

By the way, checkout my site:

http://www.cuteislam.co.uk


Top
 Profile  
 
PostPosted: Sun Dec 12, 2010 2:58 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Fri Dec 03, 2010 4:54 pm
Posts: 1
I have done every thing on this thread to try and log into my admin panel, non of it has worked. I also can not see my front page when i goto the website.
It acts like the stock joomla templates are not installed, When i installed joomla for the 6th time in 2 days I made sure the sample data was installed as well. This seems like the configuration.php is not pointing to the proper area of the database.
Playing around with some of the fixes on the thread has let me goto the host index page advertising there hosting plan, but not the joomla index pages.

I am at a loss.


Top
 Profile  
 
PostPosted: Sun Dec 12, 2010 9:59 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Dec 12, 2010 9:51 pm
Posts: 23
I cannot login as all I do is enter the username and password that was working this morning.. but now all it does is return me to the login page again.


Top
 Profile  
 
PostPosted: Wed Dec 29, 2010 5:19 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Jul 26, 2010 2:36 pm
Posts: 3
Hello

First of all - try to use another browser - eg. google chrome or firefox, or another computer. I have had this problem lot of times the last few months, and was searching and searching the internet for a solution, have been using lots of hours to try to figure out what is wrong.
But the solution was simple:
login via google chrome, firefox or another computer !
I don't know why, something with IE8 I guess, but it works !
Don't always search for the big technical, difficult solutions - sometimes it is the small things, that are right ahead of your nose, that works.
Best regards from Denmark
Sanne D
joomla beginner


Top
 Profile  
 
PostPosted: Mon Jan 17, 2011 12:44 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Apr 08, 2009 7:03 pm
Posts: 1
Well,

I had the same problem, but fix is simple. The problem can happen using utf-8 characters when editing cofiguration.php directly using text editor for site name or mail from name variables. Open cofiguration.php save the file from utf-8 to ansi mode. If this was your issue you can now login again with no problems.


Top
 Profile  
 
PostPosted: Sun Jan 30, 2011 7:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Sep 07, 2010 6:12 am
Posts: 8
trins123 wrote:
Well,

I had the same problem, but fix is simple. The problem can happen using utf-8 characters when editing cofiguration.php directly using text editor for site name or mail from name variables. Open cofiguration.php save the file from utf-8 to ansi mode. If this was your issue you can now login again with no problems.


Brilliant! This fixed my problem. Thanks a lot!


Top
 Profile  
 
PostPosted: Thu Feb 17, 2011 6:53 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Feb 17, 2011 6:22 am
Posts: 1
Wow this an old thread put it is the problem I'm having.

To be specific: When I try to log-in to the back-end the log-in screen just refreshes and reloads the log-in screen. I don't get a wrong password etc. error, it just refreshes.

I changed the permission on /tmp and would try changing the permissions on sessions.save_path however I'm unable to locate it.

My site has been up and running for a few years and I have never had this problem. Today I was messing around with allowing users to log-in so they could leave comments but ran into problems so I took a break from it. Now I can't log back in.

I suspect I changed settings under Global Config/system/user settings. Can I change those settings from the server using Dreamweaver instead? If so where would I find it?

Thanks

UPDATE
Nevermind the following worked.

kgbster wrote:
It could be that you have disabled your Joomla User! plugin

Try opening your database and the jos_plugins table

Then set the USER value for PUBLISHED to be 1 (not 0)

Worked for me.


Top
 Profile  
 
PostPosted: Thu Feb 17, 2011 12:06 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Feb 16, 2011 5:17 pm
Posts: 3
see this thread for solution
viewtopic.php?f=431&t=594886


Top
 Profile  
 
PostPosted: Thu Apr 07, 2011 11:22 pm 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sun Feb 24, 2008 1:09 am
Posts: 100
i am facing the same problem and I have done all the solutions mentioned in the post.... did someone got any new solutions working... tearing my hair out...


Top
 Profile  
 
PostPosted: Fri Apr 08, 2011 2:57 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jul 24, 2009 8:12 pm
Posts: 17
I know the feeling Kaswardy!!! I made the HUGE mistake of using 1.6.1 to try and develop production sites. I got locked out at least 3 times losing several day's of work each time. I lost one client last week and another one today who were tried of waiting around for me to find a solution to this 1.6 problem. These were important clients but my mistake for not sticking with 1.5. I got shot down in one forum because I mentioned it was a bug. I would advise searching around to other post in this forum with a similar topic. Make sure you read all the ones in this posting first (if you haven't already) since there are several solutions offered. There are several postings in this forum on this topic and there is a large variety of solutions offered. I would STRONGLY advise against using 1.6 for anything other then experimentation!!!

_________________
Steve Moreland
CEO, Intexch, Inc.
http://www.intexch.com


Top
 Profile  
 
PostPosted: Wed Jun 01, 2011 9:01 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Mon Mar 28, 2011 2:57 pm
Posts: 8
cuteISLAM wrote:
I had the same problem with my site. What i did was go into phpMyAdmin and located my database. After this i went to jos_plugins, where i enabled Authentication - Joomla, and User - Joomla. (To enable in the row where it has published, change it to a 1). I saved it. Then my login worked.

O GOD!!! You are a saviour. I pulled out all hairs on my ass while trying to recover the password!!! And that was just a matter of '1' in the "User - Joomla" plugin. Some stupid user unpublished it!!! Hm... may be that was me??? :-[


Top
 Profile  
 
PostPosted: Sat Jul 16, 2011 11:55 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Aug 02, 2009 5:03 pm
Posts: 5
i got the same problem and i looked at my configuration.php file ... it was in a wronge encoded type.
the encode type in my case has to be set to "UTF-8 encoding (w/o bom)" and now i can access backend again ....

hope this will work for some of you with this problem...

NB* i've used crimson editor to change the encoding type of the file


Top
 Profile  
 
PostPosted: Mon Aug 08, 2011 11:35 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Jan 21, 2011 8:48 pm
Posts: 5
I have read a lot about this problem and tried many things. I'll try to give you some suggestions that could work for you.

1. set configuration.php permissions to 777, and do the same thing for index.php inside administrator folder.

2. open jos_extensions, than find plugin_joomla_user (or something like that). Change the value "enabled" to 1.

3. make sure you have copied ALL of the files from your computer to the web server (do it manualy one by one if you have to, and I'm not kidding for this one, especially if you are using Filezilla)

4. and the last one that actually did the magic for me was to modify .htaccess file. My problem occurred when I tried to make some changes in this file. It all went ok for a day or two after changes, so I forgot that it may be the cause of a problem. (I tried to hide index.php from url's, so I played a little bit with /rewrite functions..)

Let me know if some of these things did the trick!

_________________
http://www.fokus.iz.rs/


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 121 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next



Who is online

Users browsing this forum: No registered users and 14 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group