Jump to content

Errors after Fresh Installation


Recommended Posts

I installed Prestashop with the default theme and set about configuring it. Straight away I encountered some errors when viewing the Modules and Services area.

 

I have tried clearing the cache and turning other cache options on and off but it has not helped.

 

The errors that pop up are:

 

Notice on line 136 in file /home/healthyt/public_html/shop/cache/smarty/compile/0a/94/52/0a9452805c04eb8ef5439a396cf170a14e14f1a1.file.list.tpl.php
[8] Undefined property: stdClass::$price

Notice on line 136 in file /home/healthyt/public_html/shop/cache/smarty/compile/0a/94/52/0a9452805c04eb8ef5439a396cf170a14e14f1a1.file.list.tpl.php
[8] Undefined property: stdClass::$price

Notice on line 136 in file /home/healthyt/public_html/shop/cache/smarty/compile/0a/94/52/0a9452805c04eb8ef5439a396cf170a14e14f1a1.file.list.tpl.php
[8] Undefined property: stdClass::$price

 

I've had a bit of a search but couldn't find anything that matched this problem.

Link to comment
Share on other sites

Hi,

We have 4 categories of messages in applications. 1. Warning messages 2. Fatal errors 3. Notice messages 4. Parse error.

In case of Fatal error and parser error program execution stop. Warning and notice messages rarely stop program execution.

You can turn off notice messages by placing following code in index.php

 

PrestaShop Tutorials Videos [How to do Tasks]

 

// Report all errors except E_NOTICE
error_reporting(E_ALL & ~E_NOTICE);
Edited by Zohaib-fk
Post Updated (see edit history)
Link to comment
Share on other sites

PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting T_FUNCTION in /hermes/bosnaweb03a/b2758/ipg.delhibrandscom1/override/classes/Dispatcher.php on line 26

 

 

I'm getting this error after install and uninstall one module. 'cleanurl'

 

 

Any suggetion? 

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...