J3.x

Open basedir in effect in template manager

From Joomla! Documentation

Revision as of 00:21, 10 December 2013 by Sovainfo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Getting an error trying to use the template manager?

Warning: is_dir() [function.is-dir]: open_basedir restriction in effect in administrator/components/com_templates/models/template.php on line 111

Replace if (is_dir($dir . $value . '/'))

with if (is_dir($dir . $value))