Password problem with joomla 1.013 SOLVED

User Info News
No avatar Welcome, Guest. Please login or register.

Login with username, password and session length
November 19, 2008, 10:26:44 PM
Welcome to the iobinary.com forum.  What do you think of the new theme?
Home Help Search Login Register
+  iobinary.com Forum
|-+  General
| |-+  Account Problems (Moderator: admin)
| | |-+  Password problem with joomla 1.013 SOLVED
« previous next »
Pages: [1] 2 Print

Author Topic: Password problem with joomla 1.013 SOLVED  (Read 6825 times)
 
Hasan BEYDAĞI
Newbie
*
Offline Offline

Posts: 5


Email
Password problem with joomla 1.013 SOLVED
« on: August 17, 2007, 02:06:41 PM »

First open your Site's SQL Database. And find Jos_users table. Find user ID 62 with Superadministrator user. Select password field and copy ..
Open yor blogg-x\bin\setting.xml file with any text editor.
and chance (_password">XXXXXXXXXX</entry>)              XXXXXXXX with your copied password and save file .
Now it's ok  WORK FINE

Hasan BEYDAĞI
İSTANBUL / TÜRKİYE
Report to moderator   Logged
chris
Administrator
Site Admin
*****
Offline Offline

Posts: 300


WWW
Re: Password problem with joomla 1.013 SOLVED
« Reply #1 on: August 18, 2007, 03:17:36 PM »

That will work... Exactly how I started to figure out what the changes were in 1.0.13 along with the source code of the Joomla! project.

chris
Report to moderator   Logged
Jared Voss
Newbie
*
Offline Offline

Posts: 3


Re: Password problem with joomla 1.013 SOLVED
« Reply #2 on: August 24, 2007, 09:08:56 AM »

I'm glad you found a solution to the password problem with joomla 1.013, but I still can't seem to get it working. I found the password in my SQL database and pasted it into the appropriate field in the settings.xml, but I still can't connect from Blogg-X. I can't get past the Account Settings window. I know I've replaced the password, so it should be correct, but Blogg-X won't connect to my site until I verify the password through the Account Settings window, which I still can't do.

Any ideas or help would be greatly appreciated. I can't wait to get Blogg-X up and running!
Report to moderator   Logged
Hasan BEYDAĞI
Newbie
*
Offline Offline

Posts: 5


Email
Re: Password problem with joomla 1.013 SOLVED
« Reply #3 on: August 24, 2007, 01:22:50 PM »

how can i help you. ? id 62 is password for super administator. if you connect with other account find it's password please....
Report to moderator   Logged
Jared Voss
Newbie
*
Offline Offline

Posts: 3


Re: Password problem with joomla 1.013 SOLVED
« Reply #4 on: August 24, 2007, 02:09:38 PM »

I opened my SQL database and found the password for the Superadministrator (ID 62). This is the account I log into Joomla with. I copied the password. I opened the settings.xml file and changed the password. But when I start Blogg-X it still says it can't connect, and in the Account Settings window, it won't verify the username and password.

Here is my Settings.xml file. Maybe there's an error in it.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Settings</comment>
<entry key="admin [backstageboston.vossco.com]_password">xxxxxxxxxxxxxxxxxxxxxxxxxx:xxxxxxxxxxxx</entry>
<entry key="admin [backstageboston.vossco.com]_hostname">backstageboston.vossco.com</entry>
<entry key="admin [backstageboston.vossco.com]_ftpPassword">xxxxxxxxxxxx</entry>
<entry key="UseProxy">false</entry>
<entry key="admin [backstageboston.vossco.com]_ftpPath">/</entry>
<entry key="site0">admin [backstageboston.vossco.com]</entry>
<entry key="admin [backstageboston.vossco.com]_ftpAddress">xxxxxxxxxxxxx</entry>
<entry key="site0_count">0</entry>
<entry key="admin [backstageboston.vossco.com]_mediaDirCount">0</entry>
<entry key="admin [backstageboston.vossco.com]_ftpUsername">xxxxxxxx</entry>
<entry key="admin [backstageboston.vossco.com]_username">admin</entry>
</properties>

Thanks for your help!
Report to moderator   Logged
Hasan BEYDAĞI
Newbie
*
Offline Offline

Posts: 5


Email
Re: Password problem with joomla 1.013 SOLVED
« Reply #5 on: August 25, 2007, 04:40:40 AM »

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Settings</comment>
<entry key="admin [www.MY_SITE_ADRES]_ftpPath"/>
<entry key="admin [www.MY_SITE_ADRES]_mediaDirCount">1</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpAddress">ftp.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_hostname">www.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpUsername">MY_USERNAME</entry>
<entry key="admin [www.MY_SITE_ADRES]_password">MY_PASSWORD</entry>
<entry key="UseProxy">false</entry>
<entry key="site0">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_mediaDir0">/media/</entry>
<entry key="site0_count">0</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpPassword">MY_PASSWORD</entry>
<entry key="default_site">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_username">admin</entry>
</properties>


this is my setting file and ı can verify with it.
But i saw two password is same and from Mysql. ?
Report to moderator   Logged
Jared Voss
Newbie
*
Offline Offline

Posts: 3


Re: Password problem with joomla 1.013 SOLVED
« Reply #6 on: August 25, 2007, 08:40:30 AM »

Still not working. Oh, well. Thanks for your help!
Report to moderator   Logged
Lord_ZealoN
Newbie
*
Offline Offline

Posts: 2


Re: Password problem with joomla 1.013 SOLVED
« Reply #7 on: September 03, 2007, 09:39:44 AM »

Works like a charm..THANKS!!

Chris..if develop a BlackBerry version of Blogg-X I will love you forever  Roll Eyes
Report to moderator   Logged
Hillary
Newbie
*
Offline Offline

Posts: 3


Email
Re: Password problem with joomla 1.013 SOLVED
« Reply #8 on: September 03, 2007, 11:36:23 AM »

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Settings</comment>
<entry key="admin [www.MY_SITE_ADRES]_ftpPath"/>
<entry key="admin [www.MY_SITE_ADRES]_mediaDirCount">1</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpAddress">ftp.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_hostname">www.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpUsername">MY_USERNAME</entry>
<entry key="admin [www.MY_SITE_ADRES]_password">MY_PASSWORD</entry>
<entry key="UseProxy">false</entry>
<entry key="site0">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_mediaDir0">/media/</entry>
<entry key="site0_count">0</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpPassword">MY_PASSWORD</entry>
<entry key="default_site">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_username">admin</entry>
</properties>


this is my setting file and ı can verify with it.
But i saw two password is same and from Mysql. ?

Hi. I really love this program. I used it on my old site. But now I've upgraded to .13 and the program isn't working. I even copied out the settings.xml file above and replaced mine with all the correct information. I found the password hash in jos_users and pasted it in to the settings.xml doc. Still... when I click verify, nothing happens. My paths and ftp info is correct, but the program won't recognize the username/password or try to verify it at all. :-(
Report to moderator   Logged
Lord_ZealoN
Newbie
*
Offline Offline

Posts: 2


Re: Password problem with joomla 1.013 SOLVED
« Reply #9 on: September 04, 2007, 12:12:39 AM »

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
<comment>Settings</comment>
<entry key="admin [www.MY_SITE_ADRES]_ftpPath"/>
<entry key="admin [www.MY_SITE_ADRES]_mediaDirCount">1</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpAddress">ftp.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_hostname">www.MY_SITE_ADRES</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpUsername">MY_USERNAME</entry>
<entry key="admin [www.MY_SITE_ADRES]_password">MY_PASSWORD</entry>
<entry key="UseProxy">false</entry>
<entry key="site0">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_mediaDir0">/media/</entry>
<entry key="site0_count">0</entry>
<entry key="admin [www.MY_SITE_ADRES]_ftpPassword">MY_PASSWORD</entry>
<entry key="default_site">admin [www.MY_SITE_ADRES]</entry>
<entry key="admin [www.MY_SITE_ADRES]_username">admin</entry>
</properties>


this is my setting file and ı can verify with it.
But i saw two password is same and from Mysql. ?

Hi. I really love this program. I used it on my old site. But now I've upgraded to .13 and the program isn't working. I even copied out the settings.xml file above and replaced mine with all the correct information. I found the password hash in jos_users and pasted it in to the settings.xml doc. Still... when I click verify, nothing happens. My paths and ftp info is correct, but the program won't recognize the username/password or try to verify it at all. :-(

The only thing I did was..

Download Blogg-X..
Open it
COnfigure it to your site (and fails)
Paste the password on the xml file as the previous posts

Are you behind a firewall?
Has you the blogg-x mambot published?
Report to moderator   Logged
Hillary
Newbie
*
Offline Offline

Posts: 3


Email
Re: Password problem with joomla 1.013 SOLVED
« Reply #10 on: September 04, 2007, 04:11:14 AM »

The only thing I did was..

Download Blogg-X..
Open it
COnfigure it to your site (and fails)
Paste the password on the xml file as the previous posts

Are you behind a firewall?
Has you the blogg-x mambot published?

That file was not from my site, it was just the one I copied and replaced with my information so of course it would fail. ;-)

