for example, i'am making plugin (udt):
Code: Select all
function my_name() {
echo 'test';
}
Code: Select all
Fatal error: Cannot redeclare my_name() (previously declared in /home/users/test/public_html/inetic/lib/content.functions.php(856) : eval()'d code:8) in /home/users/test/public_html/inetic/lib/content.functions.php(856) : eval()'d code on line 4
can it be becouse of multilingual modification ?
one funny thing, when i get preview of page in admin area it works fine

please help and thanks