Hi guys. I've searched around looking for a permalink module or equivalent, but to no avail. The forums have been of some help, but I still nedd assistance...
In an earlier discussion, this quote was used to explain how to add permalinks to a site:
OK this is a strange one and one i have only recently noticed.
I created the files directory as per install instructions when i first installed Drupal and then drupal and its modules proceeeded to create sub directories under that when needed. I have image_assist installed and avatars enabled and ended up with two sub folders :-
Getting CiviCRM up and working on 4.7, but running into an error reading:
Fatal error: civicrm_menu() [function.require]: Failed opening required '/public_html/drupal-4.7.1/modules/civicrm/CRM/Utils/Menu.php' (include_path='.:/public_html/drupal/modules/civicrm:/public_html/drupal/modules/civicrm/packages:.:/usr/lib/php:/usr/local/lib/php') in /home/media911/public_html/drupal-4.7.1/modules/civicrm/modules/civicrm.module on line 188
In looking at the civicrm.module, we see the following instructions, but can somone help me get this to work. I'm assuming I haven't set the right path to the menu.php file it mentions? Tried directint it directly by changing require_once 'CRM/Utils/Menu.php'; to /public_html/drupal-4.7.1/modules/civicrm/CRM/Utils/Menu.php';
but this aint cutting it...
Thanks...
/**
* Implementation of hook_menu().
*
* You must implement hook_menu() to emit items to place in the main menu.
* This is a required step for modules wishing to display their own pages,
* because the process of creating the links also tells Drupal what
* callback function to use for a given URL. The menu items returned
* here provide this information to the menu system.
*
* With the below menu definitions, URLs will be interpreted as follows:
*
* If the user accesses http://example.com/?q=foo, then the menu system
* will first look for a menu item with that path. In this case it will