Our site is slow and we did analyze the error log off the server and one thing we find is that the index.php is looking for these files in the script directory – mootools.v1.1.js and vm_stuff.js But i can’t find them anywhere.
Can i just delete these this 2 lines in the index.php???
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl();?>/scripts/mootools.v1.1.js”></script>
and
<script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl();?>/scripts/vm_stuff.js”></script>
Or do I need to install these scripts? If so where can I download them?
FYI:
Below are the errors we did find in the error log
File does not exist: /var/www/vhosts/asokashop.eu/httpdocs/templates/Asokashop/scripts/mootools.v1.1.js,
File does not exist: /var/www/vhosts/asokashop.eu/httpdocs/templates/Asokashop/scripts/vm_stuff.js,
Also I recieve this errors
File does not exist: /var/www/vhosts/asokashop.eu/httpdocs/templates/ja_genista
File does not exist: /var/www/vhosts/asokashop.eu/httpdocs/templates/ja_genista
Why? We never did installed the template ja_genista
How to make our site to run without these errors
Can anybody help us
TIA
Henk