Home arrow Forum JSMF 2.0RC3 released
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 05, 2008, 12:02:08 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.0RC3 released
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 3 ... 10 Go Down Print
Author Topic: JSMF 2.0RC3 released  (Read 26588 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
JSMF 2.0RC3 released
« on: November 19, 2006, 07:05:57 PM »

JSMF 2.0RC3 marks another significant step forward with successful rewrite of cache handling and user id storage.  Please check the changelog for all the changes in this version. 

The only piece of software in the package that has changed is the component, com_smf_2_0.zip.  I will begin uploading the separate modules, plugins, and mambots this week to the remository.

You can find the latest version of the JSMF user guide here in PDF format.  It will be uploaded to the remository later today or tomorrow.

Updated @330pEST - Verified all files in UTF-8 format

Patch to correct jump-to links attached now as file JSMF_2_0_RC3_1_patch_1.zip and only contains the file smf.class.php.  Extract in your joomla root after backing up components/com_smf/.

Found a bug with anchors where #top on one page gets the cached url of #top on another page.  There may be more instances of this situation where anchor #1 takes you to another page, or simply #.  I am working to resolve this.  It should only occur with links that have anchors in them.
« Last Edit: November 20, 2006, 06:44:28 PM by -Wolverine » 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.0RC3 released
« Reply #1 on: November 19, 2006, 07:06:32 PM »

I have created a patch that can be applied rather than installing the component.  This is the first patch I have done and released so please make a backup of the target directories before attempting to patch. 

Patch Instructions:
You must have a JSMF 2.0 version installed to patch!!!  This is NOT compatible with 1.1.X versions!
  • Extract JSMF_2_0_RC2_patch.zip to your Joomla! root
  • Access JSMF configuration
  • Verify all radios have a selection(Enable or Disable) and click save

You may receive the following error messages in the configuration.  This is due to new variables being added with this version.  Once you select each radio and click save these new variables will be added to the database and you should no longer receive any error messages.
Code:
Notice: Undefined property: stdClass::$use_function_cache in C:\www\xampp\htdocs\joomla1011_smfrc3\administrator\components\com_smf\admin.smf.class.php on line 295

Notice: Undefined property: stdClass::$def_keywords in C:\www\xampp\htdocs\joomla1011_smfrc3\administrator\components\com_smf\admin.smf.html.php on line 673

Notice: Undefined property: stdClass::$def_keywords in C:\www\xampp\htdocs\joomla1011_smfrc3\administrator\components\com_smf\admin.smf.html.php on line 677

Notice: Undefined property: stdClass::$use_function_cache in C:\www\xampp\htdocs\joomla1011_smfrc3\administrator\components\com_smf\admin.smf.html.php on line 789

Notice: Undefined property: stdClass::$use_function_cache in C:\www\xampp\htdocs\joomla1011_smfrc3\administrator\components\com_smf\admin.smf.html.php on line 793

Updated @330pEST 11/20/2006 - verified UTF-8 file format
« Last Edit: November 20, 2006, 03:40:49 PM by -Wolverine » Logged

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

Karma: +0/-0
Offline Offline

Posts: 7


View Profile
Re: JSMF 2.0RC3 released
« Reply #2 on: November 19, 2006, 07:53:42 PM »

Nice work. Thanks Wolverine Smiley
Logged
GlingGlo
Joomla Pro
**

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0RC3 released
« Reply #3 on: November 20, 2006, 12:21:23 AM »

Hi, i followed the instructions to update the patch, and when i was on the config page i saw all strange characters instead of spanish accented letters, so just to check weather it was happening before or itīs a patch issue, i deleted both /administrator/components/com_smf and /components/com_smf and copied the backuped directories to revert.

I get this error now:

Code:
Cache_Lite : Unable to write cache file : /home/myuser/public_html/administrator/components/com_smf/cache/db/cache_e/cache_c21f969b5f03d33d43e04f8f136e7682_12f59b1c893d7ae3e3b88c59332c581

Cheers,
NiCo
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC3 released
« Reply #4 on: November 20, 2006, 12:28:23 AM »

cache directory permissions... you need to chmod /home/myuser/public_html/administrator/components/com_smf/cache/db/ to a perm level that the webserver can write too. 
Logged

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

Karma: +18/-5
Offline Offline

Posts: 173


View Profile WWW
Re: JSMF 2.0RC3 released
« Reply #5 on: November 20, 2006, 01:17:55 AM »

Great work! Finally! Grin

I've installed using the patch without a hitch (without the error messages). Here's a question and a problem Wink

What exactly does disabling Cache User Array do? What will happen if Joomla's user id's and SMF's user id's do not correlate? Will profile links and PM messeges be redirectly incorrectly?

Secondly, adding a poll in existing posts works now. However, the jump-to links still do not (at least for me). Here's an example of a URL generated in the jump-to menu:

http://www.simbunch.com/index.php?option=com_smf&Itemid=8&board,10.0/

As you can see, the first part of the url (up to "Itemid=8&") is not joomla "SEF'ed", whereas the second part of the URL (board,10.0/) is. Disabling Function Caching does not help. I have Joomla's SEF enabled.

Thanks for RC3 once again! Smiley

Regards, Mike
« Last Edit: November 20, 2006, 01:37:05 AM by p9939068 » Logged

-----
Owner of http://mike.simbunch.com
Creator of ParaInvite, AJAX Sandbox, AJAX SMF Polls, Profile URL etc..
Klabautermann
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 20


View Profile
Re: JSMF 2.0RC3 released
« Reply #6 on: November 20, 2006, 03:43:52 AM »

Hello, i cant find the RC3 here on the board. Can someone please tell me where i can get it? Thanks

Please forgetmy post, have found it here  Wink
« Last Edit: November 20, 2006, 03:53:14 AM by Klabautermann » Logged
Jordan
Joomla Pro
**

Karma: +3/-31
Offline Offline

Posts: 58



View Profile WWW
Re: JSMF 2.0RC3 released
« Reply #7 on: November 20, 2006, 06:42:53 AM »

If you registered on this site, its below the first post.

Wolverine, I am still having that one problem:
Code:
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/.beardsley/morningflames/xboxuserspace.com/administrator/components/com_comprofiler/comprofiler.class.php on line 1738
Edit Your Details
Its above the Tabs when I edit my profile. But I can successfully edit though...
Logged

asteroidjay
Joomla Newbie
*

Karma: +3/-1
Offline Offline

Posts: 47


View Profile
Re: JSMF 2.0RC3 released
« Reply #8 on: November 20, 2006, 12:04:31 PM »

My profile links are going to /component/option,com_comprofiler/Itemid,105/task,userProfile/user,64/
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)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC3 released
« Reply #9 on: November 20, 2006, 12:39:48 PM »

