Jump to content

problema con modulo mobile evo


carmelo3m

Recommended Posts

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 by carmelo3m (see edit history)
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...