Hello,
I am trying to integrate a PHPRunner application (V5.1) in a Liferay portal.
On top of having a working application, I need to be able to retrieve the user currently loggin to filter the table.
So far, I can manage to have this done by renaming the content of "vp_users_list.php" in a new file named "index.php".
(It is a requirement of Liferay to be able to deploy an application in the portal).
So, to resume, I have the application deployed and exposed through a portlet in Liferay.
I am able to trace, with some echo command, that the current user info is found and usable to filter.
However, the application is not showing any result (not even the table frame) and I do receive another error:
End tag not found:{END body}Page is broken
I found that this error is coming from the file: templates/vp_users_list.htm
As of now, I am not able to fix this issue.
Any suggestions ?
By the way, the application, without filtering, is working when accessed directly from the root of an apache server so I am supposing that it is not the source of the problem...But I can be wrong...
Thank you in advance for your help.
P