2011-02-11, 23:46:13
madvic Wrote:Hello,
I have an error in 3.0B with exec-php in debug mod :
(testing with version 1.1.2)
Code:Warning: Missing argument 1 for show_articles(), called in
D:\ZMWS\_web.zmwsc\GetSimple_3.0Beta_r307\plugins\zzzz_exec-php.php(30) : eval()'d code on line 2 and defined in
D:\ZMWS\_web.zmwsc\GetSimple_3.0Beta_r307\plugins\news_manager.php on line 222
Thanks
I correct with :
Code:
<?php show_articles(0); ?>
and an another error :
Code:
Notice: Undefined variable: index in
D:\ZMWS\_web.zmwsc\GetSimple_3.0Beta_r307\plugins\news_manager.php on line 234
Notice: Undefined variable: pages in
D:\ZMWS\_web.zmwsc\GetSimple_3.0Beta_r307\plugins\news_manager.php on line 234
Thanks