Joomla 3.0 has been deprecated DS constant

Joomla 3.0 has been deprecated DS constant, since now use DIRECTORY_SEPARATOR instead.
Or you just can redeclare the old one:
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
in one of Joomla's php sources.


Joomla Articles