Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am writing a custom module that integrates my existing app with drupal. I am using drupals menu_hook to produce my apps pages. My question is how do you encode your url with dynamic data like the following
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?