Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Has anyone had any luck with the adv_general_sweep_add feature? I need some advice in the way of opening the Surfacing module when activating my module. Thus far I have the following
:after-initialization '(if (equal (sd-module-active-p "SURFACING") nil) (progn
(sd-display-alert "Activating the Surfacing module" :icon :info :auto-close-time 1.25)
(sd-module-activate "SURFACING") ) );if
This function works great on my test machine, but when after I upload it to the servers and try it on a non-test-mach. it throws up this error