markl
1
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
Kovah
2
It seems that you may forgot a symbol. Please post the line where you entered your URL
markl
3
define('IP_URL', ‘http://collect.worxforu.com/’);
Thanks
markl
4
Kovah,
Any ideas on that problem … currently I cannot use the invoicing
Thanks
Kovah
5
You have to use the correct quotation marks:
define('IP_URL', 'http://collect.worxforu.com/');