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've upgraded to drupal 4.5 and want to instal the glossary module. Can anyone confirm whether the version I downloaded as glossary 4.5 works with druapl 4.5 or only with the CVS version as it says in the readme.txt file?
I tried installing it and the filter aspect worked properly, but there was no way of directly accessing the glossary, as with 4.4. ?q=glossary offers ALL vocabularies to either view or edit, which I don't want or require...
So I've got the users imported alright... Had to do that myself as the other scripts I found here did not work properly.
My question though:
How is it that when I manually enter a new forum topic directly into the sql tables (node, forum, term_node), it does not show up in the forums? I just get a "-1 New" link but the post doesn't actually show up in the forum. I can get it to show up on the main page if I promote it, but I just want to see it in the forum.
Is anyone having problems with the poll block on 4.5? On my site the number of comments posted to a poll is not showing up in the links beneath the poll in the block.
OK. I finally slogged through upgrading to 4.5 from 4.4. I now have the following at the top of every page:
pages'), 'callback' => 'admin_main_page', 'weight' => 9); } return $items; } /** * Menu callback; provides the main page of the administration section. */ function admin_main_page() { watchdog_overview('actions'); } ?>
And then the theme begins. WHAT IS THIS? Does anyone know where this is being called from?
I've upgraded from 4.4 to 4.5 on a Debian system running kernel 2.4.18. Just about everything seems to be working well, with one exception: In Firefox (and Netscape--the Macintosh version for both), pages take "forever" to load. They do eventually load. I monitored CPU activity by logging into a terminal and using the "top" command, and I noticed that a click on a browser link to a drupal page results in the Web server jumping to about 40% of the CPU and mysqld going first to 40%, and then working its way up to 99% (for mysqld). In Internet Explorer, the problem sporadically pops up.
Has anyone done the upgrade from 4.4.2 to 4.5.0 with the underlying database being PostgreSQL?
What sort of things were encountered along the way?
Reason I'm asking is that my previous experiences with updating drupal was that the upgrade process seemed to assume that one was using MySQL and that there was always some oddball change I had to make to any supplied SQL scripts. I've got three sites that I want to upgrade in the next month or so and wish for this to go as smooth as silk.