Hi,
i've got a error on reports (with supercron module) :
page not found : sites/all/modules/comment_og/comment_og.js

I find this in file comment_og.module on line 27 :

function comment_og_settings() {
  drupal_add_js(drupal_get_path('module', 'comment_og') .'/comment_og.js');

I didn't find the js file in the comment_og module.

i'm french, thanks to correct my english if needed :)

Comments

ohnobinki’s picture

Title: file comment_og.js ask in comment_og.module but not present » Administration page refers to nonexistent comment_og.js file
Version: 6.x-1.2 » 6.x-1.x-dev

I can't find this file anywheres in the repo but I see the same extraneous drupal_add_js() call. I assume it can just be safely removed?

chromix’s picture

Yeah sorry. I did at one point use this to dynamically hide and show fields on the admin pages. I looked for this on old copies of the module on old sites and couldn't find a trace of it.

chromix’s picture

Status: Active » Fixed

Committed on dev. I'm working up to a new major release for 6, so it should be out sooner than later.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.