product - Prestashop Class 'ProductCore' not found -
so first of new prestashop. installed , bought theme. after installing theme error when try view store (with error reporting on, otherwise blank screen)
fatal error: class 'productcore' not found in /nfs/home/mywebsite.com/public_html/store/classes/product.php on line 4
i haven't done codes... why , how can rid of it?
the file product.php in /nfs/home/mywebsite.com/public_html/store/classes/ must 1 original distribution , if needed overridden @ nfs/home/mywebsite.com/public_html/store/override/classes/.
the original class defined as: "class productcore extends objectmodel" override "class product extends productcore"
most file must in "override" folder being copied @ core classes folder.
just copy /nfs/home/mywebsite.com/public_html/store/classes/product.php /nfs/home/mywebsite.com/public_html/store/override/classes/ , product.php original distribution (the same ps version) /nfs/home/mywebsite.com/public_html/store/classes/
make sure backup files you're overriding.
Comments
Post a Comment