Home arrow Forum JSMF 2.0RC2
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 04:10:54 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)
| | | |-+  JSMF 2.0RC2
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] 4 5 ... 10 Go Down Print
Author Topic: JSMF 2.0RC2  (Read 26880 times)
Casey Knutson
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0RC2
« Reply #30 on: November 02, 2006, 08:26:24 AM »

for now, on or around line 1273 of component/com_smf/smf.class.php change the following code:
Code:
if (!($filename = $database->loadResult())) {
     mosErrorAlert($database->getErrorMsg().' ~~~ FROM::'.__FILE__.' || '.__FUNCTION__.' || '.__LINE__);
     return false;
}

to this:

Code:
if (!($filename = $database->loadResult())) {
     //mosErrorAlert($database->getErrorMsg().' ~~~ FROM::'.__FILE__.' || '.__FUNCTION__.' || '.__LINE__);
     //return false;
     //this probably means there is no avatar, so continue
     continue;
}

let me know the result.  Also, please verify that this SMF user had *no* avatar uploaded.

Works like a charm Wolverine - Thank you!!
Logged
armybot
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 26


View Profile
Re: JSMF 2.0RC2
« Reply #31 on: November 02, 2006, 08:41:30 AM »

Hello there.

I've experienced kinda all the discussed problems.


My actual Version Information:
Joomla version is: 1.0.11
SMF version is: 1.1 RC3
Joomla-SMF version: 2.0 beta 3
SMF CB Plugin: 2.0 (Joomlahacks)

Now, I've another problems due to different cookies TTL.

