I have two identical installs of 1.2. Both running on same server, different VH.
The only notable difference is that the one I now experience problems with, had FEU installed. I
later chose to uninstall it and use a different route. That's when my error log began filling up with the
following error:
Code: Select all
PHP Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argumented is expected to be a valid callback, 'cms_module_Lang' was given in /usr/local/www/CMSMS2/lib/classes/class.module.inc.php on line 2003
Code: Select all
1994 function Lang()
1995 {
1996 $this->LoadLangMethods();
1997
1998 //Push $this onto front of array
1999 $args = func_get_args();
2000 array_unshift($args,'');
2001 $args[0] = $this;
2002
2003 return call_user_func_array('cms_module_Lang', $args);
2004 }
I found no information regarding the module indicating once installed it could/should not be uninstalled.
Has anyone else run into this? Does anyone know what needs to be done to correct this?
Thank you for your time and consideration.
edit
Forgot to note:
System - UNIX
Server - Apache 1.3.x
PHP - 4.4.x
MySQL - 4.1.x

