The whole question is in the title.
Will elaborate bellow.
Need to create an automated alias pattern based on the taxonomy structure that includes Term parent + term + node title.
Presently, when creating a new pattern based on the content type there is no token that reflects taxonomy term parent.
Same token do exist when creating a pattern based on the taxonomy terms ([term:original:parent:name])
If I try to update the database from the GUI, I get
In order to run update.php you need to either have "Administer software updates" permission or have set $settings['update_free_access'] in your settings.php.
But I am admin, and I have all permissions in software updates" permission. I also updated permissions in the site report.
I'm getting trouble doing this simple task and after hours diving into forums, I can't find any answer. Here it is :
I've created a custom block via the UI. This block has id number 2, as seen in the URL and is placed in the header.It's sole purpose is to show a string depending on the current user data on user login.
I've created a custom module which invokes the MY_MODULE_user_login hook, in order to get the string I need to show in the previous block :
I get the below error when trying to access a few nodes. Most of the nodes work. The ones that don't, give this error. and the front end displays Drupal install page.