I encoutered a problem in docman 1.3R2 component of joomla! in windows which i don't in linux.
PHP Fatal error: Cannot redeclare themeConfig:details_homepage in ***/components/com_docman/themes/default/themeConfig.php on line 36, referer: ***
go to that themeConfig.php file and see this:
32 var $details_updated = "1";^M
33 var $details_homepage = "1";^M
34 var $details_crc_checksum = "0";^M
35 var $details_md5_checksum = "0";^M
36 var $details_homepage = "1";^M
37 var $task_details = "1";^M
Line 36 is a duplicate of line 33, so I simply remove line 36 and save the file. DOCMan works great afterward.
1 comment:
Hey Man! Thanks!!! I just installed DocMan and got the error you noted...after checking the other links that came up in my search (all non-English) I found yours. THANKS! That took care of my problem. Have a great day!
Post a Comment