Home arrow Forum Questions/Problems
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 23, 2008, 01:26:59 PM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  Questions/Problems
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Questions/Problems  (Read 2274 times)
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Questions/Problems
« on: November 11, 2006, 12:14:13 AM »

1. Does  this bridge work with SMF arcade?
2. I have the latest versions of SMF, CB, Joomla and the bridge, but I get major problems on my test site. First of all, I can't login with any of my SMF accounts, I get wrong password. When I manage users, I see that every user from SMF is in CB and SMF-Joomla but for some reason they get wrong password. If I manually change a password from the CB backend, then they can login. I think it has to do with the size of my memberlist maybe? I had 1800+ users, and when I go too Joomal-SMF backend and click Install> Sync Usernames I get this error:

Request-URI Too Large

The requested URL's length exceeds the capacity limit for this server.

The URL of that error page is HUGE:
...index2.php?option=com_smf&task=install&mosmsg=Joomla%2FMambo%5B0%5D+%2F+SMF%5B0%5D+inserted++Failed+%3Aman-d13+%3A+Failed+%3A+Please+enter+a+valid+Username%3A.++No+spaces%2C+more+than+2+characters+and+contain+0-9%2Ca-z%2CA-Z%0AC%3A%5CProgram+Files%5Cxampp%5Chtdocs%5Ccentral%5Cadministrator%5Ccomponents%5Ccom_smf%5Cadmin.smf.class.php%0Acreatejoomlauser%0A565Salah+Ad-Din+%3A+Failed+%3A+Please+enter+a+valid+Username%3A.++No+spaces%2C+more+than+2+characters+and+contain+0-9%2Ca-z%2CA-Z%0AC%3A%5CProgram+Files%5Cxampp%5Chtdocs%5Ccentral%5Cadministrator%5Ccomponents%5Ccom_smf%5Cadmin.smf.class.php%0Acreatejoomlauser%0A565emo-blond-BHSc+%3A+Failed+%3A+Please+enter+a+valid+Username%3A.++No+spaces%2C+more+than+2+characters
Logged
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #1 on: November 11, 2006, 11:22:01 AM »

Ok, I've deleted all users that were causing errors in syncing, but now I'm left with:
Joomla/Mambo[0] / SMF[13] inserted Failed :s : Failed : Please enter a valid Username:. No spaces, more than 2 characters and contain 0-9,a-z,A-Z C:\\Program Files\\xampp\\htdocs\\central\\administrator\\components\\com_smf\\admin.smf.class.php createjoomlauser 565

Which user is that?
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Questions/Problems
« Reply #2 on: November 11, 2006, 03:45:57 PM »

the username is actually simply "s".  You'll see the error reports that it has to be more than 2 characters... so I assume that is the problem.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #3 on: November 11, 2006, 03:51:20 PM »

Thanks for the reply. Any idea why I cant login with CB login? I installed the plugin.
Logged
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #4 on: November 11, 2006, 03:54:14 PM »

Every user gets "incorrect password"
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Questions/Problems
« Reply #5 on: November 11, 2006, 03:55:20 PM »

it could be a problem between the collations of the db tables.  Are they all the same?
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #6 on: November 11, 2006, 10:36:14 PM »

it could be a problem between the collations of the db tables.  Are they all the same?

What do you mean by collations?
Logged
Livebox
Guest
Re: Questions/Problems
« Reply #7 on: November 12, 2006, 02:52:00 AM »

check this link Wink

http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html more info Google.com

Set all on UTF-8
Logged
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #8 on: November 12, 2006, 08:24:28 PM »

I was wondering why my db would be different from anyone elses. I'm not using a foreign language or anything. In laymans terms, how can I fix it? Is there a way through phpmyadmin?
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Questions/Problems
« Reply #9 on: November 12, 2006, 10:08:48 PM »

yes, and why would it be different, well J! and SMF are two different pieces of software which obviously do things differently.   If you selected UTF-8 when you installed SMF then your tables will most likely be different than J!

Using phpmyadmin you can see both the database collation(all new talbes created with this, the default) and each tables collation.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Avinash
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: Questions/Problems
« Reply #10 on: November 13, 2006, 12:23:27 AM »

yes, and why would it be different, well J! and SMF are two different pieces of software which obviously do things differently.   If you selected UTF-8 when you installed SMF then your tables will most likely be different than J!

Using phpmyadmin you can see both the database collation(all new talbes created with this, the default) and each tables collation.
Thanks. What i'd like to know, is there any way to convert one of my tables without royally messing up any of my installs (joomla or smf). I'm going to test it on my demo site before going public.
Logged
Livebox
Guest
Re: Questions/Problems
« Reply #11 on: November 13, 2006, 12:38:36 AM »

check the link I gave you Wink there you will find a lot of info about it
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
Joomla Comment
Search Contact About Advertise Blogs Topsites Submit News Register Login