Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
Deutsch / Re: update 0.8 => 0.9
« Last post by adjustMan on May 15, 2013, 05:48:55 PM »
IMHO gibt es z.Zt. keinen funktionierenden Kalender unter 0.9  :(
32
Pending Issues / Re: tried to enable managesieve, now "main.inc.php not found"
« Last post by aweber on May 15, 2013, 03:26:24 PM »
copied config.inc.php.dist to config.inc.php

in roundcubemail/plugins/managesieve (stayed in same directory)
33
API Based Plugins / Re: Plugins are not activated
« Last post by vivacomputers on May 15, 2013, 03:21:23 PM »
 8) ::) ;) It's ok..I am not familiar with Linux commands no, sorry. I can learn if you can explain me what I have to do. The script is installed through a software script on my hosting. I didn't have to do anything about that it is totally automatic. It is working on a Linux server that I know.
34
Pending Issues / Re: tried to enable managesieve, now "main.inc.php not found"
« Last post by ABerglund on May 15, 2013, 03:07:12 PM »
What file did you copy? And where did you put it?

The first thing I'd do is to move that file back to where it came from.
35
API Based Plugins / Re: Plugins are not activated
« Last post by ABerglund on May 15, 2013, 03:05:05 PM »
There's something basic wrong here. It really is as simple as it seems, normally.

Please navigate to one of the plugin folders. Maybe 'markasjunk' since I am familiar with that one. From inside that directory, do a pwd and 'ls -l' and post the results here.

Euuhh....I want to do that and I something of of things but can you explain how to do this or what this is?  :o
Sorry, from your description of the permissions as "755" I got the impression that you might be running Roundcube on Linux, and were familiar with basic Linux command line operations.

Let's backup then. What are you running RC on, Linux, Windows or ?? I'm now assuming you aren't comfortable or experienced working in the command line?
36
Pending Issues / tried to enable managesieve, now "main.inc.php not found"
« Last post by aweber on May 15, 2013, 02:57:37 PM »
Seriously, all I did was the following:
  • Copy the dist file in the managesieve plugin dir to without the extension; set the port.
  • Add 'managesieve' to the array of plugins in main.inc.php
  • Restart httpd

I double-checked.  All the files are owned by apache.  I can't login now, because I keep getting the same error displayed.  Incredible.  This can't be THAT fragile...especially since I'm pretty sure my syntax is perfectly correct, and I even tried commenting-out my plugins entry in main.inc.php and it still doesn't work anymore.

Please help?
37
API Based Plugins / Re: Plugins are not activated
« Last post by vivacomputers on May 15, 2013, 02:04:28 PM »
There's something basic wrong here. It really is as simple as it seems, normally.

Please navigate to one of the plugin folders. Maybe 'markasjunk' since I am familiar with that one. From inside that directory, do a pwd and 'ls -l' and post the results here.

Euuhh....I want to do that and I something of of things but can you explain how to do this or what this is?  :o
38
API Based Plugins / Re: MarkAsJunk2 bad interpreter, permission denied
« Last post by twisterbr on May 15, 2013, 12:49:15 PM »
check if safe_mode directive is disabled, and disable it if not.
39
API Based Plugins / Re: Plugins are not activated
« Last post by twisterbr on May 15, 2013, 12:47:33 PM »
Try setting 'allow from all' to the  plugin dir on your vhost config (or htaccess)
Code: [Select]
<Directory "/var/www/roundcube/plugins">
Allow from all
</Directory>
40
API Based Plugins / Re: I'm begginer and need a hand, please.
« Last post by luislopez on May 15, 2013, 12:43:37 PM »
HI!  ;D

I solved the problem writing a plugin to add a new button in the toolbar. It solves the skin problem...

Please, close this topic  :)
Pages: 1 2 3 [4] 5 6 ... 10