2026-01-29
Generales

Usuario

--> -->
 
 
<type 'exceptions.NameError'>
Python 2.7.13: /usr/bin/python
Thu Jan 29 20:07:41 2026

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/ficnx/ficgrl.py in ()
   1521     ficdef.write_session(fses,'lBuss',lBuss)
   1522 
=> 1523   if fHelp:  print ficdef.fInput('H','fHelp',fHelp) 
   1524    
   1525   print "</FORM>"
fHelp undefined, ficdef = <module 'ficdef' from '/var/www/ficnx/ficdef.py'>, ficdef.fInput = <function fInput>

<type 'exceptions.NameError'>: name 'fHelp' is not defined
      args = ("name 'fHelp' is not defined",)
      message = "name 'fHelp' is not defined"

/tmp/tmpGFgneS.html contains the description of this error.