No functionality seems to be compromised. Errors appearing:
PHP Parse error: syntax error, unexpected $end in /home/sap3pas/public_html/ftc/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs.module(832) : eval()'d code on line 1
and
PHP Parse error: syntax error, unexpected '<' in /home/sap3pas/public_html/ftc/sites/all/modules/custom_breadcrumbs/custom_breadcrumbs.module(832) : eval()'d code on line 1
Comments
Comment #1
MGN commentedI think this issue is a duplicate of #594394: PHP Parse error: syntax error, unexpected $end in modules/custom_breadcrumbs/custom_breadcrumbs. Can you try the latest code (6.x-2.x-dev) and let me know if you still see this.
Also, have you enabled the option to use php in titles and paths? Have you created a breadcrumb that uses php in titles or path? If so, you might check the code to make sure that it is correct - improper code could lead to this error.
Thanks
Comment #2
filiptc commentedYes, definitely a duplicate, sorry bout that. No own phpcode anywhere so I'll try last dev and report back on the other thread. Thanks!
Comment #3
filiptc commentedConfirming here too just in case: latest dev fixes issue.