0

I am debugging an odd error in order to diagnose a simplistic PHP function that is not executing properly. The function itself is not the issue. When I ran a backtrace using debug_print_backtrace(), it just keeps printing and printing, endlessly. Is a backtrace supposed to perform like this?

The site itself is Opencart v1.5.4.1, hosted on a dedicated Linux box running CentOS latest version. What else would I need to provide in order to properly diagnose? I've not run into something like this before, thus, very confused and not sure where to turn. Google search provides nothing in the way of clarity. Any ideas?

FurryWombat
  • 816
  • 2
  • 12
  • 28
  • 1
    `debug_print_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 100);` – Mark Baker May 05 '15 at 14:53
  • Doh! Thanks, Mark. Any references you're aware of that could explain the infinite output generated without those arguments? Nothing coming up on Google when I search, perhaps, not using the correct terminology to find... – FurryWombat May 05 '15 at 14:58
  • 1
    recursive object nesting is the most likely, particularly with large objects – Mark Baker May 05 '15 at 14:59

0 Answers0