I'm not behind a firewall, the mambot is published. It verifies the ftp settings and password, but not the Joomla one. ??
Report to moderator   Logged
chris
Administrator
Site Admin
*****
Offline Offline

Posts: 300


WWW
Re: Password problem with joomla 1.013 SOLVED
« Reply #11 on: September 09, 2007, 07:20:48 AM »

Try the new version, it should verify correctly on Joomla! 1.0.13.  You may have to reenter the password on the settings dialog screen.

Thanks...

chris
Report to moderator   Logged
Hillary
Newbie
*
Offline Offline

Posts: 3


Email
Re: Password problem with joomla 1.013 SOLVED
« Reply #12 on: September 09, 2007, 12:22:19 PM »

Try the new version, it should verify correctly on Joomla! 1.0.13.  You may have to reenter the password on the settings dialog screen.

Thanks...

chris

Nope. Still doesn't work. I d/led the new, beta version, made sure to check the box for Joomla 1.0.13 (even did it without checking the box) and nothing happened. It still won't verify the username/password and won't connect. I went into the xml file and everything was correct.
Report to moderator   Logged
Samantha Lane
Newbie
*
Offline Offline

Posts: 1


Re: Password problem with joomla 1.013 SOLVED
« Reply #13 on: September 11, 2007, 06:18:45 AM »

