Home arrow Forum JSMF 2.0 Beta 3
  Welcome, Guest. Please login or register.
Did you miss your activation email?
October 13, 2008, 12:40:06 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.0 Beta 3
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 3 [4] 5 6 ... 14 Go Down Print
Author Topic: JSMF 2.0 Beta 3  (Read 37402 times)
TuXie
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


Coder Thinks...


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #45 on: September 16, 2006, 08:55:45 AM »

Thanks.
Logged

-Wolverine
Moderator
Joomla Guru
*****

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #46 on: September 16, 2006, 10:41:12 AM »

Is this release ok with joom!fish, changeing languages as well as joomla do?
this does not work with joomfish at this time.  It is something I have put on the roadmap though.
Logged

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

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #47 on: September 16, 2006, 10:41:52 AM »

When in the installation istructions "Uninstall all previous versions of modules/mambots/plugins" do you mean those realted to JSMF or are you saying that ALL modules/mambots/plugins need to be deleted out of Joomla?
just JSMF software... haha!  Grin
Logged

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

Karma: +1/-0
Offline Offline

Posts: 26


View Profile
Re: JSMF 2.0 Beta 3
« Reply #48 on: September 16, 2006, 12:37:01 PM »

Ok folks.
Just for sharing with you all..

I tried out the bret CB SMF plugins.
I don't know if something is wrong with my CMS but i got blank pages if the plugin were published.

Dubugging I noticed such common code into the plugins core phps:

Code:

...
else // The only other thing you could be using is Joomlahacks.
             {
                  require($mosConfig_absolute_path . '/administrator/components/com_smf/config.smf.php');
                  $mySMFpath = $smf_path;
             }



With my surprise in my joomlahacks bridge I don't have any config.smf.php neither in the indicated path.

Looking old 1.* (joomlahacks) smf bridge structure i found that file and worked for a workaround.

So, i changed the code abode with:

Code:

...
else // The only other thing you could be using is Joomlahacks.
             {
              //    require($mosConfig_absolute_path . '/administrator/components/com_smf/config.smf.php');
                  $mySMFpath = 'forum';
             }


where forum is the subdirectory where is installed smf.

