carmelo3m Posted March 12, 2013 Share Posted March 12, 2013 (edited) Theme Style Changer quando vado a fare una modifica e poi salvo mi da quest errore che ti ho incollato qua giù qualcuno mi sa aiutare [PrestaShopException] Validation function not found. Array at line 928 in file classes/ObjectModel.php 922. 923. // Check field validator 924. if (!empty($data['validate'])) 925. { 926. if (!method_exists('Validate', $data['validate'])) 927. throw new PrestaShopException('Validation function not found. '.$data['validate']); 928. 929. if (!empty($value) && !call_user_func(array('Validate', $data['validate']), $value)) 930. return 'Property '.get_class($this).'->'.$field.' is not valid'; 931. } 932. [PrestaShop] Fatal error in module ObjectModel: method_exists() expects parameter 2 to be string, array given Edited March 12, 2013 by carmelo3m (see edit history) 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