see function http://api.drupal.org/api/function/archiver_get_info/7in includes/common.inc
It invokes drupal_alter(), leading to hook_archiver_info_alter(), which isn't documented. See http://api.drupal.org/api/function/hook_archiver_info/7
And consequently install and everything just dies. Without a code cache you won't see this.
At very random times, my drupal installation will revert back to the initial drupal configuration screen.
the status report shows everything in the green. i haven't been able to create a way to duplicate the error, but any help as to why it would do this, would be appreciative.
i do know that going into site maintenance, and taking the site off-line, returns the theme and the content. then i just "bring it back online" and it's all good for a while.
I am structuring my Drupal install so that a user cannot access their settings page as we wanted all information to come through LDAP.
At the same time, we also just enabled personal contact forms and have made them the default for new users.
I would like to know if there is a way to force this option to be enabled on accounts that already exist... we have thousands of users and we will never complete this goal doing it by hand.
Any ideas on what MySQL query I could use?
Thanks
I'm trying to find out the HTML code to rig a link to read:
- 'login' when the user isn't logged in
- 'logout' when the user is logged in AND a 'your profile' link when they are logged in
I'm trying to adjust how much of a story is shown on the front page of anything published and to do so I need to adjust the snippet limit. Every time I do that, no matter which theme (I've tried defaults themes and others) I click on "save configuration' and then it goes to another page to ask if i am sure i want to rebuild permissions and I click yes and then it just goes back to the page and nothing at all changed. There are three users, 2 pieces of content and 2 user roles on the site, I just started it.
When I search my site with the search module it gives the following warning:
warning: Parameter 1 to comment_nodeapi() expected to be a reference, value given in C:\wamp\www\drupal-6.15\includes\module.inc on line 462.
This message comes up once for each of the results displayed (ex. if the search displays 5 results that exact error message, with no variation, will be displayed 5 times). The results are all displaying correctly, its just there is a big red box of warnings at the top of the results page. How can I fix this?
The documentation for hook_element_info() has a link to the page http://drupal.org/node/169815, which reports information that is valid for Drupal 6; a page containing information for Drupal 7 should be created, and that link should be updated for the new page.
This is the list of occurrences where we have
;;<code> of end of lines:
<code>
./includes/common.inc:5201: return $cache->data['#markup'];;
./includes/common.inc.orig:5215: return $cache->data['#markup'];;
./modules/comment/comment.module:1589: return $comment ? $comment[$cid] : FALSE;;
./modules/comment/comment.module.orig:1616: return $comment ? $comment[$cid] : FALSE;;
Every time I disable the overlay module and then enable it again I get a toolbar not only at the top of the page but also at the top of the overlay. It also causes there to be a large gap between the top of the overlay and the top of the content (see screen shot). I can get it back to normal again by disabling the toolbar and enabling it again so this is a minor issue but I thought I would mention it.
Thanks!