Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize modulesDB and update xdebug.ini #1108

Merged
merged 2 commits into from
Nov 16, 2024

Conversation

blackcoder87
Copy link
Member

Description

  • Initialize modulesDB
  • Update xdebug.ini

https://xdebug.org/docs/upgrade_guide

PHP Warning:  Undefined variable $modulesDB in application/modules/admin/mappers/Module.php on line 73

PHP Fatal error:  Uncaught TypeError: array_diff(): Argument #2 must be of type array, null given in application/modules/admin/mappers/Module.php:73
Stack trace:
#0 application/modules/admin/mappers/Module.php(73): array_diff()
#1 application/modules/admin/mappers/Module.php(196): Modules\Admin\Mappers\Module->getModulesNotInstalled()
#2 application/modules/admin/controllers/admin/Index.php(59): Modules\Admin\Mappers\Module->getVersionsOfModules()
#3 application/libraries/Ilch/Page.php(243): Modules\Admin\Controllers\Admin\Index->indexAction()
#4 application/libraries/Ilch/Page.php(137): Ilch\Page->loadController()
#5 index.php(68): Ilch\Page->loadPage()
#6 {main}
  thrown in application/modules/admin/mappers/Module.php on line 73

Type of change

  • Bug fix (non-breaking change which fixes an issue)

This PR has been tested in the following browsers:

  • Chrome
  • Firefox
  • Opera
  • Edge

xdebug.remove_enable and xdebug.remote_connect_back got replaced in Xdebug 3.
@blackcoder87 blackcoder87 merged commit 60b4ffa into master Nov 16, 2024
6 checks passed
@blackcoder87 blackcoder87 deleted the installed-modules-modulesDB branch November 16, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant