Hi,
On view linkable field i have the value "Demanda.otro".
Then on HTML field, I have: Demanda.otro:Más información
And on View action "Code" field: <h1 class="titulo-pagina">Datos de la Demanda #{Demanda.idD}</h1>
When I click over the link, the page shows:
because my link url is index.php/demanda?cont=lists&ccname=Demanda&act=view
How can I solve the problem? Thanks
On view linkable field i have the value "Demanda.otro".
Then on HTML field, I have: Demanda.otro:Más información
And on View action "Code" field: <h1 class="titulo-pagina">Datos de la Demanda #{Demanda.idD}</h1>
When I click over the link, the page shows:
1054
Unknown column 'Demanda. IS NULL' in 'where clause' SQL=SELECT `Demanda`.`idD` AS `Demanda.idD`, `Demanda`.`created` AS `Demanda.created`, `Demanda`.`name` AS `Demanda.name`, `Demanda`.`descripcion` AS `Demanda.descripcion`, `Demanda`.`newestado` AS `Demanda.newestado`, `Demanda`.`nombreProtagonista` AS `Demanda.nombreProtagonista`, `Demanda`.`apellidosProtagonista` AS `Demanda.apellidosProtagonista` FROM `sioa-demanda` AS `Demanda` WHERE `Demanda`.` IS NULL
Oh My Gosh! You Found It!!!
Looks like the page you're trying to visit doesn't exist.
Please check the URL and try your luck again.
because my link url is index.php/demanda?cont=lists&ccname=Demanda&act=view
How can I solve the problem? Thanks