templates - mosMainBody not displaying com_content -


on old joomla installation (version 1.0.13), i've been asked come in fresh , see if can figure out.

everything working ok , permissions set correctly.

this error due because of "too new" php version (newer 5.3.x) on old joomla installations.

one workaround downgrade php version.

another, in case not keen upgrade joomla version or downgrade php version, is:

  • go [webroot]includes/cache/lite/function.php.

and find

$arguments = func_get_args();a 

replace following code:

$arguments = func_get_args(); $numargs = func_num_args(); for($i=1; $i < $numargs; $i++) {   $arguments[$i] = &$arguments[$i]; } 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -