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

HHVM fix in Whoops - flush before exit #1

Merged
merged 1 commit into from
Mar 31, 2015
Merged

HHVM fix in Whoops - flush before exit #1

merged 1 commit into from
Mar 31, 2015

Conversation

colin-kiegel
Copy link

Also suggested as pull-request upstream https://github.com/colin-kiegel/whoops/pull/1

@colin-kiegel
Copy link
Author

merged upstream filp/whoops#275 ;-)

klees added a commit that referenced this pull request Mar 31, 2015
HHVM fix in Whoops - flush before exit
@klees klees merged commit 48a8fdf into klees:whoops Mar 31, 2015
@colin-kiegel colin-kiegel deleted the whoops branch March 31, 2015 07:26
klees pushed a commit that referenced this pull request Aug 26, 2015
klees pushed a commit that referenced this pull request Aug 28, 2015
klees pushed a commit that referenced this pull request Aug 28, 2015
klees pushed a commit that referenced this pull request Aug 28, 2015
klees pushed a commit that referenced this pull request Aug 28, 2015
klees pushed a commit that referenced this pull request Sep 20, 2016
klees added a commit that referenced this pull request Feb 17, 2017
klees pushed a commit that referenced this pull request Feb 22, 2017
klees pushed a commit that referenced this pull request Mar 13, 2017
klees pushed a commit that referenced this pull request Jun 21, 2017
klees pushed a commit that referenced this pull request Oct 29, 2018
…ions

Certificate: Migration refactorings
klees pushed a commit that referenced this pull request Aug 12, 2019
Aligning coding standard between PHPStorm and PHP-CS-Fixer
klees pushed a commit that referenced this pull request Oct 11, 2019
klees pushed a commit that referenced this pull request Jun 25, 2020
klees pushed a commit that referenced this pull request Jun 25, 2020
…n object that implements Countable

Fixing error by using ldap-user-sync.

replace debug message after checking for an array

ERROR-LOG:

ilCronManager::runJob:95 count(): Parameter must be an array or an object that implements Countable
ilCronManager::runJob:95 #0 ILIAS_PATH/Services/Init/classes/class.ilErrorHandling.php(461): Whoops\Run->handleError(2, 'count(): Parame...', 'ILIAS_PATH...', 387)
#1 ILIAS_PATH/Services/LDAP/classes/class.ilLDAPQuery.php(387): ilErrorHandling->handlePreWhoops(2, 'count(): Parame...', 'ILIAS_PATH...', 387, Array)
#2 ILIAS_PATH/Services/LDAP/classes/class.ilLDAPQuery.php(131): ilLDAPQuery->fetchGroupMembers()
#3 ILIAS_PATH/Services/LDAP/classes/class.ilLDAPCronSynchronization.php(87): ilLDAPQuery->fetchUsers()
#4 ILIAS_PATH/Services/Cron/classes/class.ilCronManager.php(178): ilLDAPCronSynchronization->run()
#5 ILIAS_PATH/Services/Cron/classes/class.ilCronManager.php(95): ilCronManager::runJob(Object(ilLDAPCronSynchronization), Array, true)
#6 ILIAS_PATH/Services/Cron/classes/class.ilCronManagerGUI.php(282): ilCronManager::runJobManual('ldap_sync')
#7 ILIAS_PATH/Services/Cron/classes/class.ilCronManagerGUI.php(64): ilCronManagerGUI->confirmedRun()
#8 ILIAS_PATH/Services/UICore/classes/class.ilCtrl.php(210): ilCronManagerGUI->executeCommand()
#9 ILIAS_PATH/Modules/SystemFolder/classes/class.ilObjSystemFolderGUI.php(152): ilCtrl->forwardCommand(Object(ilCronManagerGUI))
#10 ILIAS_PATH/Services/UICore/classes/class.ilCtrl.php(210): ilObjSystemFolderGUI->executeCommand()
#11 ILIAS_PATH/Services/Administration/classes/class.ilAdministrationGUI.php(250): ilCtrl->forwardCommand(Object(ilObjSystemFolderGUI))
#12 ILIAS_PATH/Services/UICore/classes/class.ilCtrl.php(210): ilAdministrationGUI->executeCommand()
#13 ILIAS_PATH/Services/UICore/classes/class.ilCtrl.php(175): ilCtrl->forwardCommand(Object(ilAdministrationGUI))
#14 ILIAS_PATH/ilias.php(20): ilCtrl->callBaseClass()
#15 {main}
klees pushed a commit that referenced this pull request Oct 5, 2021
klees pushed a commit that referenced this pull request Dec 29, 2021
PHP8 -Language Service Refactoring
klees pushed a commit that referenced this pull request May 4, 2022
klees pushed a commit that referenced this pull request May 4, 2022
Hi Fabian,

a PHP Fatal Error occurs when performing setup command 'migrate':

PHP Fatal error:  Uncaught ILIAS\Setup\UnachievableException: Problem in DB-Update: 0 Return value of ilStaticCache::set() must be of the type bool, array returned in /***/trunk8/Services/GlobalCache/classes/Static/class.ilStaticCache.php:33#0 /***/trunk8/Services/GlobalCache/classes/class.ilGlobalCache.php(307): ilStaticCache->set()
#1 /***/trunk8/Services/Language/classes/class.ilCachedLanguage.php(62): ilGlobalCache->set()
#2 /***/trunk8/Services/Language/classes/class.ilCachedLanguage.php(29): ilCachedLanguage->writeToCache()
#3 /***/trunk8/Services/Language/classes/class.ilCachedLanguage.php(107): ilCachedLanguage->__construct()
#4 /***/trunk8/Services/Language/classes/class.ilLanguage.php(91): ilCachedLanguage::getInstance()
#5 /***/trunk8/Services/Language/classes/class.ilLanguage.php(374): ilLanguage->__construct in /***/trunk8/Services/Database/classes/Setup/class.ilDatabaseUpdatedObjective.php on line 72
klees pushed a commit that referenced this pull request Jun 23, 2022
klees pushed a commit that referenced this pull request Jun 23, 2022
…uestionPool::toXML(): Argument #1 () must be of type array…
klees pushed a commit that referenced this pull request Jul 25, 2022
…rown with message ilObject::_lookupObjId(): Argument #1
klees pushed a commit that referenced this pull request Jul 25, 2022
…($additionalContentEditingMode) must be of type string, null given,
klees pushed a commit that referenced this pull request Jul 25, 2022
…ubScreenId(): Argument #1 ($a_id) must be of type string, null given"
klees pushed a commit that referenced this pull request Jul 25, 2022
…sults in error / ilHelpGUI::setSubScreenId(): Argument #1 must be a string
klees pushed a commit that referenced this pull request Aug 2, 2022
…alue(): Argument #1 ($a_value) must be of type string…"
klees pushed a commit that referenced this pull request Oct 24, 2022
…own with message ilAlphabetInputGUI::fixDBUmlauts(): Argument #1 () must be of
klees pushed a commit that referenced this pull request Nov 21, 2022
…own with message ilAlphabetInputGUI::fixDBUmlauts(): Argument #1 () must be of
klees pushed a commit that referenced this pull request Jan 16, 2023
klees pushed a commit that referenced this pull request Feb 28, 2023
occured TypeError:

TypeError thrown with message "str_pad(): Argument #1 ($string) must be of type string, int given"

Stacktrace:
#7 TypeError in /srv/www/9/trunk9/Services/Object/classes/class.ilObjectDefinition.php:74
#6 str_pad in /srv/www/9/trunk9/Services/Object/classes/class.ilObjectDefinition.php:74
[...]
klees pushed a commit that referenced this pull request May 5, 2023
…($data) must be of type string, null given
klees pushed a commit that referenced this pull request Jun 28, 2023
…($data) must be of type string, null given
klees pushed a commit that referenced this pull request Jul 25, 2023
klees pushed a commit that referenced this pull request Sep 27, 2023
…ink\{closure}(): Argument #1 () must of type int, string given
klees pushed a commit that referenced this pull request Nov 16, 2023
klees pushed a commit that referenced this pull request Nov 27, 2023
occured TypeError:

