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.
happy to be a Drupal n00b - but not-so-happy to find out that I shouldn't have installed the versio 6 beta. Why? Well, because I can't install many new modules (there's one in particular I need ) because I get the incompatibility message from my modules management screen.
*SO* - can I downgrade from version 6 to the latest stable version 5?
If so, how do I do it properly without losing my database and site... ?
Everything else to do with the Forum module seems to be fine, when I look at the categories - they all appear. When I look at the category vocab it states as expected that it's 'fixed' to forum topics. Everything seems to be as it should, yet when you node/add/forum the taxonomy selection doesn't appear? Very frustrating... I even tried using the devel module to reinstall the forum module - and nope, still no selection box.
We installed Drupal using CPanel > Fantastico. I having two problems: I am trying to install a module that didn’t come with the version we have (5.1) and since it was install using Fantastico, I am not sure how to do this. The other problem is how do I upgrade to version 5.2 using Fantastico.
I already upgrade my site from 4.7x to 5.1x
all are working fine except password is not taken correct.
I am using user_register.tpl.php.
I am using logintoboggan module for direct register & login (user having permission for creating account & setting password at same time)
but what ever password is set by user is not properly storing into database.
i.e if user enter password :"Hello"
into database it store as only first character:"H"
not total string.