problem with docman - Joomla! Forum - community, help and support
hi, have installed docman on joomla website , created menu item linking component, doesn't work.
all see when click on menu item is
fatal error: cannot redeclare themeconfig::$details_homepage in /var/www/retestudentesca/components/com_docman/themes/default/themeconfig.php on line 36
what should sort out?
thanks
all see when click on menu item is
fatal error: cannot redeclare themeconfig::$details_homepage in /var/www/retestudentesca/components/com_docman/themes/default/themeconfig.php on line 36
what should sort out?
thanks

this know bug,
you need remove 1 line file.
inside "components/com_docman/themes/default/themeconfig.php"
commented out:
var $details_homepage = "1"; (it's in there twice, , that's once much)
corine
you need remove 1 line file.
inside "components/com_docman/themes/default/themeconfig.php"
commented out:
var $details_homepage = "1"; (it's in there twice, , that's once much)
corine
Comments
Post a Comment