Jump to content

ERROR: Class 'ObjectModel' not found


ucip3

Recommended Posts

Hola, buenos días,

 

Intento utilizar el archivo Product.php, que es una clase, el cual se encuentra en prestashop/classes/Product.php, con un código sencillo:

 

<?php
   require_once('../../classes/Product.php');
 
   $product = new ProductCore(1, false, 1, 1);
 
   echo $product->getAttributesResume(1);
?>
 
Pero al querer mostrar la página en el navegador me muestra el siguiente error:
 

Fatal error: Class 'ObjectModel' not found in /Applications/XAMPP/xamppfiles/htdocs/prestashop/classes/Product.php on line 37

 

La clase ObjectModel sí existe, lo he comprobado dentro de la misma ruta que Product.php

 

¿Cuál es la solución a este error?

 

Versión Prestashop: 1.6.0.14

 

Gracias.

Edited by ucip3 (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...