Active
Project:
OpenScholar
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Sep 2011 at 16:20 UTC
Updated:
4 Oct 2011 at 15:39 UTC
Jump to comment: Most recent file
Hi,
while debugging an issue related with content editing in OpenScholar 2.0-beta12 I noticed 2 errors showing up in Google Chrome's javascript console:
GET /sites/all/modules/openscholar_vsite/vsite/theme/vsite_verticaltabs_options.js?l 404 (Not Found)
GET /sites/all/modules/contrib/itweak_filefield/images/attachment.png 404 (Not Found)
I've looking into the git repository and in the 1st case only the file is missing while on the 2nd one there's no images folder.
Rolando
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | OpenScholar edit form | 92.13 KB | rolando.isidoro |
Comments
Comment #1
MPetrovic commentedThe javascript file was rolled into an existing file. It not being there won't affect site operation. It will no longer be included in the next release.
The attachment image has been added to the next release. Again, its lack of presence shouldn't cause any issues.
Comment #2
MPetrovic commentedComment #3
rolando.isidoro commentedI see an additional error on the console:
and the site operation does get affected, since the edit content form appears all broken. Take a look at the attached screenshot.
Comment #4
rolando.isidoro commentedComment #5
MPetrovic commentedThat error is unrelated to those 2 files being missing. It is a separate issue. I can't say what's causing that error from here, though.