Roundcube Community Forum

 

hmail_autoresponder save button disabled

Started by IKShadow, December 08, 2009, 12:55:52 PM

Previous topic - Next topic

IKShadow

The autoresponder save button is disabled, and I also notice that the date picker is not available ( cant write the date into input box )

Iam using hmail server 5.3.

rosali

Did you install jquery-ui plugin? Anything in the logs?
Regards,
Rosali

IKShadow

Quote from: rosali;23790Did you install jquery-ui plugin? Anything in the logs?

No I did not install it.
How do I install it ?
 I have the files but as I see nothing gets overwritten and all readme say
QuoteThis is not a RoundCube plugin. No need to register!

rosali

It's enough if jquery-ui folder is present in the plugin folder. No need to register. You did not answer the question if there is anything in the logs/errors file. Do you get any javascript errors? It is hard to help without any starting point.
Regards,
Rosali

dimago

hello...

Im testing the roundcubemail to use im my corp.

The hmail_autoresponder appear OK. the button Save is enable.. but when I click in Away Message in Administration Account, I have this error in my http:

1 - File does not exist: /var/www/hosts/webmail/plugins/jquery-ui/development-bundle/ui/i18n/ui.datepicker-.js, referer: http://ip_webmail/?_task=settings&_action=plugin.hmail_autoresponder

Its a problem?



2 - when I click in date, appear the new window to put the date. I want to change this calendar to pt_BR. Im from Brazil. how can i to do this?

3 - when i click in Save button, i have this error too:
File does not exist: /var/www/hosts/webmail/plugins/jquery-ui/development-bundle/ui/i18n/ui.datepicker-.js, referer: http://ip_webmail/?_task=settings&_action=plugin.hmail_autoresponder-save

and appear on top: MDB2 error: no such table.

i have just 5 tables in my MySQL:

| cache                    |
| contacts                 |
| identities               |
| messages                 |
| session                  |
| users    

How can i resolv this issues?

Thanks anyway.

Diego

rosali

#1
Did you install jquery-ui which is bundled with MyRoundcube plugins?

#2
Do you run hMailserver? Version? External or internal Database? Database type?
Regards,
Rosali

dimago

1 - yes... i copy and past the folder, just this... i didn´t nothing in config/main.inc.php

2 - im using mysql. I have the roundcubemail database. I made with instructions in README file. This is my last change in mysql about roundcube. I made the base, just this. I think that I need to create others tables for away message? But i didn´t find the steps...

Well,

Thanks

rosali

No, no need to modifiy the database. Well, hard to help. Could you give me a test account, ftp access and access to PHPMyAdmin?
Regards,
Rosali

dimago

yes... i don´t know what happen..
Im testing the webmail, I don´t to do still to external access... :(

look.. when in click in Administration Account and Away Message, i have this error on my http:

File does not exist: /var/www/hosts/webmail/plugins/jquery-ui/development-bundle/ui/i18n/ui.datepicker-.js, referer: http://ip_webmail/?_task=settings&_action=plugin.hmail_autoresponder

and when i save..

File does not exist: /var/www/hosts/webmail/plugins/jquery-ui/development-bundle/ui/i18n/ui.datepicker-.js, referer: http://ip_webmail/?_task=settings&_action=plugin.hmail_autoresponder-save

and MDB2 error: no such table

in config.inc.php in hmail_autoresponder, i have this line:
$rcmail_config['db_hmail_autoresponder_dsn' = 'mysql://USER:PASS@localhost/roundcubemail';

thanks anywayy


rosali

I will fix the "file does not exist" error with next release. But that's not a problem besides blowing up the http logs.

Your problem is the $rcmail_config['db_hmail_autoresponder_dsn' = 'mysql://USER:PASS@localhost/roundcubemail';

You must enter connection string to hMailserver database and not to Roundcube.

If you forgot your database access credentials, then look into ./hMailserver/bin/hmailserver.ini for details.
Regards,
Rosali

dimago

Ok..

but o don´t know what is the hmail...

I need to install this???

In the roundcube folders, I dont find this..

there are any instruction to how to do this???

Im very lost about hmailserver...

so.. all plugins that is hmail_XXXX..... need to have hmailserver?

Thanks for the helps...

rosali

If you don't even know what hMailserver is, simply forget hmail_xxx plugins ;)

http://hmailserver.com
Regards,
Rosali

dimago