OK. I've searched muliple times for an answer to this and so far have failed. I'm trying to apply a patch (the latest patch found here http://drupal.org/node/70276 to the latest release of administration.module for 4.7, as well as the cvs version just in case). This module is a folder full of files. I've tried the patch locally in the same directory as the folder and also I've tried from inside the folder. I ran Terminal (on Mac OSX 10.4) and cd to the directory, then ran:
i have a clean 4.7.2 install where i had made a taxonomy in order to find that taxonomy menu doesn't work yet with 4.7. so i went on to install the categories module and converted the taxonomy into categories.
now, every time i try to admin categories, i get the following error:
Table '.view_view' doesn't exist query: SELECT vid, description FROM view_view ORDER BY description in /home//public_html/includes/database.mysql.inc on line 120.
could someone please point me to what's wrong, and - more importantly, how do i fix this?
I am looking for a way to have a node at the top of the content column of my site which would display a slideshow of images. I am using Drupal 4.7 and a slightly modified slash theme. I am currently using the Mission Statement feature with an animated gif image to accomplish this. It works but is definitely sub-optimal.