Portal Gol Caracol y Caracol Noticias: Para Caracol Televisión, se trabajó en la construcción de módulos que gestionaban las noticias, galerías y multimedia y módulo que permite la creación de especiales donde se puede modificar componentes como logos, fondo, bloques de contenido de los portales Gol Caracol, Noticias y revista cromos.
We've just uploaded the latest version of Drupal 7 over FTP, and we're now running https://www.example.com/update.php
We get to the Review Updates point, where we receive an error:
User error: Failed to connect to memcache server: 127.0.0.1:11211 in dmemcache_object() (line 415 of /home/user/releases/20190530102737/sites/all/modules/contrib/memcache/dmemcache.inc).
Hi, I have specific requirement, as explained below
Requirement:
I have 3 roles
Chief Editor
Editor
Author
I want user to request for these roles, before they are being assigned a role. The request is submitted by way of creating a node. List of roles user can requested are available in the fields(available roles field) dropdown (list is fetched using entity reference). When node is published, a user is added in the role requested in that node.
In my D7 site I have a page listing content titles and I want users to be able to filter this list based on the taxonomy applied to the content. So I have added a filter criteria > 'Content: has taxonomy terms (exposed)'. This provides a drop-down list of the taxonomy terms allowing users to filter the content. The issue is that the site currently has little content yet I have created a large number of taxonomy terms. I don't want users to select terms which return no results. Instead, I would like the drop-down list to only contain taxonomy terms which are linked to published content.
i have created 4 entities using ECK module in drupal 7 (candidat, subject, ...)
what i need is to crerate custom module import cvs file and when i imported my data i would like to updated existing data in all entites like for exemple candidat whene i import first and last name of candidat i would like to update cnadidat if existing if note create new one
can i do that for other entities in one module code