ericferon / glpi-archisw

GLPI plugin for application inventory
GNU General Public License v2.0
8 stars 5 forks source link

config page is empty after installation #75

Closed blackbasket closed 3 months ago

blackbasket commented 3 months ago

Hi @ericferon ,

I have installed the plugin into a fresh GLPI installation. Where I should see the config, there is only a blank page with "27 ghost entries" (white on white). Refreshing the browser or changing to another one will not change anything.

What can I do?

grafik

Regards, Marcel

ericferon commented 3 months ago

Hi, Have you error messages in the glpi or php logs (GLPIROOT/files/_log/php-errors.log or sql-errors.log) ? K.r,

blackbasket commented 3 months ago

the only thing might be this one from php-errors


  Backtrace :
  src/DBmysql.php:2174                               trigger_error()
  src/DBmysql.php:394                                DBmysql->checkForDeprecatedTableOptions()
  src/DBmysql.php:1080                               DBmysql->doQuery()
  marketplace/archisw/hook.php:34                    DBmysql->runFile()
  src/Plugin.php:922                                 plugin_archisw_install()
  :                                                  Plugin->install()
  src/Marketplace/Controller.php:546                 call_user_func()
  src/Marketplace/Controller.php:436                 Glpi\Marketplace\Controller->setPluginState()
  src/Marketplace/Controller.php:179                 Glpi\Marketplace\Controller->installPlugin()
  ajax/marketplace.php:75                            Glpi\Marketplace\Controller->downloadPlugin()
  public/index.php:82                                require()```
ericferon commented 3 months ago

Hi, There must be an error message somewhere ... Maybe in your Apache or Nginx log. Maybe, can you also uninstall and install again the plugin. K.r,

blackbasket commented 3 months ago

Reinstalling helped, thanks :)