Home arrow Forum SMF Has changed the RC.
  Welcome, Guest. Please login or register.
Did you miss your activation email?
October 12, 2008, 05:59:33 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.0.x (Moderators: -Wolverine, kai920)
| | | |-+  SMF Has changed the RC.
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] 3 4 Go Down Print
Author Topic: SMF Has changed the RC.  (Read 19983 times)
kai920
Moderator
Joomla Expert
*****

Karma: +14/-2
Offline Offline

Posts: 275



View Profile
Re: SMF Has changed the RC.
« Reply #15 on: January 04, 2006, 01:19:03 PM »

Can someone post *working* upgrade steps from SMF 1.1 RC1/Joomla-SMF 1.0.2a to SMF 1.1 RC2?
Logged

Storman
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18



View Profile
Re: SMF Has changed the RC.
« Reply #16 on: January 04, 2006, 02:15:39 PM »

Also, Cowboy can you confirm that the patch will be OK with Joomla 1.0.5 (the newest version just released).

I can't see a problem but just want to make sure.

thnx m8 Wink
Logged
celo
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: SMF Has changed the RC.
« Reply #17 on: January 04, 2006, 07:58:25 PM »

i use mambo and smf 1.1 i installed bridge but i get next error:

Fatal error: Call to undefined function: str_word_count() in /home/**********/public_html/components/com_smf/smf.php on line 107

 please can someone help me?
Logged
febrone
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 26


View Profile
Re: SMF Has changed the RC.
« Reply #18 on: January 05, 2006, 09:35:46 AM »

i've fixed the first problem....tanks Editor (cowboy) !!! Smiley

i use mambo and smf 1.1 RC2  but i get next error:

"Notice: Undefined index: action in c:\programmi\easyphp1-8\www\mambo\components\com_smf\smf.php on line 29"

what is this??

in my site the database error with the recenti topic is verify only when a user is logged, but work well if i'm unlogged....is the same for you?

« Last Edit: January 05, 2006, 09:42:30 AM by febrone » Logged

<--SITE AND FORUM
-Wolverine
Moderator
Joomla Guru
*****

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: SMF Has changed the RC.
« Reply #19 on: January 05, 2006, 09:47:07 AM »

i've fixed the first problem....tanks Editor (cowboy) !!! Smiley

i use mambo and smf 1.1 RC2  but i get next error:

"Notice: Undefined index: action in c:\programmi\easyphp1-8\www\mambo\components\com_smf\smf.php on line 29"

what is this??

in my site the database error with the recenti topic is verify only when a user is logged, but work well if i'm unlogged....is the same for you?


open the file components/com_smf/smf.php and change line 29 from this

