Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
Hi again!

New couch looks amazing, BUT... it kind of broke my user registration form, where I used this: http://www.couchcms.com/forum/viewtopic.php?p=9596#p9596

When I now visit the page I get:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /homepages/45/d262021144/htdocs/_kobukan/couch/tags.php(2926) : eval()'d code on line 45


With a total uneducated guess I would think it's because of this:
Now any Couch tag that has a newline immediately following its terminal '>' bracket, will get the newline removed.


What do I need to do to fix that?
Hi Klaus,

Thanks for the heads-up.
Please give me a couple of days for trying to solve the issue.
Will get back.
Hi Klaus,

With a total uneducated guess I would think it's because of this:
Quote:
Now any Couch tag that has a newline immediately following its terminal '>' bracket, will get the newline removed.
And you were absolutely right :)

It required explicitly introducing a single space character in the 'multi_form_handler.html' snippet to fix the error.

I've updated that snippet in the original thread (viewtopic.php?p=9596#p9596). Please download and use the post-1.4 version from there.

Do let me know if it fixes the problem.

Thanks.
Please excuse the long delay. Just updated the handler file and everything works as it should. Thank you very much!
4 posts Page 1 of 1