Closed (fixed)
Project:
Save to FTP
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Apr 2009 at 18:55 UTC
Updated:
29 Apr 2009 at 21:40 UTC
Jump to comment: Most recent file
The following errors are written to the screen after I enable Save to FTP. . .
warning: file_get_contents($().ready(function() {$('#dialog').jqm();});) [function.file-get-contents]: failed to open stream: No such file or directory in ./includes/common.inc on line 2359.
warning: file_get_contents($().ready(function() {$('#dialog').jqm();});) [function.file-get-contents]: failed to open stream: No such file or directory in ./includes/common.inc on line 2359.| Comment | File | Size | Author |
|---|---|---|---|
| #4 | savetoftp.patch | 997 bytes | coderintherye |
Comments
Comment #1
coderintherye commentedLooks like the jqmodal isn't loading correctly, I will run on a fresh download of 6.x to see what the problem is. Thanks for the report.
Comment #2
coderintherye commentedI can confirm this bug. Although, to note it is not critical, everything still works fine without it, including jqModal. I'm thinking this may be a jQuery compatibility thing, regardless it is definitely related to the javascript. I will put up a patch and re-roll a new version as soon as I find exactly what the problem is.
Comment #3
coderintherye commentedI found the bug, if you change line 186 from:drupal_add_js('$().ready(function() {$(\'#dialog\').jqm();});');
to: drupal_add_js('$().ready(function() {$(\'#dialog\').jqm();});', 'inline');
That should take care of the issue. However, I still need to test some more, then I will put in the changes and update the release.
Comment #4
coderintherye commentedComment #5
coderintherye commentedI added this to another bug fix and rolled out a new release. Please download the new release or use the above patch. Thanks.