Home arrow Forum Joomla-SMF 1.1RC1 Release
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 04:04:52 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Joomla-SMF 1.1RC1 Release
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 3 [4] 5 6 Go Down Print
Author Topic: Joomla-SMF 1.1RC1 Release  (Read 19865 times)
Kevin8020
QA / Testers
Joomla Master
*****

Karma: +33/-18
Offline Offline

Posts: 105



View Profile WWW
Re: Joomla-SMF 1.1RC1 Release
« Reply #45 on: February 22, 2006, 06:50:43 PM »

Oh dear.... well, that's not the functions.smf.php file included in RC1!
I don't know what version of the file that is, but it's not the one I'm running!

Please upgrade to the files included in the file on the first post of this thread before applying the "hack."

-Kevin

http://www.joomlahacks.com/component/option,com_smf/Itemid,94/action,dlattach/topic,1286.0/attach,333
« Last Edit: February 22, 2006, 07:05:01 PM by Kevin8020 » Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #46 on: February 23, 2006, 01:07:12 AM »

that was the version from the downloads Wink
i'll test it and post if it works
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #47 on: February 23, 2006, 01:19:45 AM »

replaced the files from the url you had given, same problem, nothing has changed... is this download realy the rc1???

update
BUG in CB plugin: users are unable to login when plugin is published, everyone gets the message: you are not authorised to view this resource please login
user is not logged in in joomla, he can try many times it won't work...
This is tested using the CB 1.0 STABLE build 1 (latest testteam built)
« Last Edit: February 23, 2006, 06:19:34 AM by unliving sava » Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #48 on: February 23, 2006, 03:40:12 PM »

i cannot make threads or replies. smf tells me i was automatically logged out, and that i didn't write a subject or text (got the norwegian translation, so i'm not sure if it's the correct english words...).

the stand-alone forum works fine though
Logged
Kevin8020
QA / Testers
Joomla Master
*****

Karma: +33/-18
Offline Offline

Posts: 105



View Profile WWW
Re: Joomla-SMF 1.1RC1 Release
« Reply #49 on: February 23, 2006, 10:27:50 PM »

replaced the files from the url you had given, same problem, nothing has changed... is this download realy the rc1???
This is tested using the CB 1.0 STABLE build 1 (latest testteam built)

Ok, I see the issue now. Thanks unliving sava! I'll work out a new fix, but meanwhile, the ampersand validation code I put in doesn't work with SEF enabled.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1RC1 Release
« Reply #50 on: February 23, 2006, 11:42:44 PM »

thanks guys for all the info.  We are developing fixes to everything that we can and appreciate all the testing and detailed information you can give us.  Smiley
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #51 on: February 24, 2006, 01:25:24 AM »

when a user is deleted from joomla backend trough CB it does not get deleted in SMF. When synchronising userbase the users get added again.
When deleting a user in SMF, the user is not deleted in Joomla...

other bug:
a user that has a password of less than 8 characters will fail to login onto smf bacause SMF requires an 8 characters long password. when user edits his password in joomla and it's less than 8 characters this wil cause that the user is not able to login onto SMF. But i guess this is something you can not fix because it's a joomla related something

joomla 1.0.8 is almost ready and will be published in one of the next days, in this version there will be a different way of session handling, is this component compatible with the next joomla version or will this cause some new problems? more info is on the developer blogs at joomla for more info.
« Last Edit: February 24, 2006, 01:32:23 AM by unliving sava » Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #52 on: February 24, 2006, 05:04:40 AM »

it is not possible to use the manual sync tool in the bridge
Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #53 on: February 24, 2006, 05:26:49 AM »

sorry... i found out that it was because the username contained a norwegian letter (זרו)
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #54 on: February 24, 2006, 05:30:13 AM »

it is not possible to use the manual sync tool in the bridge

does it give an error or errormessage?
when a username contains something like: in't instead of in\'t
than manual synchronisation will fail automaticly because it gives an sql error because of the missing \
this is a bug an is not yet resolved i guess, what's the status wolverine of this bug? Joomla stores it without the /, i don't know if this can be fixed?

ok problems are due to special chars, and that cauyses also sql errors
is joomla configured on utf-8 and smf too? and is database collation utf-general ci? this can causetroubles if it isn't correct
Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #55 on: February 24, 2006, 05:33:44 AM »

yes, as i mentioned above, i found out that it was because I used norwegian letters in the usernames. but it seems to be working now Smiley
Logged
Kevin8020
QA / Testers
Joomla Master
*****

Karma: +33/-18
Offline Offline

Posts: 105



View Profile WWW
Re: Joomla-SMF 1.1RC1 Release
« Reply #56 on: February 24, 2006, 06:31:08 PM »

Ok, I see the issue now. Thanks unliving sava! I'll work out a new fix, but meanwhile, the ampersand validation code I put in doesn't work with SEF enabled.
Ok, I have another release that fixes all the SEF and non-SEF URL's. It provides ampersand validation across forum URL's throughout Joomla and SMF. Here is the adjusted code:
  • functions.smf.php
  • Line 265:
Code:
$tmpurl = str_replace("&?","&",$tmpurl);
  • Line 995:
Code:
$setLocation = str_replace("&?", "&", $setLocation);
  • Line 273 to 297
Code:
            if ($mosConfig_sef == '1' && $pos >= 0 && $pos !== false){
                $search    = array(
                        "&",
                        ";",
                        "&desc",
                        "&all",
                        "post&calendar",
                        "search&advanced",
                        "&quote&u=",
                        "&poll",
                        "0&viewResults",
                        "unread&"
                    );
                $replace = array(
                        "&",
                        "&",
                        ";desc",
                        ";all",
                        "post;calendar",
                        "search;advanced",
                        ";quote/u,",
                        ";poll",
                        "0;viewResults",
                        "unread;"
                    );
  • Line 76:
Code:
$url = $mosConfig_live_site ."/index.php?option=com_smf&Itemid=" .$Itemid."&";
  • Enter your SMF-Joomla settings and save it, also check config.smf.php to make sure that the &'s in the mosurl are &'s

I've also attached a fixed version of functions.smf.php for those who don't want do do it themselves.
« Last Edit: February 25, 2006, 01:51:55 PM by Kevin8020 » Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #57 on: February 25, 2006, 05:31:08 AM »

I get the following error on the top of my site when logging in:

Notice: Undefined index: USER_AGENT in /var/www/html/forum/Sources/Load.php on line 278
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #58 on: February 25, 2006, 06:06:24 AM »

there is a little mistake in the file you've attached:
lines 274 and 275
$search   = array(
   "&";

you have a ; there but it must be a , Wink after correcting it works great, thanks for the patch Wink
Logged
Mister T
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 18



View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #59 on: February 25, 2006, 01:11:23 PM »

Hum...
I applied the suggested modification (thanks !), even with the above correction, but I found a bug Embarrassed

Example: the link "admin" in my SMF page is giving the following URL:
Code:
http://<my_site_link>/index.php?option=com_smf&Itemid=38&?action=admin

Note the question mark after the last "&" which prevents correct interpretation of the link...

Any suggestion how to modify the patch to correct this ?

Thanks,
Logged
Pages: 1 2 3 [4] 5 6 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
Search Contact About Advertise Blogs Topsites Submit News Register Login