forum.easy-joomla.org

Projects/Projekte => J! 1.5.x Serie - EasyBook 2 => Thema gestartet von: blake am 31. 08. 2008 09:38



Titel: Error displayed on mod_eblastposts - j15version
Beitrag von: blake am 31. 08. 2008 09:38
hello,
I've manage to display lastpost module for easybook2  j15 (downloaded from svn)
but at the top portion displayed php array. how to fix this ?
I attach the screenshot
 


Titel: Error displayed on mod_eblastposts - j15version
Beitrag von: djroger am 10. 09. 2008 00:50
Hy, i have the same problem.
Anybody knows how to solve this?


Titel: Error displayed on mod_eblastposts - j15version
Beitrag von: mtriper am 10. 09. 2008 21:20
It took me to 2 hours to get this installed, and then I too got stuck with this error (arrays showing) on the top portion of the module.

To fix it (or work around) I've disabled the lines that do word length stuff on mod_eblastposts.php

lines 30 & 31 of  mod_eblastposts.php should look as follows:

Code:
//if($params->get('wordlength'))
// modEbLastPosts::wordwrap($posts, (int)$params->get('wordlength'));

It worked for me so I hope this helps....


Powered by SMF 1.1.7 | SMF © 2006, Simple Machines LLC