I started receiving errors about the include path when I installed the JA Pariiti template this morning. There are errors in line 39 and 48 of index.php.
<blockquote>Fatal error: require() [function.require]: Failed opening required ‘/home/.folder1/folder2/PHOTOPAINTINGPRO.COM/templates/ja_pariiti/ja_scriptdlmenu.php’ (include_path=’.:/usr/local/php5/lib/php:/usr/local/lib/php’) in /home/.folder1/folder2/PHOTOPAINTINGPRO.COM/templates/japariiti/index.php on line 48</blockquote>
The site is hosted at dreamhost; I have Joomla RC1.5 with the legacy plugin enabled.
The requested file (ja_scriptdlmenu.php) is in folder /PHOTOPAINTINGPRO.COM/templates/japariiti/
The line 48 from index.php is <blockquote>require($ja_template_absolute_path.”/ja_scriptdlmenu.php”);
</blockquote>