Hi,
First of all, thanks for putting your efforts and releasing this great component. Very useful, indeed.
I installed the component (com_mailinglist-1.0.0.zip) and the plugin (plg_mailinglistupdater-1.0.0.zip), then tried to configure the former but had no luck.
Error msg in back-end: Unable to validate your Mailman server. Please enter correct settings.
I checked the logs, then realized that my open_basedir setting in php.ini was causing it. Is there a way to make this component work and still leave that setting on ? Securing Joomla and the server is a though task.
Error is:
[error] [client A.B.C.D] PHP Warning: curl_setopt() [<a href='function.curl-setopt'>function.curl-setopt</a>]: CURLOPT_FOLLOWLOCATION cannot be activated when in safe_mode or an open_basedir is set in /var/www/web4/web/administrator/components/com_mailinglist/lib/mailman.php on line 986, referer:
www.somedomain.com/administrator/index.p...st&task=settings
I set it off just to see if I could get this running, and I'd come back to that later. After setting open_basedir off, I still get an error, but a different one:
[error] [client A.B.C.D] PHP Notice: Undefined property: AdminMailingList::$cookie_file in /var/www/web4/web/administrator/components/com_mailinglist/lib/mailman.php on line 984, referer:
www.somedomain.com/administrator/index.p...st&task=settings
I'd really appreciate some help with this, as this is a component I've been waiting for.
Thank you !