Quote:
Originally Posted by maroceve
guys here is an error i get when i have both the link manager and the Photopost random cmps block enabled on the same page.
Fatal error: Cannot redeclare empty_category() (previously declared in /home/maroceve/public_html/forums/includes/local_links_include.php:2935) in /home/maroceve/public_html/forums/includes/functions_gallery.php on line 2069
Anyone have a fix ? thanks 
|
Yes, known problem, fixed in the 2.2.6 beta. If you want to get your hands dirty, you need to change definitions of/calls to empty_category() and delete_category() throughout the code. From 2.2.6 these will be named empty_ldm_category, etc.
Sorry for the unintended conflict.