Active
Project:
Webmail Plus
Version:
6.x-1.16
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2011 at 23:26 UTC
Updated:
8 Mar 2011 at 11:41 UTC
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
Comment #1
scripthead commentedThat 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.
Comment #2
KyleL commentedThere 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.
Comment #3
KyleL commentedComment #4
BasH commentedSame 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...)