pluginsGLPI / customfields

customfields plugin for GLPI
GNU General Public License v2.0
13 stars 4 forks source link

Custom fields generate 500 error on Computer form #1

Closed dploeger closed 10 years ago

dploeger commented 10 years ago

When selecting the "Custom Field"-tab from a computer object, the following error is generated:

PHP Fatal error: Call to undefined method PluginCustomfieldsComputer::showForm() in /var/www/glpidev/plugins/customfields/inc/virtual_classes.php(60) : eval()'d code on line 40, referer: https://ocs.getit.de/glpidev/front/computer.form.php?id=3

dploeger commented 10 years ago

Same thing on Monitors

dethegeek commented 10 years ago

the showForm() method is the next step after enabling the tabs on the main objects (computers, monitors, printers, ...)

dethegeek commented 10 years ago

showForm() did not exist yet causing an error 500. I created the method but it empty for now.