fdoze Posted December 20, 2008 Share Posted December 20, 2008 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.phpPlease help me!Thanks. Link to comment Share on other sites More sharing options...
Guest Posted December 20, 2008 Share Posted December 20, 2008 You better ask you host regarding this error... Link to comment Share on other sites More sharing options...
fdoze Posted December 20, 2008 Author Share Posted December 20, 2008 What do you mean?What kind of problem could it be?I have CPanel and WHM... Can I handle this!?Thanks. Link to comment Share on other sites More sharing options...
fdoze Posted December 20, 2008 Author Share Posted December 20, 2008 Im deleting this version and I will try to install the new version...Its better?! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now