Uploaded the View module and got this error --- Fatal error: Cannot redeclare book_views_tables() (previously declared in /home/garland/public_html/allas1.org/sites/all/modules/views/modules/views_book.inc:10) in /home/garland/public_html/allas1.org/sites/all/modules/views/modules/views_forum.inc on line 69 --- when I went to the site.
The view module was installed in /public_html/allas1.org/sites/all/modules/.
Site config includes: Drupal 5.2; MySQL database 5.0.27; PHP 5.2.1; Web server Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b.
Once I remove (delete) the view module from the directory, site loads as normal.
Thanking you in advance for your help in this matter.
EGP
Comments
Comment #1
merlinofchaos commentedSomething is wrong with the views_forum.inc file -- it shouldn't contain any definitions. You can actually safely delete it; the file was there as a placeholder, but no code was ever written to put into it.
Comment #2
GarP commentedThank you for the super fast reply. That took care of the problem. :)
EGP
Comment #3
(not verified) commented