My roundcube plugins disappeared

kimbo

Verified User
Joined
Apr 23, 2013
Messages
57
Some time ago I installed the roundcube plugins...
Today I noticed that all my settings and registration of the plugin has disappeared. :confused:

Does directadmin delete/reset everything back to standard which is not custombuild? (aftera auto updating or something)
How can I prevent this to happen?
 
No it doesnt, unless you remove the database.

I do use myroundcube plugins aswell and never had this issue, make sure you do have in custombuild/custom folder the main.inc.php file (that load the plugin manager and plugins) and the plugins folder with the needed additional plugins.

Regards
 
No it doesnt, unless you remove the database.

I do use myroundcube plugins aswell and never had this issue, make sure you do have in custombuild/custom folder the main.inc.php file (that load the plugin manager and plugins) and the plugins folder with the needed additional plugins.

Regards

So I need to copy all plugins of roundcube to the custombuild directory?

After an update I have also the issue that the httpd config file syntax is incorrect.
Did a custom build to SUPHP before and so after the auto update a line has been add and it doesn't know the syntax |*if SUPHP="1"|.
 
So I need to copy all plugins of roundcube to the custombuild directory?

If you uploaded custom plugins, which aren't a part of standard installation of roundcube, then yes.

After an update I have also the issue that the httpd config file syntax is incorrect.

You should post here the full text of an error you've got there and a content of the file, which has syntax incorrect.
Or try to search the forums.
 
For the httpd that has problems to start after ato update...

This is the error that I get:

Starting httpd: Syntax error on line 457 of /usr/local/directadmin/data/users/username/httpd.conf:
Invalid command 'f', perhaps misspelled or defined by a module not included in the server configuration

Line in the config file:

f SUPHP="1"|
SetEnv PHP_INI_SCAN_DIR /usr/local/directadmin/data/users/username/php/

I corrected the rule to |if SUPHP="1"| ... but still an error like the syntax isn't correct and this while some forums have the same in some config files.
 
So check the template in /usr/local/directadmin/data/templates and /usr/local/directadmin/data/templates/custom (if you did customize template) in virtual_host2.conf file, and correct it. Once done, rewrite httpd confs.

Regards
 
Back
Top