I have a multisite installation with seven sites. Two of the seven have an issue with the update manager. They both report Last checked: never (Check manually) even after checking manually or running cron.
Also, no modules are listed below as they are with the other five sites. There is nothing in the log report indicating an error running.
1. Title (field title)
2. link (field more_info)
3. location (field location)
I have a field - 'more_info" from another view(Vacancy) which contains a link. Now I want to display the field "more_info" link within the node <link></link>
I was editing/adding a few simple pages, when I started getting 403 Forbidden error messages when I would go to selected pages on the site.
"You don't have permission to access this resource.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request."
It sounds and looks like a "permissions" issue, but I can't think of anything I did that might have changed regarding permissions to directories or files.
In Drupal 7 and previous, when you wanted to put in a list of allowed values for a dropdown list, you could do this:
Key1|Value1
Key2|Value2
Key3|Value3
Now there is a single text field with an automatic key value and an add another item button. Surely you all aren't using that thing when you have a hundred item list to add to a content type. Other than custom coding a list, is there a module or method to bring back something like the key|value capability noted above?