Hello,
I am attempting to create a custom template of a module that is using php code. When I do a
/sbin/e-smith/expand-template /path to my fragments, I get the following error:
[root@bottom60 index.php3]# /sbin/e-smith/expand-template /opt/administration/jbtest/index.php3
ERROR: Cannot process template /etc/e-smith/templates-custom//opt/administration/jbtest/index.php3/01begin: No such file or directory
at /sbin/e-smith/expand-template line 49
This 01begin contains some php code in it. If I remove this fragment and a 99end fragment that contains some php code as well, then the other fragments will work. But, I need the php code that goes before and after these fragments in order for the code to work. The expand-template is trying to execute some of the code in the php fragmented file. I don't want this. So, my question is, how can I get the expand-template event to just place the php code into the index.php3 file without trying to execute any of the code in that or other particular fragments?
TIA for all help.