If you registered on this site, its below the first post.

Wolverine, I am still having that one problem:
Code:
Warning: htmlspecialchars() expects parameter 1 to be string, array given in /home/.beardsley/morningflames/xboxuserspace.com/administrator/components/com_comprofiler/comprofiler.class.php on line 1738
Edit Your Details
Its above the Tabs when I edit my profile. But I can successfully edit though...
that is a CB problem apparently although I have not seen it on my test sites.  Check on joomlapolis
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.0RC3 released
« Reply #10 on: November 20, 2006, 12:40:35 PM »

My profile links are going to /component/option,com_comprofiler/Itemid,105/task,userProfile/user,64/
ok, not sure I know what is wrong here, what is the problem?  That link is valid.
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.0RC3 released
« Reply #11 on: November 20, 2006, 12:43:39 PM »

Great work! Finally! Grin

I've installed using the patch without a hitch (without the error messages). Here's a question and a problem Wink

What exactly does disabling Cache User Array do? What will happen if Joomla's user id's and SMF's user id's do not correlate? Will profile links and PM messeges be redirectly incorrectly?
No, the id will be queried from the database.  So your database might get hit 15 times on a page if the page has 15 topics from 15 different people, for example.  The good part is that with function caching anything we query from the database will be available via cache to everyone for 5 minutes.  So one query every five minutes, if function caching is enabled.

Secondly, adding a poll in existing posts works now. However, the jump-to links still do not (at least for me). Here's an example of a URL generated in the jump-to menu:

http://www.simbunch.com/index.php?option=com_smf&Itemid=8&board,10.0/

As you can see, the first part of the url (up to "Itemid=8&") is not joomla "SEF'ed", whereas the second part of the URL (board,10.0/) is. Disabling Function Caching does not help. I have Joomla's SEF enabled.

Thanks for RC3 once again! Smiley

Regards, Mike
That is very strange, I specifically tested that functionality.  I will take a look.
Logged

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

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0RC3 released
« Reply #12 on: November 20, 2006, 12:44:57 PM »

cache directory permissions... you need to chmod /home/myuser/public_html/administrator/components/com_smf/cache/db/ to a perm level that the webserver can write too. 

Thanks that was it  Wink

So i confirmed that after applying the patch, the spanish accented letters are not correctly displayed. I enclose you 2 pngīs one of before the patch and one after the patch having been applied. Something must have changed i guess  Huh

Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0RC3 released
« Reply #13 on: November 20, 2006, 01:16:58 PM »

probably in the way that I created the patch using shell scripts.  Let me regenerate it the old fashioned way by windows copy paste and see if that fixes it.  Or I guess it could be that I saved the files in the wrong format after the last update.  I will check both and update you soon.
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.0RC3 released
« Reply #14 on: November 20, 2006, 01:31:04 PM »

ok, not sure I know what is wrong here, what is the problem?  That link is valid.
task,userProfile as you listed is definitely CB.  SMF is action,profile.  Here is both for you to view:

Code:
/component/option,com_comprofiler/Itemid,105/task,userProfile/user,64/
/component/option,com_smf/Itemid,144/action,profile/u,1/
Logged

Need help?  Check Here First!
Get the JSMF User Guide
SEARCH this forum.
Pages: [1] 2 3 ... 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
Search Contact About Advertise Blogs Topsites Submit News Register Login