ERROR:libraries/joomla/html/html.php on line 87 SOLVED - Joomla! Forum - community, help and support
i had joomla 1.5.9 had error occure
that makes can not change acces level, main menu , usermenu dissappear.
i search on google , found how fix, had replace
return call_user_func_array( array( $classname, $func ), $args );
to code
return call_user_func_array( array( $classname, $func ), &$args );
it's works there's still problem, main menu , user menu not appear
please me....
ps: not sure, happen after install content image smartresizer. still had problem after disable it.
code: select all
libraries/joomla/html/html.php on line 87that makes can not change acces level, main menu , usermenu dissappear.
i search on google , found how fix, had replace
return call_user_func_array( array( $classname, $func ), $args );
to code
return call_user_func_array( array( $classname, $func ), &$args );
it's works there's still problem, main menu , user menu not appear
please me....
ps: not sure, happen after install content image smartresizer. still had problem after disable it.
problem solved.....its need upgrading 1.5.26, because ancient 1.5.9 not compatible php version.
download full pack, extract on local pc, upload files , folder server except installation folder. dont forget backup first.
done
problem solved, not
but also
getting lost module.
download full pack, extract on local pc, upload files , folder server except installation folder. dont forget backup first.
done
problem solved, not
code: select all
libraries/joomla/html/html.php on line 87but also
code: select all
public_html/joomla/libraries/joomla/cache/handler/callback.php on line 99getting lost module.
Comments
Post a Comment