+10 votes
584 views
in Programming by (11.7k points)
I am developing mini script for drupal and I am getting tihs error on Drupal

How can I remove this error from my project?

1 Answer

+11 votes
by (26.3k points)
For example if you have something like this:

$view_user[$i]->_field_data[uid][entity]->field_ct[und];

then convert it to

$view_user[$i]->_field_data['uid']['entity']->field_ct['und'];
Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...