Skip to main content
Topic: No record (Read 328 times) previous topic - next topic

No record

Hello
I have a record to the table-user and would like to show the detail user on the home page.

When I take the UserView and paste it into the PageDesigne, I get No entry found with the $page_id. if I set the number 1, it shows me the record.

If I make a CustomView with the entry

<?php

echo intval([$page_id])

?>

I get 1 which corresponds to the User-ID. I don't understand it.
Thanks vor Help
Genlock