I have installed Pollux, but when I open my site (on a local machine under WAMP), I get an error page that says:
**********************
Warning: include(C:/Program_Files/wamp/www/Joomla_1.0.12-Stable-Full_Package/templates/ja_pollux/ja_templatetools.php)
[function.include]: failed to open stream: No such file or directory in C:Program_FileswampwwwJoomla_1.0.12-Stable-Full_Packagetemplatespolluxindex.php on line 38
Warning: include() [function.include]: Failed opening
‘C:/Program_Files/wamp/www/Joomla_1.0.12-Stable-Full_Package/templates/ja_pollux/ja_templatetools.php’ for inclusion (include_path=’.;C:php5pear’) in
C:Program_FileswampwwwJoomla_1.0.12-Stable-
Full_Packagetemplatespolluxindex.php on line 38
Fatal error: Call to undefined function getCurrentMenuIndex() in
C:Program_FileswampwwwJoomla_1.0.12-Stable-
Full_Packagetemplatespolluxindex.php on line 40
*****************
Lines 38 and 40 of index.php are:
38: include ($ja_template_absolute_path.”/ja_templatetools.php”);
40: $ja_headerimg = $ja_header_images [getCurrentMenuIndex() % count($ja_header_images)];
There *is* a ja_templatetools.php file in the same directory.
What do I do now? Is there something I should do to the installation
folder? So far I have been able to install free templates without
problem.