Create entity if not existe using feeds

I use feeds to import data from csv file with eck entity processor and feeds module drupal 7, in fields of bundel i have entity reference field named nom candidat like in image bellow, but when i import data from csv file i need to create if note existe a new entity candidat in candidat entity type. In this case i have setup used feed entity reference and maping field "nom candidat" to according entity id, but when i upload to file it doesn't create candidat entity if not existe, how i can do that please 

Update Drupal 7.75 - version inconsistency

Hi,

Today I updated Drupal core from 7.73 to 7.75 (security update from 26 November 2020). Something doesn't look right:

On Status report it shows: Drupal 7.75 but in Available Updates it still shows as 7.73 and update to 7.75 is required. I have a profile installation so I left the following folders unchanged: Modules, Profiles, Sites and Themes. The rest is replaced.

I have downloaded new version from https://www.drupal.org/project/drupal/releases/7.75 and updated manual way.

I cannot save nodes anymore

I am preparing to upgrade from Drupal 7and I ran through some changes with my website, and as a result, some tokens have disappeared.

Now when I try to save the edits to a node, I get this error message:

"Author is using the following invalid tokens: [current-user:profile-social-media]"

I tried a couple of user profile customization modules but couldn't change the author profile fields.

Any help with this would be greatly appreciated.

Thanks,

Dorian

Media queries are not working.

Hello,

We have a website in Drupal 7.

All things are working fine but we have an issue with media queries for making website responsive.

Other all CSS working fine from same file but media queries not working.

@media only screen and (max-width: 414px) {
 
}

------------------------

@media screen and (max-width: 414px) {

}

We have tried both media queries pattern but CSS is not working under these media queries.

Please help to solve this issue.

E.OriginalEvent in drupal forms

Hello iam using ajax in my drupal forms and i need to apply a test on my event witch is a user triggered or code triggered!
So, drupal forms provide an event key:
[#ajax] => array(
'event' => 'change',
... )
I need something like this to know about the event origin:

If(e.originalEvent) {

// user triggered

} else {

// code triggered

}

My purpose is to test my event and knowing that change event caused by code triggered (jquery replace html by ajax) or user triggered.

Site not accessible for specific time span

We are facing site inaccessibility for 10 minutes timespan everyday.

In access_log we found "GET /" 302 547. No other process, cronjob , DB query is running at this point of time.

Any help is appreciated.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x