Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: buddy111993 on January 22, 2013, 05:51:36 PM

Title: Question about Global Address Book
Post by: buddy111993 on January 22, 2013, 05:51:36 PM
I am new to roundcube and am trying to install global address book. When I do so I get:

PHP Parse error:  syntax error, unexpected T_VARIABLE in /public_html/mail/config/main.inc.php on line 386

Line 386 is

$rcmail_config['plugins'] = array('globaladdressbook');

I have the plugin in /plugins/globaladdressbook

Is the plugin from https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book not compatible with RC 0.8.4? If not, what is it compatible with? Many Thanks!
Title: Re: Question about Global Address Book
Post by: SKaero on January 22, 2013, 10:40:31 PM
Attach your main.inc.php.
Title: Re: Question about Global Address Book
Post by: alec on January 23, 2013, 02:12:22 AM
Quote from: buddy111993 on January 22, 2013, 05:51:36 PM
PHP Parse error:  syntax error, unexpected T_VARIABLE in /public_html/mail/config/main.inc.php on line 386
Line 386 is
$rcmail_config['plugins'] = array('globaladdressbook');
You have a syntax error before this line.