twhite3000 / vqmod

Automatically exported from code.google.com/p/vqmod
0 stars 0 forks source link

insanely large vqmod/vqmod.log #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NOTE THAT THIS IS FOR VQMOD ENGINE ERRORS ONLY. FOR GENERAL ERRORS FROM
MODIFICATIONS CONTACT YOUR DEVELOPER

What steps will reproduce the problem?
1. allow installation of opencart with vqmod
2. run for a few days with no visible symptoms problems
3. die on file size exceeded limit.  On investigation, discover a HUGE debug 
file that was not expected on a production environment.

What is the expected output? What do you see instead?
Expected: it works
Instead: works at first, but then it crashes the site

vQmod Version: 1.4
Server Operating System: centos, cpanel, blah, irrelevant

Please provide any additional information below.

Thousands, millions of these messages are logged, until the system dies.  

---------- Date: 2013-05-03 09:40:12 ~ IP : 66.249.75.159 ----------
REQUEST URI : /hollywood?sort=p.price&order=DESC&limit=75
MOD DETAILS:
   modFile   : /home/fabriwql/public_html/vqmod/xml/remove_affiliate_links_both_ends.xml
   id        : Remove Affiliate Links - from front and back end (1.5.2x)
   version   : 2.1
   vqmver    : 2.1
   author    : William Jay - williamjay@repairman.com
Could not resolve path for [admin/view/template/common/header.tpl] (SKIPPED)

MOD DETAILS:
   modFile   : /home/fabriwql/public_html/vqmod/xml/vqmod_richsnippets.xml
   id        : Add GR Rich Snippet to opencart
   version   : 1.4
   vqmver    : 2.1.7
   author    : TransPacific Software
Could not resolve path for [admin/view/template/common/header.tpl] (SKIPPED)
Could not resolve path for [admin/controller/common/header.php] (SKIPPED)
Could not resolve path for [admin/model/setting/extension.php] (SKIPPED)
Could not resolve path for [admin/language/english/common/header.php] (SKIPPED)
MOD DETAILS:
   modFile   : /home/fabriwql/public_html/vqmod/xml/custom_body_classes.xml
   id        : Add custom classes to body
   version   : 1.0.1
   vqmver    : 2.1
   author    : everthemes.com
SEARCH NOT FOUND (ABORTING MOD): <body class="<?php echo $base_class; ?>">
----------------------------------------------------------------------

Original issue reported on code.google.com by jvn...@gmail.com on 27 May 2013 at 12:33

GoogleCodeExporter commented 9 years ago
614139 14:13:11 --- SIGXFSZ (File size limit exceeded) @ 0 (0) --- 
yep, there are limits to how much debug information can be stored.

Original comment by jvn...@gmail.com on 27 May 2013 at 12:38

GoogleCodeExporter commented 9 years ago
This is not a bug and won't be fixed. This is due to the author of your 
invidivual modifications not coding them well/correctly

Original comment by DJG6...@gmail.com on 27 May 2013 at 12:49

GoogleCodeExporter commented 9 years ago
Also, you should update to the latest version of vQMod. This has daily rotating 
logs that clear every 7 days. The version you are using has just one log file 
(old version)

Original comment by DJG6...@gmail.com on 27 May 2013 at 12:50