0
We're upgrading our site to the latest version of Joomla! and the component dies with the next errors:
Notice: Use of undefined constant DS - assumed 'DS' in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
Warning: require_once(F:\www\site3/components/com_affiliatetrackerDScontroller.php): failed to open stream: No such file or directory in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
Fatal error: require_once(): Failed opening required 'F:\www\site3/components/com_affiliatetrackerDScontroller.php' (include_path='.;C:\php\pear') in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
We solved it by replacing all the occurrences of the DS constant with its value '/'
You should address this issue to ensure full Joomla! 3.x compatibility.
Notice: Use of undefined constant DS - assumed 'DS' in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
Warning: require_once(F:\www\site3/components/com_affiliatetrackerDScontroller.php): failed to open stream: No such file or directory in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
Fatal error: require_once(): Failed opening required 'F:\www\site3/components/com_affiliatetrackerDScontroller.php' (include_path='.;C:\php\pear') in F:\www\site3\components\com_affiliatetracker\affiliatetracker.php on line 17
We solved it by replacing all the occurrences of the DS constant with its value '/'
You should address this issue to ensure full Joomla! 3.x compatibility.
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »