Home arrow Forum Problem with JSMF after updating to php5 (from 4)
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 11:06:00 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)
| | | |-+  Problem with JSMF after updating to php5 (from 4)
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Problem with JSMF after updating to php5 (from 4)  (Read 1166 times)
Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Problem with JSMF after updating to php5 (from 4)
« on: October 04, 2008, 03:27:01 PM »

Hi,
I've been using the jsmf bridge for ages now and must say it's brilliant.

However, after updating to php5 yesterday I noticed some problems with the bridge.
Some topics are suddenly not shown anymore, for example a thread has 2 pages and you click on the link to show the last post and that is shown. When you then click on the link of the first page you suddenly get an empty page (without errors though).

When I open the SMF forum outside of joomla the page is shown correctly.

Example:
In joomla: http://www.clanspace.nl/component/option,com_smf/Itemid,57/topic,15.0/
Outside of joomla: http://www.clanspace.nl/forum/index.php/topic,15.0.html

This also happens without SEF url's on 2 other sites of mine (hosted on the same server, also using joomla, smf and jsmf).

I'm using Joomla 1.0.15 and SMF 1.1.6 and the latest version of the bridge (which still worked well after the last SMF update and until the php update)
I'm not using any caching for SMF.

I turned on debugging on one of my sites and opened a forum page that would generate an empty page.
Below is the result of that, hope anyone here can help me out...
(debug result in the next post, it was too long)
« Last Edit: October 04, 2008, 03:32:39 PM by Lag » Logged
Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #1 on: October 04, 2008, 03:29:55 PM »

Code:
DEBUG

--------------------------------------------------------------------------------
 
SEARCH: http://www.stichting-gameweekend.org/forum/index.php?action=register
REPLACE: http://www.stichting-gameweekend.org/index.php?option=com_comprofiler&task=registers
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: http://www.stichting-gameweekend.org/forum/index.php?action=reminder
REPLACE: http://www.stichting-gameweekend.org/index.php?option=com_comprofiler&task=lostPassword
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: var smf_scripturl = "http://www.stichting-gameweekend.org/forum/index.php";
REPLACE: var smf_scripturl = "http://www.stichting-gameweekend.org/forum/index.php";var jsmf_scripturl = "http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&";var jsmf_quoteurl = "http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&"; var smf_session_id = "3cb78f5df5c22a65e96038395c4338e3";
STATUS: Not found in buffer
goes on much longer with the same kind of messages:
Logged
Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #2 on: October 04, 2008, 03:30:44 PM »

Code:
--------------------------------------------------------------------------------
 
SEARCH: form action="http://www.stichting-gameweekend.org/forum/index.php?action=quickmod2;topic=68.45"
REPLACE: form action="http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&action=quickmod2;topic=68.45"
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: form action="http://www.stichting-gameweekend.org/forum/index.php"
REPLACE: form action="http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&"
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: form action="http://www.stichting-gameweekend.org/forum/index.php?action=post2"
REPLACE: form action="http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&action=post2"
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: href="http://www.stichting-gameweekend.org/forum/index.php?action=help"
REPLACE: href="http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&action=help"
STATUS: Not found in buffer

--------------------------------------------------------------------------------
 
SEARCH: href="http://www.stichting-gameweekend.org/forum/index.php?action=search"
REPLACE: href="http://www.stichting-gameweekend.org/index.php?option=com_smf&Itemid=63&action=search"
STATUS: Not found in buffer

--------------------------------------------------------------------------------
Thanks in advance!
Logged
locutus
Joomla Expert
****

Karma: +26/-48
Offline Offline

Posts: 249


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #3 on: October 06, 2008, 03:27:32 AM »

Hi Lag,

You forgot one crucial thing to mention; to which version of PHP did you upgrade?

There are some issues known. Please take a look over here: http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,4600.0
« Last Edit: October 06, 2008, 03:30:16 AM by locutus » Logged

Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #4 on: October 06, 2008, 06:37:47 AM »

it's 5.2.6, just checked out the link that you posted and was able to fix the problem by editing the smf.class.php (the .htaccess option didn't work) as posted here:
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,4589.msg20446#msg20446

though that leaves me with the same problem as the others: no css is used for the first page (of a 2-paged topic) when opening the url in joomla.
Logged
locutus
Joomla Expert
****

Karma: +26/-48
Offline Offline

Posts: 249


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #5 on: October 06, 2008, 09:11:53 AM »

I have made a comprehensive FAQ about JSMF over at my site: http://locutusweb.asw15.org/index.php/topic,9.0.html There is a third option to fix this problem and maybe the css tip in the faq can help.
Logged

Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #6 on: October 06, 2008, 12:27:07 PM »

brilliant!
option 3 did the trick \o/

thanks!
Logged
Lag
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: Problem with JSMF after updating to php5 (from 4)
« Reply #7 on: October 14, 2008, 01:24:58 PM »

unfortunately it did fix the problem, but created a new one:

now people can't create new topics anymore, modify them or reply to them by using the regular (non-quick) reply option because the text box where you're supposed to type doesn't show...

any fix for that?

(again: outside of the bridge everything still works)

thanks in advance!
Logged
Pages: [1] 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