I just upgraded from Drupal 7.2 to 7.56
I now have an error that appears "User warning: The following module is missing from the file system: tb_megamenu." in _drupal_trigger_error_with_delayed_logging () (line 1143 in / home / ....
I tried to search the net but I can not find
If I understand correctly, this is the default theme, but how to correct this error?
A long standing Canberra IT company is looking for a junior to mid-level Drupal Site Builder/Developer with working experience in some or all of the following areas:
after some research and trawling around the forum I've sort of worked out that the user typed password is mutilpied-or calculated using the salt value in php.ini and is then converted to the saved hash password. When the user logs on I assume the same happens and then the result is compared to the stored hashpassword?
I have some plain php pages that I need to protect so I have used a php script to password them pointing the script to my drupal users table for username and password. Issue is that my script does not recognise the drupal hash password.
for my website, I would like to do the following thing:
I´ve got a content type called: "client data" and I want to import data automatically into the Drupal database. Exporting works very well with this module here: https://www.drupal.org/project/views_data_export, but I haven´t found a module that can do it the other way around and I´m sure that there exists a solution to this problem.