
Originally Posted by
lat9
Your /logs folder definition, based on the DIR_FS_CATALOG setting, should be:
Code:
define('DIR_FS_LOGS', '/home/xxxx/public_html/tubularwiremeshribbon.com/logs');
Now, is there actually such a folder in your store?
OK, I've been able to successfully access the myDEBUG Backtrace plugin error logs in my /logs file:
Code:
[04-Jul-2015 11:30:29] PHP Warning: Wrong parameter count for debug_print_backtrace() in /home/xxxx/public_html/tubularwiremeshribbon.com/includes/extra_configures/enable_error_logging.php on line 20
[04-Jul-2015 11:30:29]
[04-Jul-2015 11:30:29] PHP Fatal error: 1109:Unknown table 'p' in field list :: select count(p.products_id) as total in /home/xxxx/public_html/tubularwiremeshribbon.com/includes/classes/db/mysql/query_factory.php on line 120
Now to decode them. I'm not seeing Unknown table 'p' in field list in query_factory.php...