(http://mysite.tld/forum/ to reach the forum directly).


I know this is not a workaround but a *really and badly quick & dirty* solution but it works.

I hope some mate more expert of me in php code could enhance it and produce a good fix.

Thanks.

Logged
Crim
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #49 on: September 16, 2006, 01:26:20 PM »

Just double checking the Login, Main component and Mambot were the only things that got changed.

Also when the mambot creates the thread and link back to the article it is missing the index.php? it only shows what comes after it leadin to a article that doesn't work.
Logged

mike
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 24


We have Room...


View Profile
Re: JSMF 2.0 Beta 3
« Reply #50 on: September 16, 2006, 04:35:56 PM »

Regarding the discussbot, I still get a br / at the end of each line, and another one in every empty line. Looks like a few less than before, but still creating multiple linespaces where there should only be one. And I was using that word doc file I uploaded to ya.   Undecided
Logged
arco
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 11


View Profile
Re: JSMF 2.0 Beta 3
« Reply #51 on: September 16, 2006, 04:37:24 PM »

Is the issue with the following error resolved in wrapped/SEO mode with this version? This happens for instance when pressing save in features and options.

Code:
An Error Has Occurred!
Unable to load the 'main' template.
Logged
Gabriel
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0 Beta 3
« Reply #52 on: September 16, 2006, 05:29:43 PM »

Ok I've searched this forum high and low for solutions so I guess I'll ask my issue here. Not sure if the post above is the answer to this question or not if it is I apologize.

I decided to upgrade all of my files just due to the fact I was having issues with joomla/smf synching up the user names. So now I'm upgraded to these stats.

Joomla 1.0.11
SMF Forums 1.1 RC3
JSMF 2.0 Beta 3
Apache 1.3.36
PHP 4.4.2
MYsql 4.1.19 Standard


I know it's the bridge because logins worked fine for joomla and smf then as soon as I installed the brige now everytime I log in it goes directly to a blank white screen. Did I miss the fix for this? One post said it was the configurations but I'm doubting it. RC2 worked ok with only the issue of a slight registration problem into both the SMF and CMS records. So any ideas?

Any help would be appreciated if a fix has been found or a reason or even a workaround Smiley

PS: Sorry wolverine I hope this is the correct thread you were speaking of.
I'll also look into trying the above and see if that helps the issue.

PS2: Thank you guys for a great product as well. It's appreciated and you guys work your asses off Smiley

Thanks guys,
-Gabe
« Last Edit: September 16, 2006, 05:31:37 PM by Gabriel » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #53 on: September 16, 2006, 05:32:43 PM »

Regarding the discussbot, I still get a br / at the end of each line, and another one in every empty line. Looks like a few less than before, but still creating multiple linespaces where there should only be one. And I was using that word doc file I uploaded to ya.   Undecided

well, not sure because we don't add any breaks(<br />).  I add a newline when a </p> end tag is found.  I used your document and got a good result.  so my only guess is it might be your wysiwyg editor...
Logged

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

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #54 on: September 16, 2006, 05:35:26 PM »

Ok I've searched this forum high and low for solutions so I guess I'll ask my issue here. Not sure if the post above is the answer to this question or not if it is I apologize.

I decided to upgrade all of my files just due to the fact I was having issues with joomla/smf synching up the user names. So now I'm upgraded to these stats.

Joomla 1.0.11
SMF Forums 1.1 RC3
JSMF 2.0 Beta 3
Apache 1.3.36
PHP 4.4.2
MYsql 4.1.19 Standard


I know it's the bridge because logins worked fine for joomla and smf then as soon as I installed the brige now everytime I log in it goes directly to a blank white screen. Did I miss the fix for this? One post said it was the configurations but I'm doubting it. RC2 worked ok with only the issue of a slight registration problem into both the SMF and CMS records. So any ideas?

Any help would be appreciated if a fix has been found or a reason or even a workaround Smiley

PS: Sorry wolverine I hope this is the correct thread you were speaking of.
I'll also look into trying the above and see if that helps the issue.

PS2: Thank you guys for a great product as well. It's appreciated and you guys work your asses off Smiley

Thanks guys,
-Gabe
known problems and solutions have some answers for this in the Joomla-SMF 1.1.X forum.  But mainly you need to turn joomla error reporting to maximum, turn on joomla debug, and check your php error_log.
Logged

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

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #55 on: September 16, 2006, 05:36:32 PM »

Is the issue with the following error resolved in wrapped/SEO mode with this version? This happens for instance when pressing save in features and options.

Code:
An Error Has Occurred!
Unable to load the 'main' template.
it would help if you would post your SMF version...


are you using the default SMF template?
« Last Edit: September 16, 2006, 05:48:36 PM by -Wolverine » Logged

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

Karma: +1/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0 Beta 3
« Reply #56 on: September 16, 2006, 06:43:15 PM »

known problems and solutions have some answers for this in the Joomla-SMF 1.1.X forum.  But mainly you need to turn joomla error reporting to maximum, turn on joomla debug, and check your php error_log.

My error log just says this and I tried it over and over again to make sure the login to the white screen was setting it off. Lol it says /404.shtml does not exist. *confused look*

As for the earlier work arounds in 1.1x I don't have a functions.smf.php in 2.0's Admin component section :S Is there supposed to be one?  my favicon.ico is missing too but I fixed that Tongue *snickers*

Other then that I'm looking around the coding to try to see if there's something out of the ordinary.
Logged
Gabriel
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0 Beta 3
« Reply #57 on: September 16, 2006, 07:27:25 PM »

Ok I fixed it. Just me being an idiot. First off all I had to clear my SMF members db then retransfer the members back into the DB. "maybe went screwy the first time."

SECONDLY BIG BIG BIG secondly. Apparently Globals really need to be off Tongue I flipped the 1 to a 0 in my globals.php then I needed to figure a way to turn off the globals on my server since I don't have access to php.ini.

I went ahead and threw this code into my htaccess.txt changed the name off to .htaccess.

Code is this in case anyone else can't turn their server globals off either.

Under
RewriteEngine On

Put php_flag register_globals off

Anyhow most see the big red text in the joomla admin page and go eh globals are on no big deal my site still works. This may be something you wish to switch off for those getting white screens of doom. Be aware flipping them off may cause other mod's etc not to work properly.

Thanks for the attempted help and thanks for the great software keep it up guys!

-Gabe
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +375/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta 3
« Reply #58 on: September 16, 2006, 07:29:03 PM »

not sure I helped but many thanks for posting your solution!
Logged

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

Karma: +1/-0
Offline Offline

Posts: 5


View Profile
Re: JSMF 2.0 Beta 3
« Reply #59 on: September 16, 2006, 07:39:30 PM »

Well I spoke a second too soon, even though the 'login' problem fixed I just found out at the end of 'registering' I get another white screen. Sighs.. So one white screen down .. One to go.

index.php?option=com_smf&Itemid=91&action=register2 It's when using the SMF registration thats the page it gets all butt hurt at. Trying work arounds though. Least I know where to look this time. *laughs*

-Gabe

Ok last post so I don't get annoying. Figured out this fix too. At least for me.

White screen on login = Check your global settings in global.php to 0, insert .htaccess file above to turn off global settings on server.

White Screen on Register = Check your sql files in php admin and find your _users entry. See if "ID" is auto incrimented. If not execute sql modification
ALTER TABLE `jos_users` CHANGE `id` `id` MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT

Of course altering jos_users to whatever your using as a name for your storage files.

This should fix the white screen issues. Make sure all your settings are correct on files/folders and your using the proper index.php in your root directory like wolverine setup.

Hope this works if anyone else has issues with this.

(So it was a settings problem ;p ;p)

-Gabe
« Last Edit: September 16, 2006, 08:19:23 PM by Gabriel » Logged
Pages: 1 2 3 [4] 5 6 ... 14 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