I get the following php errors when I access my email with webmail_plus on my site.

file_get_contents(sites/all/modules/webmail_plus/js/webmail_plus.js) [function.file-get-contents]: failed to open stream: No such file or directory in /home/hmsumco1/public_html/includes/common.inc on line 2466.

file_get_contents(sites/all/modules/webmail_plus/js/webmail_plus.js) [function.file-get-contents]: failed to open stream: No such file or directory in /home/hmsumco1/public_html/includes/locale.inc on line 1714.

Comments

scripthead’s picture

That is a very bizarre error as there's no code that would execute file_get_contents(sites/all/modules/webmail_plus/js/webmail_plus.js). This is most likely an error produced by drupal_add_js function which *is* in Webmail Plus. Please confirm that those files exist. If they do not, please provide the version of Webmail Plus you're using.

KyleL’s picture

There are no *.js files in the webmail_plus module directory, sites/all/modules/webmail_plus/.
I am currently using version 6.x-1.16 of Webmail_Plus with no sub modules enabled and version 6.x-1.7 of
Mail API module with IMAP-WU API enabled as well.

KyleL’s picture

Version: 6.x-1.6 » 6.x-1.16
BasH’s picture

Same problem here: (same versions used, directories and js* files are not present)
- get 404 errors on:
/webmail_plus/js/webmail_plus.js?D
/webmail_plus/js/compose.js?D
- referer https://../webmail_plus/compose

Internal server error (500) when trying to save a message

Thought I was able to save messages before changing my theme(..?), don't know if it has got something todo with it.

(by the way I also get a 404 error on webmail_plus/image/folder.png (just added a picture...)