TypeError thrown with message "str_pad(): Argument #1 ($string) must be of type string, int given"

Stacktrace:
#7 TypeError in /srv/www/9/trunk9/Services/Object/classes/class.ilObjectDefinition.php:74
#6 str_pad in /srv/www/9/trunk9/Services/Object/classes/class.ilObjectDefinition.php:74
[...]
klees pushed a commit that referenced this pull request Jan 8, 2024
klees pushed a commit that referenced this pull request Jan 8, 2024
klees pushed a commit that referenced this pull request Jan 19, 2024
klees pushed a commit that referenced this pull request Apr 25, 2024
…#7410)

TypeError thrown with message "Return value of ilObjSurvey::getAnonymousIdByCode() must be of the type int, null returned"

Stacktrace:
#9 TypeError in /var/www/html/Modules/Survey/classes/class.ilObjSurvey.php:4702
#8 ilObjSurvey:getAnonymousIdByCode in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:175
#7 ilSurveyExecutionGUI:checkAuth in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:354
#6 ilSurveyExecutionGUI:outSurveyPage in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:280
#5 ilSurveyExecutionGUI:redirectQuestion in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:140
#4 ilSurveyExecutionGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#3 ilCtrl:forwardCommand in /var/www/html/Modules/Survey/classes/class.ilObjSurveyGUI.php:206
#2 ilObjSurveyGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#1 ilCtrl:forwardCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:174
#0 ilCtrl:callBaseClass in /var/www/html/ilias.php:24
klees pushed a commit that referenced this pull request Apr 25, 2024
…eyCategories::addCategory(): Argument #1 () must be o
klees pushed a commit that referenced this pull request Apr 25, 2024
…#7410)

TypeError thrown with message "Return value of ilObjSurvey::getAnonymousIdByCode() must be of the type int, null returned"

Stacktrace:
#9 TypeError in /var/www/html/Modules/Survey/classes/class.ilObjSurvey.php:4702
#8 ilObjSurvey:getAnonymousIdByCode in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:175
#7 ilSurveyExecutionGUI:checkAuth in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:354
#6 ilSurveyExecutionGUI:outSurveyPage in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:280
#5 ilSurveyExecutionGUI:redirectQuestion in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:140
#4 ilSurveyExecutionGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#3 ilCtrl:forwardCommand in /var/www/html/Modules/Survey/classes/class.ilObjSurveyGUI.php:206
#2 ilObjSurveyGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#1 ilCtrl:forwardCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:174
#0 ilCtrl:callBaseClass in /var/www/html/ilias.php:24
klees pushed a commit that referenced this pull request Apr 30, 2024
klees pushed a commit that referenced this pull request Apr 30, 2024
…#7410)

TypeError thrown with message "Return value of ilObjSurvey::getAnonymousIdByCode() must be of the type int, null returned"

Stacktrace:
#9 TypeError in /var/www/html/Modules/Survey/classes/class.ilObjSurvey.php:4702
#8 ilObjSurvey:getAnonymousIdByCode in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:175
#7 ilSurveyExecutionGUI:checkAuth in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:354
#6 ilSurveyExecutionGUI:outSurveyPage in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:280
#5 ilSurveyExecutionGUI:redirectQuestion in /var/www/html/Modules/Survey/Execution/class.ilSurveyExecutionGUI.php:140
#4 ilSurveyExecutionGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#3 ilCtrl:forwardCommand in /var/www/html/Modules/Survey/classes/class.ilObjSurveyGUI.php:206
#2 ilObjSurveyGUI:executeCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:199
#1 ilCtrl:forwardCommand in /var/www/html/Services/UICore/classes/class.ilCtrl.php:174
#0 ilCtrl:callBaseClass in /var/www/html/ilias.php:24
klees pushed a commit that referenced this pull request Apr 30, 2024
…eyCategories::addCategory(): Argument #1 () must be o
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.

2 participants