Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/commentrss/system.admin.inc' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www-sec/nilavi.com/includes/menu.inc on line 344
Just installed the latest commentrss, after uninstalling the previous version.
The error happens when I try to configure RSS General Settings -- admin/content/rss-publishing/default
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | commentrss-menu-tab.patch | 1.16 KB | dave reid |
| #2 | proxy_callback.patch | 1.59 KB | gábor hojtsy |
Comments
Comment #1
Anonymous (not verified) commentedsubscribe
Comment #2
gábor hojtsyJust committed this patch to the Drupal 6.x-2.x branch. No such patch required for Drupal 5.x. I did not see this error, since I was only using the default Drupal mane interface. I assume you ended up on that path with admin_menu or some such extension. Applying this patch, or updating to the latest Drupal 6.x-2.x dev version should solve the issue for you.
Thanks for the report.
Comment #3
akwala commentedThanks. Yes, I realized later that the problem occurred only when I got to it from Admin Menu.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
dave reidWouldn't it just be easier to use the following instead of having to redefine the page callback?
Comment #6
gábor hojtsyGood idea. Did you verify that it works? :)
Comment #7
dave reidI'll give it a whirl today.
Comment #8
dave reidConfirmed I got the error specified (didn't update to latest 6.x yet) by visiting admin/content/rss-publishing/default. Confirmed this is fixed by just using:
Comment #9
dave reid#8 has been committed to 6.x-2.x after testing.
Comment #11
alexgreyhead commentedIf the error still occurs, it's worth ensuring that any implementations of hook_menu use 'page callback' => '...' and NOT 'page_callback' - the underscore is wrong - this one's had two of us flummoxed for the last 30 minutes now!