I mean, sometime happens that I see my connection UP (who's online module) but i see the JSMF Login module asking me to sign in/up...

In these cases I have to login twice or close browser to re-align the situation.

I hoped that RC1 or 2 will solve them but now I'm worried.

Wolv, do u suggest me to upgrade (both JSMF and SMF CB plugin) or to wait for the next version/release.

Please, Realize that site is now in live status...

Btw, I could re-enable your administrator credentials if you want to check it up directly.


Many many thanks in advance,

ArMyBoT


Logged
David
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0RC2
« Reply #32 on: November 02, 2006, 01:50:47 PM »

What's the appropriate installation procedure if I already have a prior JSMF 2 install? Do I uninstall all of the previous components/modules/bots? Or is there only specific ones that need to be updated?
Logged
Livebox
Guest
Re: JSMF 2.0RC2
« Reply #33 on: November 02, 2006, 01:54:02 PM »

What's the appropriate installation procedure if I already have a prior JSMF 2 install? Do I uninstall all of the previous components/modules/bots? Or is there only specific ones that need to be updated?


Please read the documentation of the Bridge there you will find this info.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #34 on: November 02, 2006, 01:55:58 PM »

What's the appropriate installation procedure if I already have a prior JSMF 2 install? Do I uninstall all of the previous components/modules/bots? Or is there only specific ones that need to be updated?

Until the full release you need to uninstall and reinstall the bridge.  For the mambots, modules, and plugins you can extract them to the appropriate directories.  The only module that was updated in this release was the login module.  The only mambot that was updated was the discussbot was and the cb plugin was also updated. 
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #35 on: November 02, 2006, 01:56:45 PM »

Hello there.

I've experienced kinda all the discussed problems.


My actual Version Information:
Joomla version is: 1.0.11
SMF version is: 1.1 RC3
Joomla-SMF version: 2.0 beta 3
SMF CB Plugin: 2.0 (Joomlahacks)

Now, I've another problems due to different cookies TTL.

I mean, sometime happens that I see my connection UP (who's online module) but i see the JSMF Login module asking me to sign in/up...

In these cases I have to login twice or close browser to re-align the situation.

I hoped that RC1 or 2 will solve them but now I'm worried.

Wolv, do u suggest me to upgrade (both JSMF and SMF CB plugin) or to wait for the next version/release.

Please, Realize that site is now in live status...

Btw, I could re-enable your administrator credentials if you want to check it up directly.


Many many thanks in advance,

ArMyBoT



There is an explanation on why the TTL problems exist in the FAQ located in the User Guide.
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #36 on: November 02, 2006, 03:06:25 PM »

The only problem I'm still having is saving the forum profile changes (with CB enabled). Before when I clicked on the Change Profile button to save the settings, it would take me to a "The page you are trying to access does not exist" But now it sends me to my CB profile and the changes are still not saved.
This is a bug I just identified in the bridge, not the plugins.  You should not be redirected back to the profile, if that happens none of the data was saved.  This worked previously but with the addition of the itemid to the cb profile links(per user request) it is now broken.  I just identified this problem and am working on a fix.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 14


View Profile
Re: JSMF 2.0RC2
« Reply #37 on: November 02, 2006, 04:25:36 PM »

This is something in the configuration of your site.  There are other urls that have capitals in them as well which are being reformatted to lowercase.  The bridge is not doing this.  I have tested on windows and unix and both are formatting correctly.

Two things I can think of, one, it may be a php.ini setting.  Two, it could be a problem with your version of php, specifically with the parse_url function that is used by both the bridge and by joomla sef. 

thank you for information
i was using Joomsef, i set All lowercase option to "off"(from the component's menu), now it's working fine Smiley
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #38 on: November 02, 2006, 04:27:12 PM »

thanks for posting the solution!  Wink
Logged

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

Karma: +3/-1
Offline Offline

Posts: 47


View Profile
Re: JSMF 2.0RC2
« Reply #39 on: November 02, 2006, 08:58:26 PM »

My users are reporting session verification errors when trying to reply to threads.
Logged

Joomla! 1.0.11
SMF 1.1 RC3
Database Version:  5.0.18-standard-log 
PHP Version:  4.4.2 
Web Server:  Apache/1.3.33 (Unix)
Tijntje
Joomla Newbie
*

Karma: +0/-2
Offline Offline

Posts: 36



View Profile WWW
Re: JSMF 2.0RC2
« Reply #40 on: November 03, 2006, 09:08:24 AM »

I still have the problem that the forum is unwrapping when somebody wants to quote.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #41 on: November 03, 2006, 09:11:25 AM »

My users are reporting session verification errors when trying to reply to threads.
If they were logged in as remember me before your upgrade it is possible that the session got corrupted and this gets checked during posts.  Tell them to logout, clear cookies, and log back in.  If it persists let me know.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 14


View Profile
Re: JSMF 2.0RC2
« Reply #42 on: November 03, 2006, 11:19:37 AM »

i have a question about discussbot

it's working great, but im having some extra "style" problems
before the text, there are some lines:
Code:
[style type=text/css]
  .contoursandbag span { display: none; }
  .contoursandbag-right
    {
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0 0 0 15px;
    float: right;
    clear: right;
    }
  .contoursandbag-left
    {
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0 15px 0 0;
    float: left;
    clear: left;
    }
  .contoursandbag-first { margin-top: 5px; }
  .contoursandbag-last {margin-bottom: 5px; }
  [/style]
you can see it: http://www.genchukuk.org/component/option,com_smf/Itemid,79/topic,84.0/
I know it's about my theme, but is there a way of hiding these lines?

another question is:
when moving a topic, i want to left a topic moved message, i use [TOPIC LINK] tag for it, but it's shown as, www.genchukuk.org/forum/index.php?topic=12.0
but i want to show it as:
http://www.genchukuk.org/component/option,com_smf/Itemid,79/topic,123.msg123
 
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC2
« Reply #43 on: November 03, 2006, 12:41:14 PM »

i have a question about discussbot

it's working great, but im having some extra "style" problems
before the text, there are some lines:  STYLE TAGS
Code:
[style type=text/css]
  .contoursandbag span { display: none; }
  .contoursandbag-right
    {
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0 0 0 15px;
    float: right;
    clear: right;
    }
  .contoursandbag-left
    {
    border: 0;
    padding: 0;
    font-size: 0;
    margin: 0 15px 0 0;
    float: left;
    clear: left;
    }
  .contoursandbag-first { margin-top: 5px; }
  .contoursandbag-last {margin-bottom: 5px; }
  [/style]
you can see it: http://www.genchukuk.org/component/option,com_smf/Itemid,79/topic,84.0/
I know it's about my theme, but is there a way of hiding these lines?
What you need to do is add a definition to the search/replace array in mos_smf_discussbot.php.  Specifically, on or around line 300 find this code:
Code:
"/\[tbody\]/i",
"/\[\/tbody\]/i",

And add two lines to it so that it is like this:
Code:
"/\[tbody\]/i",
"/\[\/tbody\]/i",
"/\[style\]/i",
"/\[\/style\]/i",

That will fix the search for those tags.  Now you need a replace definition in the two replace arrays.  The first one should be at or around line 348, look for:
Code:
"[table]",
"",
"",
"[td]",

replace with

Code:
"[table]",
"",
"",
"",
"",
"[td]",

and do the same for the other replace array on or around line 395.  That will strip the style I believe.  Let me know if it doesn't and I can adjust the search to fix it.
another question is:
when moving a topic, i want to left a topic moved message, i use [TOPIC LINK] tag for it, but it's shown as, www.genchukuk.org/forum/index.php?topic=12.0
but i want to show it as:
http://www.genchukuk.org/component/option,com_smf/Itemid,79/topic,123.msg123
 

Interesting, not sure I completely understand.  You are going in and modifying the post and adding [TOPIC LINK] and this translates to a URL?
« Last Edit: November 03, 2006, 12:44:27 PM by -Wolverine » Logged

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

Karma: +1/-0
Offline Offline

Posts: 26


View Profile WWW
Re: JSMF 2.0RC2
« Reply #44 on: November 03, 2006, 01:16:44 PM »

I installed yesterday the new version of the bridge : 2.0 RC2.

Later that night, i updated SMF to RC3-1, since it's a security fix.

Today, i was alerted by users and we found the following problem :

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 46707 bytes) in web/components/com_smf/smf.class.php on line 322

Could anyone give a hint to what is going on ?

Thanks
Logged

Joomla : 1.0.11
CB : 1.0.2
JSMF : 2.0 Final
SMF : 1.1.1
Pages: 1 2 [3] 4 5 ... 10 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
MamboBuzz.com
Search Contact About Advertise Blogs Topsites Submit News Register Login