Code:
if ( $_GET['action'] == "profile2" )  {

to this:
Code:
if ( !empty($_GET['action']) && $_GET['action'] == "profile2" )  {
Logged

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

Karma: +0/-1
Offline Offline

Posts: 26


View Profile
Re: SMF Has changed the RC.
« Reply #20 on: January 05, 2006, 10:18:29 AM »

ok it work , i've fixed this second problem....

but the recent topics module will not display topics once a user is logged into the site.  It will display topics if you are not logged in...

why?

can i fix this problem?
« Last Edit: January 05, 2006, 11:09:35 AM by febrone » Logged

<--SITE AND FORUM
Weatherman
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1



View Profile WWW
Re: SMF Has changed the RC.
« Reply #21 on: January 06, 2006, 09:57:20 AM »

Hello,
i have in my intranet update the smf to 1.1 RC2, then
i change the place in the index.php. now i have this:

Sie sind nicht berechtigt, diesen Bereich zu sehen.
Sie müssen sich anmelden.

can someone me help ??

thangs

http://www.wettertotal.de
Logged
Athlonso
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: SMF Has changed the RC.
« Reply #22 on: January 12, 2006, 03:44:27 PM »

Hi Smiley!
 
I use joomla 1-05 and smf 1.1 RC2  but i get next error:

Fatal error: Call to undefined function: ob_flush() in /usr/local/home/hosting/web/html/components/com_smf/smf.php on line 95

what is this??

Logged
LukaszP
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: SMF Has changed the RC.
« Reply #23 on: January 13, 2006, 03:58:41 AM »

i've got this problem...
after login it goes to:
www.mydomain.com/index.php?option=com_smf&action=login2&hash_passwrd=0&user=admin&passwrd=**************&cookielength=33.3333333333

I'm using smf 1.1RC2 and mambo 4.5.2
Logged
jared
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: SMF Has changed the RC.
« Reply #24 on: January 13, 2006, 05:44:16 PM »

Alright...I've installed the following:

Joomla 1.0.5 stable
SMF 1.1 RC2 within the directory that Joomla is installed

I'm having the following issues.

1.  When I insert the code related to if wireless is not defined - define it, my forum link on joomla just doesn't work it shows a blank page.  But the error does not show up related to the wireless parameter.

2.  I'm also having the issue when I login on the joomla page, it directs me to the forum root and not the wrapped version within joomla that I like.  How can I resolve thiese?

Thanks

J

p.s. has anyone seen a good mod for smf and fckeditor?
Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #25 on: January 16, 2006, 08:58:52 AM »

any news for the joomla 1.0.7 release?
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #26 on: January 16, 2006, 05:50:27 PM »

Alright...I've installed the following:

Joomla 1.0.5 stable
SMF 1.1 RC2 within the directory that Joomla is installed

I'm having the following issues.

1.  When I insert the code related to if wireless is not defined - define it, my forum link on joomla just doesn't work it shows a blank page.  But the error does not show up related to the wireless parameter.

2.  I'm also having the issue when I login on the joomla page, it directs me to the forum root and not the wrapped version within joomla that I like.  How can I resolve thiese?

Thanks

J

p.s. has anyone seen a good mod for smf and fckeditor?

using both LATEST cores:

-> joomla 1.0.7
-> SMF 1.1 RC2

now i get this problem:

Hello,

I have 1.0.7 joomla, SMF RC2 working fine on my site.

Previously, 1.0.6 + SMF 1.0.5 wrapped ok, didnt login though when wrapped (seems a common problem here)

Now, 1.0.7 + SMF 1.1 RC2 and the login works, but i have the following problems:
1) Its not wrapped, even if ticked too
2) The login module always defaults to the index of the forum, no matter what you choose

If i can get thoose solved, I am a happy boy!

Bugman

i have CB so oristio's bridge is not an option in this case.

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
Storman
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 18



View Profile
Re: SMF Has changed the RC.
« Reply #27 on: January 17, 2006, 05:58:03 AM »

Update:

An error that remains is that with RC2 it is not possible to login via the forum in wrapped mode. Unwrapped it's Ok, via Joomla OK, but not via SMF login.

See elsewhere in forum for details.  Wink
Logged
guilliam
Developer
Joomla Pro
*****

Karma: +3/-0
Offline Offline

Posts: 85



View Profile WWW
Re: SMF Has changed the RC.
« Reply #28 on: January 17, 2006, 06:07:31 AM »

thanks for the update mate.. still waiting for the wrapping fix Wink

- g
Logged

"I was one of those who wondered why people would pay so much $$$$ to do something that was so much fun!" -R. Harkrider, Fortran Code Engr.
^If u read that in $GREEN, you clearly missed the HIGHLIGHTS!
www.joomlahacks.com | www.joomlaconsultancy.net
Azrul
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


View Profile
Re: SMF Has changed the RC.
« Reply #29 on: January 17, 2006, 06:54:27 AM »

To fix wrapping issue, check this file manually,

/administrator/components/com_smf/config.smf.php

and fix the last line, which will reset to noting every time you try to open the joomlaSmf config page.
Code:
$mosurl = "";

to

$mosurl = "http://www.yourDomain.com/index.php?option=com_smf&Itemid=72";

Logged
Pages: 1 [2] 3 4 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
i-Vibe.com
Search Contact About Advertise Blogs Topsites Submit News Register Login