foutmelding bij opslaan van wat dan ook
Geplaatst: 11 mar 2025, 14:05
Hallo,
Ik krijg ineens steeds een foutmelding
(1/1) TypeError
strcmp() expects parameter 1 to be string, null given
in /var/www/websites/afdeling.groei.nl/htdocs/releases/20230727140729/web/typo3conf/ext/crawler/Classes/Service/ConfigurationService.php line 134
$pidOnlyList = implode(',', GeneralUtility::trimExplode(',', $configurationRecord['pidsonly'], true));
// process configuration if it is not page-specific or if the specific page is the current page:
// TODO: Check if $pidOnlyList can be kept as Array instead of imploded
if (! strcmp($configurationRecord['pidsonly'], '') || GeneralUtility::inList($pidOnlyList, strval($pageId))) {
$key = $configurationRecord['name'];
// don't overwrite previously defined paramSets
if (! isset($res[$key])) {
en nog meer van deze stukken. Dit komt steeds als ik een tekst wil opslaan op een nieuwe pagina of als ik iets wil verwijderen. Het vreemde is dat de opdracht die ikgeef wel wordt uitgevoerd. ik kan dus wel verder werken maar vraag me af waardoor dit komt???
groet
Monique Lenoire
Veenendaal, Rhenen e.o.
Ik krijg ineens steeds een foutmelding
(1/1) TypeError
strcmp() expects parameter 1 to be string, null given
in /var/www/websites/afdeling.groei.nl/htdocs/releases/20230727140729/web/typo3conf/ext/crawler/Classes/Service/ConfigurationService.php line 134
$pidOnlyList = implode(',', GeneralUtility::trimExplode(',', $configurationRecord['pidsonly'], true));
// process configuration if it is not page-specific or if the specific page is the current page:
// TODO: Check if $pidOnlyList can be kept as Array instead of imploded
if (! strcmp($configurationRecord['pidsonly'], '') || GeneralUtility::inList($pidOnlyList, strval($pageId))) {
$key = $configurationRecord['name'];
// don't overwrite previously defined paramSets
if (! isset($res[$key])) {
en nog meer van deze stukken. Dit komt steeds als ik een tekst wil opslaan op een nieuwe pagina of als ik iets wil verwijderen. Het vreemde is dat de opdracht die ikgeef wel wordt uitgevoerd. ik kan dus wel verder werken maar vraag me af waardoor dit komt???
groet
Monique Lenoire
Veenendaal, Rhenen e.o.