xampp - RecursiveDirectoryIterator error joomla -


im getting error have idea hove solve. im getting error after saving slider images joomla page: recursivedirectoryiterator::__construct(c:\xampp\htdocs\bondenssliderdsimagesds,c:\xampp\htdocs\bondenssliderdsimagesds):

how solve this?

it's have problem "ds constant". per joomla documentation ds(directory separator) constant has been removed version 3.x. if using custom component uses "ds" generate error it's not defined in library. resolve issue either can tried define :

if(!defined('ds')) define('ds', directory_separator); 

added main .php file of components/plugin or module.

or can directly install following plugin:

http://extensions.joomla.org/extensions/extension/core-enhancements/performance/ds-constant


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -