Trying to solve http://drupal.org/node/358206 I uninstalled the activity modules and I tried to install 'em back again. When I install activity module everything goes fine, but after I install any activity contributed module, like node activity or og activity I get this error:
Fatal error: require_once() [function.require]: Failed opening required 'sites/all/modules/activity/contrib/ogactivity/ogactivitymodule' (include_path='.:/usr/share/php:/usr/share/pear') in /pathgoeshere/sites/all/modules/activity/activity.module on line 895
If I change the line 895:
require_once(drupal_get_path('module', $module) .'/'. $module .'module');
with
require_once(drupal_get_path('module', 'activity') ."/contrib/{$module}/{$module}.module");
I took that line from the previous activity release, anyway, after I change the line I'm able to install everything with no errors, but http://drupal.org/node/358206 is still an unsolved issue.
Comments
Comment #1
jaydub commented*sigh* you get complaints about design in an issue like this #355633: Forced development assumptions are annoying and make a change only to have it cause other problems...will likely have to revert to what was in place and working before.
Comment #2
lelizondo commentedI didn't know about #355633.. I'm closing this then.