Jump to content

ERROR - Pre -install - Javascript!?!?!??


Recommended Posts

Hi,

I got this error:

[#%&()_=.? +-@]$', $url); } /** * Check for standard name file validity * * @param string $name Name to validate * @return boolean Validity is ok or not */ static public function isFileName($name) { return eregi('^[a-z0-9_.-]*$', $name); } /** * Check for admin panel tab name validity * * @param string $name Name to validate * @return boolean Validity is ok or not */ static public function isTabName($name) { return eregi('^[a-z0-9_-]*$', $name); } static public function isWeightUnit($unit) { return eregi('^[[:alpha:]]{1,3}$', $unit); } static public function isProtocol($protocol) { return eregi('^http(s?)://$', $protocol); } } ?> on of PrestaShop is outdated. No updates are available'; $_LANG['Cannot convert your database\'s data to utf-8.'] = 'Cannot convert your database\'s data to utf-8.'; ?>  



This application need you to activate Javascript to correctly work.




You may check it:
http://www.francisco12.com/prestashop/

http://www.francisco12.com/info.php


Please help me!
Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...