Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Weird error when trying to update inventorydetails
#2
that is an indication that $currentModule or $_REQUEST['module'] are not set. The code leading to that probably does something like

PHP Code:
include "modules/$currentModule/$currentModule.php"

look for that piece of code, probably in include/utils/CommonUtils.php, and add a var_dump($_REQUEST,$currentModule); or debug_print_backtrace to see if you can find what is missing
Joe
TSolucio
Reply


Messages In This Thread
RE: Weird error when trying to update inventorydetails - joebordes - 11-08-2016, 03:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)