Quote:
Originally Posted by JirQUEST
I got this:
Fatal error: Cannot redeclare cache_styles() in /xxxxx/includes/local_links_include.php on line 1120
Latest LDM version with vB3.6.8 PL 2
[EDIT] I just found out it clashed with vB Ad Management. What can I do to allow both modifications to work together?
|
somebody else obviously had the same problem I had and found the same solution
edit includes/local_links_include.php. cache_styles appears three times - at about lines 1120, 1145 and 1157. Change each of them to, e.g., ldm_cache_styles. That should solve the problem. I'll fix this permanently in the next release.