Hi,

It's been a long time since I had this site running but I restored it from a backup as the customer needed it again.

I've updated all modules that needed it so now I'm running 6.x-1.0+8-dev (24th Feb 2012).
I get this error:

PHP Parse error: syntax error, unexpected ';' in /home/sites/mysite.co.uk/public_html/sites/all/modules/uc_custom_price/uc_custom_price.module(57) : eval()'d code on line 111

By putting extra blank lines into my PHP code, I know that the problem is with this line:

$bespoke_height=[Bespoke_Height];

The whole code actually runs without any problems. I've debugged it and the variable is populated with the value I give it through the token.

So why is it giving this error?

I've put this as a support request at the moment, not a bug as I'm sure it's my code.