Hello All,
I just installed the VIEWS module and after enabling it I am now and receiving a "Page not found
The requested page could not be found. " error on my main page, actually all pages.
All I can see is my header and copyright info.
I've deleted the view folder from the Modules folder and am still having the same problem. I've spent a lot of time and my site and this is very worrisome. ANY assistance would be greatly appreciated.
This was the error log from my server, if this helps:
Sat May 24 21:49:07 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171
[Sat May 24 21:49:03 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171
[Sat May 24 21:48:57 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/node/2?size=thumbnail
[Sat May 24 21:48:52 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/node/2
[Sat May 24 21:48:51 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/node/2?size=thumbnail
[Sat May 24 21:48:49 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/node/2/track
[Sat May 24 21:48:47 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/user/1
[Sat May 24 21:48:44 2008] [error] [client 68.229.9.105] PHP Fatal error: require_once() [function.require]: Failed opening required './modules/views/includes/admin.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/hapsack/public_html/info/modules/views/views_ui.module on line 171, referer: http://info.hapsack.com/user/1/guestbook
This is what is on "Line 171":
function views_ui_theme() {
$path = drupal_get_path('module', 'views');
require_once "./$path/includes/admin.inc";
Thanks So Much,
Hapsack
Comments
ariite
you should try completey uninstalling views... delete the views table in the db... are you on drupal 6 or 5?
http://www.mytechdaily.com
Using 6. I tried both of
Using 6. I tried both of the things you mentioned. By Uninstall, do you mean deleting the Module folder? That's what I did, in addition to deleting the Views Table.
Same problem still.
Uninstall generally means
Uninstall generally means using the uninstall function from inside the Modules control page (admin/build/modules/uninstall). Not all data about Views is stored in the Views table, so uninstall deletes other references. Deleting the folder doesn't always work, and is usually best used as a last resort.