frameless issue in 1.5.0-000 (Rev 2235)
Moderator: fanno
8 posts
• Page 1 of 1
frameless issue in 1.5.0-000 (Rev 2235)
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 )
replace with:
-Sorry
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
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7669
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: frameless issue in 1.5.0-000 (Rev 2235)
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:
Also, for those using search. The error this was causing was "No output buffer was generated by this JFusion Plugin"
Thanks!
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!
-

Goosemoose - JFusion Novice

- Posts: 44
- Joined: Sun Apr 13, 2008 2:26 am
Re: frameless issue in 1.5.0-000 (Rev 2235)
- 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
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7669
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: frameless issue in 1.5.0-000 (Rev 2235)
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.
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.
-

Goosemoose - JFusion Novice

- Posts: 44
- Joined: Sun Apr 13, 2008 2:26 am
Re: frameless issue in 1.5.0-000 (Rev 2235)
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
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7669
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: frameless issue in 1.5.0-000 (Rev 2235)
I update at least monthly. I believe it said 1.2.xx not sure what the last part was.
-

Goosemoose - JFusion Novice

- Posts: 44
- Joined: Sun Apr 13, 2008 2:26 am
Re: frameless issue in 1.5.0-000 (Rev 2235)
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
_________________________________
Developer
Specialist on SMF, DokuWiki , Mantis, Eventum, Mediawiki, Universal plugin
Review us at!
http://extensions.joomla.org/extensions/3723/details
-

fanno - Developer

- Posts: 7669
- Joined: Wed Jan 07, 2009 4:38 pm
- Location: Denmark, Copenhagen
Re: frameless issue in 1.5.0-000 (Rev 2235)
Strange. Everything's working fine now though, so I'm good!
-

Goosemoose - JFusion Novice

- Posts: 44
- Joined: Sun Apr 13, 2008 2:26 am
8 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 2 guests
