Upgrade to 1.4.10 index.php issue

Hi,

I am trying to upgrade to 1.4.10 and have edited the index.php but I get this error

Parse error: syntax error, unexpected ‘:’ in /var/www/worxforu_ac/index.php on line 20

My url is correct because it was working fine before I attempted the upgrade.

Thanks

Mark

It seems that you may forgot a symbol. Please post the line where you entered your URL

define('IP_URL', ‘http://collect.worxforu.com/’);

Thanks

Kovah,

Any ideas on that problem … currently I cannot use the invoicing :frowning:

Thanks

You have to use the correct quotation marks:

define('IP_URL', 'http://collect.worxforu.com/');