Installed Roundcube and the email function works wonderful - extremely happy. But there is a problem, not one plug-in works. Nothing. No matter how generic the plug-in happens to be. Once I follow the steps . . . I either get a 500 Server Error or nothing.
For Example "Sticky Notes"
1. Unzipped sticky_notes into plugins folder
2. copy/past sql into mysql database
3. delete SQL subfoler
4. Copy config.inc.php.dist and renamed config.inc.php
5. Modify config/main.inc.php - $rcmail_config['plugins'] = array('sticky_note');
6. Login .... nothing.
What am I doing wrong?
Whats in your error log?
>[05-Apr-2012 11:47:52] PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ')' in ****plugins\taskbar\taskbar.php on line 58
I'm going to guess that your using PHP version less then 5.3, a fair number of plugins require at least PHP 5.3 to run.
Damn I have 5
How would I know which plugin needs 5.3?
I think most the plugins that Rosali works with require PHP 5.3, all of the core plugins should only require PHP 5.2.1 since that what RoundCube requires.
PHP Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ')' in ****plugins\taskbar\taskbar.php on line 58
Thanks, Skareo for advice.
Yes, all my plugins require 5.3 or higher. This parsing error is thrown by PHP 5.2.x.