I have migrated my live drupal site to local server inorder to work on a new theme. I was able to to migrate and get it running as well. Until I got this exception error while visiting the site. I am not able to trouble shoot this error, kindly help me out. This mainly happened after I was playing with File Permissions in my windows Localhost to set a development environment for a new theme
Additional uncaught exception thrown while handling exception.
Hi can you tell me if Drupal console can be used on the online production site? I often hang around and it would be nice for me to use it not locally.
Thank you
I accidentally deleted a table named node__field_gita_10439_text directly from the phpMyAdmin, and now I can't view any lists of contents from the Drupal UI.
It throws the error:
Drupal\Core\Database\DatabaseExceptionWrapper: Exception in Content[content]: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'heritage.node__field_gita_10439_text' doesn't exist:
The National Center for Employee Ownership (The NCEO), a US-based nonprofit association with more than 10,000 members, has been supporting the employee ownership community since 1981. The NCEO conducts original research, facilitates discussions at their live and online events, provides access to a wealth of publications and resources, and helps businesses cultivate employee ownership within their own organizations. Through their initiatives and resources, The NCEO encourages employee ownership throughout the business world.
I'm transitioning to the core media that ships in Drupal 8 but it's not very clear to me how I go about setting up some things. I'm trying to use the media type 'image' for different node types and scenario's, which all have different restrictions for the image field. For instance:
- The article node type has a field_banner_image, which refers the media type image. I want the field_image of the media item to have a minimum upload width of 2000px.