Drupal is up and running but how do I ...?

Anonymous users see "Intro" page

Using Drupal 4.6.5, after installation was completed I created the initial user, as indicated on the first page that appears. I then followed the instructions I found to import PostNuke content to the new site, and that appeared to work well as it added all of the users and all of the previously posted content.

Now I am seeing different behaviour for logged in users as compared to the Anonymous user.

adding civicrm permissions

I am using civicrm 1.4. I am trying to add a permission 'manage contacts' to civicrm so that users with access civicrm cannot access the manage contacts component. I thought Drupal implements this type of thing with the hook_perm() in the module file. I tried adding another permission to the array that is returned by this function but that did not add anything to the permission list at adminster > access control form for civicrm.

If I could create this permission I could restrict the visibility of this link in modules/civicrm/CRM/Utils/Menu.php.

DB error

This error gets thrwon quite a bit but it dosen't seem to hurt the page at all. Anybbody else experience this?

php
Date Monday, April 17, 2006 - 15:21
User ippl
Location /?q=node/1/edit
Referrer http://192.168.114.49/?q=node/1/edit
Message Table 'drupal.view_view' doesn't exist query: SELECT vid, description FROM view_view ORDER BY description in C:\Program Files\Apache Group\Apache2\htdocs\includes\database.mysql.inc on line 120.
Severity error
Hostname 192.168.114.49

.htaccess nightmares

When I check the option for clean url's in my administration section all links break. Here is my .htaccess file with the default settings in it. There should be a handbook about this that actually contains an anwser!

#
# Apache/PHP/Drupal settings:
#

# Protect files and directories from prying eyes.

Order deny,allow
Deny from all

# Set some options.
Options -Indexes
Options +FollowSymLinks

# Customized error messages.
ErrorDocument 404 /index.php

# Set the default handler.
DirectoryIndex index.php

# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.

# PHP 4, Apache 1

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 4, Apache 2

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# PHP 5, Apache 1 and 2

php_value magic_quotes_gpc 0
php_value register_globals 0
php_value session.auto_start 0

# Reduce the time dynamically generated pages are cache-able.

New comments on 2nd page unmarked

It's pretty clear whats happening: a user visits the first page of a thread, and Drupal marks all comments on that thread as read. When the user goes to the second page (or any other), all the posts they haven't read aren't marked as new any longer. Is there any way to make Drupal only count a comment as read when the user has actually visited a page with the comment in it?

Problem with Page Not Found

Ever since upgrading to 4.7, any of my users visit my site (www.omegaseye.com), they get a Page Not Found, both when they aren't logged in and on random occasions while on my site.

-My main page points to /node.
-I face the same problem when not logged in, but I can see the other pages that they CAN'T see.
-Authorized users are allowed to access the pages that they are trying to get to.
-This problem happens regardless of the theme being used.

Pages

Subscribe with RSS Subscribe to RSS - Post installation