Fellinger Systems / IT-Lösungen & Webdesign

RealURL kann sprechende URLs nicht auflösen

TYPO3 Fehler "is not a keyword for postVarSet as expected"

Falls RealURL sprechende URLs nicht auflösen kann, und die folgende Meldung anzeigt:

<pageAlias> was not a keyword for postVarSet as expected on page

so kann das daran liegen, daß der Domain-Eintrag in der Rootpage fehlt oder deaktiviert ist.

 

In the TYPO3-backend an error occurs during db check unter "statistic of database tables".

  1. Activate the SQL-Debugging in localconf.php with $TYPO3_CONF_VARS['SYS']['sqlDebug'] = 1;
  2. Now you can see the faulty query on screen.
  3. Now determine the table failing for the query, and which extensions use this query.
  4. Uninstal all concerned extensions.
  5. Save the data from the affected table.
  6. Delete the affected table.
  7. Install all concerned extensions again.
  8. Restore the saved data.
  9. Deactivate the SQL-debugging with $TYPO3_CONF_VARS['SYS']['sqlDebug'] = 0; in localconf.php

After installation of tt_news there is an error in the TYPO3-backend during the db-check.

The reason is, that during the installation of tt_news the default value of $TCA['tt_news']['ctrl']['label'] isn't set. This problem can be remedied by changed the entry for "News Label in List-Module [label]" in the tt_news-configuration to a different value, saving the new configuration, subsequently entering the orignal value again, and saving the configuration anew. Afterwards $TCA['tt_news']['ctrl']['label'] is set.

No display after update of calendar base extension (cal) in TYPO3

If after an update of the calendar-base extension (cal) in TYPO3 certain views stay empty, first check your templates for these views. For this you can deactivate your own templates in the extension setup, and test, if the view works with the default template. If it does, the default templates should be compared with the customized templates step by step to find the difference causing the error.