Hi,

  I'm having the same problem. I downloaded the latest version of blog-x, setup an account and the ftp will verify OK but not the jooomla login.

 No error message, just nothing. I've tried copying the password out of the database, using the unhashed password, ticking and unticking .13 to no avail.

  I've installed and published the mambot.

regards
Samantha
Report to moderator   Logged
Alexander Isings
Newbie
*
Offline Offline

Posts: 1


Re: Password problem with joomla 1.013 SOLVED
« Reply #14 on: September 11, 2007, 07:54:02 PM »

First of all thanks for all the work done on Blogg-X. Its an excellent app which saves us uploaders of content huge amounts of time.

Now for the problem I'm having.

I have a number of Joomla sites, one of which is still running under 1.012. Today I downloaded Blogg-X 1.013 and installed on my PC. I also installed it on one of my 1.013 Joomla sites.

Blogg-X still works nicely with my 1.012 site. As to my 1.013 site however I need to report that the Joomla username and password verify nicely and that the ftp info verifies as well.

When opening the site I get an error message I get the screen telling me that there was an error trying to get initial settings. . .

I'll try reinstalling to see if that helps and report back.

Best regards,

Alexander

UPDATE: reinstalling and overwriting options.xml and settings.xml makes no difference.
The version 1.012 site still works but 1.013 version gives same problems, even tough both verification processes went fine....

Dumbfounded,

AI
« Last Edit: September 11, 2007, 08:06:58 PM by Alexander Isings » Report to moderator   Logged

Pages: [1] 2 Print 
« previous next »
Jump to:  



Powered by SMF 1.1 | SMF © 2006, Simple Machines LLC
Copyright (C) 2006 Chris Campbell.  All rights reserved.
The term "Apache XML-RPC" used with permission from Apache Software Foundation