Jump to content

Error messages in Error Logs


Tony

Recommended Posts

v 6.4.2

Under Admin Console -> Advanced -> Error Log -> System Error Log

I am seeing these lines popping up a few times but I'm not able to track this down. What do I need to resolve this?

Thanks.

[<strong>Notice</strong>] /home/xxxxxxxx/admin_xxxxxxxxx/sources/settings.index.inc.php:188 - Undefined index: path
http://xxxxxxxx.co.uk/admin_xxxxxxxx.php?_g=settings
[<strong>Notice</strong>] /home/xxxxxxxx/classes/tax.class.php:544 - Trying to access array offset on value of type bool
http://xxxxxxxx.co.uk/xxxxx/xxxx/xxxxxxxxxxx

 

[<strong>Notice</strong>] /home/xxxxxxx/classes/cart.class.php:892 - Undefined index: absolute_price
http://xxxxxxxxxxx.co.uk/xxxxxxxxxx/xxxxxxxx/xxxxxxxxx

 

Link to comment
Share on other sites

There is a particular school of programming that the CubeCart programmers attended. It teaches that declaring all possible variables and array elements before actually using them is permissible. However, PHP feels the need to advise the programmers with a Notice that this school of programming has its downsides.

(When CubeCart is not in debug mode, these notices should not get logged.)

The tax class notice has been observed and should be fixed shortly.

 

Link to comment
Share on other sites

2 hours ago, bsmither said:

(When CubeCart is not in debug mode, these notices should not get logged.)

Ohhh, now I remember! We discussed about debug in PM r.e. memcached and I enabled it on the 19th - the date tallies with the errors. In the case, I will ignore it.

 

2 hours ago, bsmither said:

The tax class notice has been observed and should be fixed shortly.

Great, thank you.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...