Closed (fixed)
Project:
filedepot
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2012 at 10:12 UTC
Updated:
4 Apr 2012 at 11:59 UTC
Hi all,
I got this error:
"NetworkError: 404 Not Found - http://gops.usw7.mobstor.vip.s2e.yahoo.com/yui/cdn/2.7.0/build//assets/s..."
"NetworkError: 404 Not Found - http://gops.usw7.mobstor.vip.s2e.yahoo.com/yui/cdn/2.7.0/build//containe..."
Comments
Comment #1
drplto solve this problem I've downloaded full lib
http://search.4shared.com/postDownload/kLhkGqHc/yui_270b.html
Comment #2
nidhi.badani commentedI too faced the same issue.
The solution that worked for me is as follows:
In the fileupload administration page update the for Base URL to load YUI Javascript Libraries: to
http://yui.yahooapis.com/combo?2.7.0/build
Please find the patch for the filedepot page.tpl.php
The filepath is:
/sites/all/modules/contrib/filedepot/theme/page.tpl.php
This made me going...:)
Comment #3
drplthanks