Problem solution
Soluzioni ai vostri errori e problemi

Find here the solution to your problem and error: search



Chi è online

We have 6 guests online

Web Joomla Include filename contains too many - ALERT
Include filename contains too many - ALERT Print E-mail
Web - Joomla
Thursday, 18 March 2010 21:43

ALERT - Include filename
“mod_mainmenu/../../../../modules/mod_mainmenu/tmpl/default.php') contains too many “../”

The error above means that you have exceeded the limit (usually 4) of  “../” to the included files.
Most likely you're using a template on Artisteer CMS Joomla, in fact, the bug has been fixed with later versions of Artisteer, but can be solved manually by replacing the following line of code:
require_once dirname(__FILE__) .
str_replace('/', DIRECTORY_SEPARATOR, '/../../../../modules/mod_mainmenu/tmpl/default.php');

present in the file TemplateName\html\mod_mainmenu\default.php with this line:
require_once realpath(dirname(__FILE__) .
str_replace('/', DIRECTORY_SEPARATOR, '/../../../../modules/mod_mainmenu/tmpl/default.php'));

 

Add comment


Security code
Refresh




bottom
top

bottom

© 2009 Problem-Error.com - Disclaimer