Recently downloaded and installed Views. I've enabled Views and Views exporter without a problem. However, upon enabling Views UI, I recieve the following Warning:
* warning: _theme_process_registry(modules/views//includes/tabs.inc) [function.-theme-process-registry]: failed to open stream: No such file or directory in /includes/theme.inc on line 283.
* warning: _theme_process_registry() [function.include]: Failed opening 'modules/views//includes/tabs.inc' for inclusion (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /includes/theme.inc on line 283.
* warning: _theme_process_registry(modules/views//includes/tabs.inc) [function.-theme-process-registry]: failed to open stream: No such file or directory in /includes/theme.inc on line 283.
* warning: _theme_process_registry() [function.include]: Failed opening 'modules/views//includes/tabs.inc' for inclusion (include_path='/usr/lib/php:.:/usr/php4/lib/php:/usr/local/php4/lib/php') in /includes/theme.inc on line 283.
Does the problem exist in the path? It looks like there a double // there.
I am running :
Drupal 6.9
Apache version 1.3.41
PHP version 5.2.8
MySQL version 5.0.67-community
Architecture x86_64
Operating system Linux
Any help is appreciated.
Thanks
Comments
Comment #1
merlinofchaos commentedI've fixed the extra slashes in dev; it's never caused any problem on systems i run, but maybe yours is special.
Incidentally your paths suggest that you ignore the README.txt and are placing your modules in the' modules' directory rather than sites/all/modules =)