frameless issue in 1.5.0-000 (Rev 2235)

Support specific to the SMF 1.1.x plugin.

Moderator: fanno

Forum rules
Please post all the bugs you encounter on our issue tracker.

frameless issue in 1.5.0-000 (Rev 2235)

Postby fanno on Wed Jul 07, 2010 5:23 pm

I created a bug by human error in this version for smf frameless...

I apologize!

http://code.jfusion.org/issues/708#note-1

fix:

find in /administrator/components/com_jfusion/plugins/smf/public.php
( http://code.google.com/p/jfusion/source ... ic.php#282 )

Code: Select all
      ob_start(array($this, 'callback'));
        $rs = include_once ($index_file);

replace with:

Code: Select all
        ob_start(array($this, 'callback'));
        $h = ob_list_handlers();
        $rs = include_once ($index_file);


-Sorry
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin


Review us at!
http://extensions.joomla.org/extensions/3723/details
User avatar
fanno
Developer
Developer
 
Posts: 7669
Joined: Wed Jan 07, 2009 4:38 pm
Location: Denmark, Copenhagen

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby Goosemoose on Wed Jul 07, 2010 9:25 pm

Of course I was using search to try and find this issue and it was listing at the top!

Note that the code I had to replace had an additional line:
Code: Select all
$rs = include_once ($index_file); ob_start(array($this, 'callback'));
$rs = include_once ($index_file);


Also, for those using search. The error this was causing was "No output buffer was generated by this JFusion Plugin"

Thanks!
User avatar
Goosemoose
JFusion Novice
JFusion Novice
 
Posts: 44
Joined: Sun Apr 13, 2008 2:26 am

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby fanno on Wed Jul 07, 2010 10:06 pm

Code: Select all
        ob_start(array($this, 'callback'));
        $h = ob_list_handlers();
        $rs = include_once ($index_file);


is not working for you ?

you code should not really be working the correct way.
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin


Review us at!
http://extensions.joomla.org/extensions/3723/details
User avatar
fanno
Developer
Developer
 
Posts: 7669
Joined: Wed Jan 07, 2009 4:38 pm
Location: Denmark, Copenhagen

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby Goosemoose on Thu Jul 08, 2010 1:05 am

Hi Fanno,

Yes, what you have is working fine. I was pointing out that to make it work I had to remove an extra $rs = include_once ($index_file); before the ob_start line in the original file.
User avatar
Goosemoose
JFusion Novice
JFusion Novice
 
Posts: 44
Joined: Sun Apr 13, 2008 2:26 am

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby fanno on Thu Jul 08, 2010 9:57 am

Goosemoose wrote:Hi Fanno,

Yes, what you have is working fine. I was pointing out that to make it work I had to remove an extra $rs = include_once ($index_file); before the ob_start line in the original file.

very odd do you remember what rev you had ?
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin


Review us at!
http://extensions.joomla.org/extensions/3723/details
User avatar
fanno
Developer
Developer
 
Posts: 7669
Joined: Wed Jan 07, 2009 4:38 pm
Location: Denmark, Copenhagen

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby Goosemoose on Thu Jul 08, 2010 6:38 pm

I update at least monthly. I believe it said 1.2.xx not sure what the last part was.
User avatar
Goosemoose
JFusion Novice
JFusion Novice
 
Posts: 44
Joined: Sun Apr 13, 2008 2:26 am

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby fanno on Thu Jul 08, 2010 7:08 pm

Goosemoose wrote:I update at least monthly. I believe it said 1.2.xx not sure what the last part was.

i look a while back in the svn history there was never a point where it looked like you said, dunno how that happen.
Fanno
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin


Review us at!
http://extensions.joomla.org/extensions/3723/details
User avatar
fanno
Developer
Developer
 
Posts: 7669
Joined: Wed Jan 07, 2009 4:38 pm
Location: Denmark, Copenhagen

Re: frameless issue in 1.5.0-000 (Rev 2235)

Postby Goosemoose on Fri Jul 09, 2010 5:57 pm

Strange. Everything's working fine now though, so I'm good!
User avatar
Goosemoose
JFusion Novice
JFusion Novice
 
Posts: 44
Joined: Sun Apr 13, 2008 2:26 am


Return to SMF 1.1.x

Who is online

Users browsing this forum: No registered users and 2 guests