However, I see the following errors over and over in the httpd error_log. Should I be concerned? (not my real IP, obviously).
Every 10 Min Job:
[Mon Oct 16 14:01:08.357984 2017] [:error] [pid 3330] [client 53.2.210.52:34042] PHP Notice: Undefined property: Bitfinex::$cryptoPendingVal in /var/www/html/bitbot/inc/ExchangeAPIs/bitfinex.php on line 481
.............
Thanks in advance for any advice. MT
Nothing to be concerned about. When I added back in Crypto Pairs, I check against a variable that doesn't always have all the possible pairs in an array. In the next build I will update the check so that it makes sure the pair exists, and if it doesn't it'll fail silently (as it should do now) so that nothing gets logged. Other than making your logs a bit longer than they should be though, this won't effect the bot at all as it is.