PHP section 5.1.2

Status: 
Open
Question: 

The empty text php code section 5.1.2 is not working. I already cleaned the ".

The argument in the view display block is:
user: UID if not present: display empty text Basic validation: display empty text.

Responses

1. First see if it is trying to

First see if it is trying to display the empty text. Just type in "test" or so instead of the code.

Next, you can debug your code by adding some echo statements in between. Such as echo $idn1;

2. In section 5.1.3 I did erase

In section 5.1.3 I did erase the block from the profile content display and just left the new one for the photo gallery. As soon as I added it to the profile content display as well, it worked.

Thanks