Roundcube Community Forum

 

nOOB Requesting Assistance & Patience

Started by ffffffrabbit, April 05, 2012, 12:58:29 PM

Previous topic - Next topic

ffffffrabbit

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?


SKaero


ffffffrabbit

#2
>[05-Apr-2012 11:47:52] PHP Parse error:  syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM, expecting ')' in ****plugins\taskbar\taskbar.php on line 58

SKaero

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.

ffffffrabbit

Damn I have 5

How would I know which plugin needs 5.3?

SKaero

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.

rosali

 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.
Regards,
Rosali