Bug #19028
closedPostgreSQL EM: A difference between the orginally installed version and the current was detected!
0%
Description
If you have a clean installation of Typo3 source & dummy on PostgreSQL
just look into Extension Manager:
Some extensions show "A difference between the orginally installed version and the current was detected!" some others have a long list of "ALTER TABLE" expressions under "UPDATE NEEDED" in addition.
typo3skin, t3editor, cssstyledcontent, adodb -> only show error
dbal, htmlarea RTE, felogin -> show error and UPDATE NEEDED
(issue imported from #M8841)
Updated by Chris topher over 14 years ago
The information "A difference ... has been detected" is no problem for end users. It is a hint for developers which shows, that extension files were changed. This hint appears if (after making changes to the files) the file information array is not updated. Nothing to worry about.
The "update needed" error comes up, if your database definitions are not OK.
In the last month hugh improvements in regards to supporting databases different from mysql were made, especially for TYPO3 4.4.
Please check with TYPO3 4.4, if you still have such problems. If so, please report them in the section "dbal".