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

CommentFileSizeAuthor
#3 OpenScholar edit form92.13 KBrolando.isidoro

Comments

MPetrovic’s picture

The 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.

MPetrovic’s picture

Status: Active » Closed (fixed)
rolando.isidoro’s picture

StatusFileSize
new92.13 KB

I see an additional error on the console:

Uncaught TypeError: Cannot read property 'colSpan' of undefined
tabledrag.js:130

and the site operation does get affected, since the edit content form appears all broken. Take a look at the attached screenshot.

rolando.isidoro’s picture

Status: Closed (fixed) » Active
MPetrovic’s picture

That 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.