Форуми / Cotonti / Extensions / Support / 0.0.6 and events plugin

Kingsley
#1 21.07.2009 23:15
Fatal error: Call to undefined function sed_build_bbcodes() in /home/p2457/domains/urbancrusaders.nl/public_html/site/plugins/events/inc/events.add.inc.php on line 102

this error I get when tring to submit a new event..

ideas anyone?
(I know, time to learn php..)
Trustmaster
#2 21.07.2009 23:19
No, it isn't. It's safe to comment lines with sed_build_bbcodes and sed_built_smilies there.
May the Source be with you!
Areal
#3 30.07.2009 01:33
The same problem...

Та же проблема. Закомментить можно, но тогда как события вбивать без BB code =( Видимо стоит обсуждать сие с автором плагина.
Trustmaster
#4 30.07.2009 01:40
Вообще-то sed_build_bbcodes() - эта функция сейчас ничего не делает и к парсингу ббкода никакого отношения не имеет.

Sorry for Russian :-)
May the Source be with you!
SparrozzoIT
#5 30.07.2009 02:35
same problem...How can fix it ?
Kingsley
#6 30.07.2009 06:52
@ SparrozzoIT

# Trustmaster : No, it isn't. It's safe to comment lines with sed_build_bbcodes and sed_built_smilies there.

What he means by this:

open up /plugins/events/inc/events.add.inc.php and put a // before the lines 102 & 103

example:
//$bbcodes = ($cfg['plugin']['events']['parsebbcode']) ? sed_build_bbcodes('newevent', 'neventtext',$L['BBcodes']) : '';
//$smilies = ($cfg['plugin']['events']['parsesmilies']) ? sed_build_smilies('newevent', 'neventtext',$L['Smilies']) : '';

do the same with /plugins/events/inc/events.edit.inc.php on lines 116 & 117

example:
//$bbcodes = ($cfg['plugin']['events']['parsebbcode']) ? sed_build_bbcodes('update', 'reventtext',$L['BBcodes']) : '';
//$smilies = ($cfg['plugin']['events']['parsesmilies']) ? sed_build_smilies('update', 'reventtext',$L['Smilies']) : '';

I think this part still points to the textboxer from seditio, and therefore it doesn't work anymore.
Trustmaster
#7 30.07.2009 15:10
Kingsley:
I think this part still points to the textboxer from seditio, and therefore it doesn't work anymore.
Exactly!
May the Source be with you!
SparrozzoIT
#8 30.07.2009 20:31
# Kingsley : @ SparrozzoIT



What he means by this:

open up /plugins/events/inc/events.add.inc.php and put a // before the lines 102 & 103

example:
//$bbcodes = ($cfg['plugin']['events']['parsebbcode']) ? sed_build_bbcodes('newevent', 'neventtext',$L['BBcodes']) : '';
//$smilies = ($cfg['plugin']['events']['parsesmilies']) ? sed_build_smilies('newevent', 'neventtext',$L['Smilies']) : '';

do the same with /plugins/events/inc/events.edit.inc.php on lines 116 & 117

example:
//$bbcodes = ($cfg['plugin']['events']['parsebbcode']) ? sed_build_bbcodes('update', 'reventtext',$L['BBcodes']) : '';
//$smilies = ($cfg['plugin']['events']['parsesmilies']) ? sed_build_smilies('update', 'reventtext',$L['Smilies']) : '';

I think this part still points to the textboxer from seditio, and therefore it doesn't work anymore.

Dear Kingsley...you are my God. :D

tnx at all for support me !
GHengeveld
#9 30.07.2009 20:38
I'll release a new version of the events plugin in a few weeks. I'm moving the client's site who I built the plugin for to 0.6.1 soon, so I'll have to fix this anyway.