Having problems installing Drupal? See the Installation Guide for more information.

Path module and URL aliasing will not function

I cannot seem to get the Path module to function proplery (4.2.0). mod_rewrite is enabled and works on apache (apache2). I have the path module installed, I have diff'd index.php, and have also diff'd common.inc (although It appears that I probably did not have to).



I can access the module in the site admin, and have added the following alias:



Alias: aliasname


Maps to existing URL: node/view/3



I've tried this with every possible combination I can think of; with and without trailing slashes, with beginning slash, etc. It seems to me that it should be entered as it is above.



I've also put a debug "print" into index.php:

if (isset($_GET["q"])) {
  $mod = arg(0);
  if (module_exist("path") and $path = path_get($_GET["q"])) {
    $_GET["q"] = $path;
    echo "found path!";
  }
}

Which DOES print in the browser when (and only when) it's pointed to aliasname.



There are no errors in my apache error log, or in any of the error/warning logs in drupal's admin interface. It simply brings me back to my site index. I've disabled the errorducments in .htaccess for druples, and even get valid hits to my access-log:



192.168.10.1 - - [09/Sep/2003:12:48:28 -0500] "GET /aliasname HTTP/1.1" 200 3572 "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)"

Freaking \\\\\'s Bug

I am testing Drupal 4.2.0 to decide if I want to use it for my main site.

Several places when administering Drupal converts " and ' into \\' or \\\"

It seems like every time I edit the post to remove the "\" it puts in a couple more.

Most notably this error occurs both when trying to add an HTML box, as well as when adding stories. I haven't tested to see if it occurs on comments.

This is a show-killer as to whether I'm going to use the CMS.

Has this bug already been fixed?

Noise words

I've created my 'noise words' list, but doesn't work. Those 'noise words' are indexed in my db.

Why? Can anybody help me?

Thanks!

Search index db empty/incomplete

Hi!,

I run cron.php, then (trying to fix something) I empty the search index db. Now when I run cron.php again don't process the old nodes (the ones which were in db before empty).

How can I do to process those nodes again?

Thanks!

Hiding session id in URLs

Is there any way to prevent the session ID from being added to URLs (sometimes happens after login) because Google AdSense has been indexing URLs with session ids in them, and on the Drupal access log it appears as if they are logged in.

About Search

When search-module insert items in db?

Search don't give me any matches! Why?

I have a french site... does seacrh find french words?

Thank you.

Pages

Subscribe with RSS Subscribe to RSS - Installing Drupal