0

I just upgraded a typo3 4.5 LTS to typo3 6.2 LTS. The process went smoothly, I also updated some extensions to work fine with the new version of typo3. So I could see the backend but not the Frontend. I get Fatal errors related to the "dam" extensions . There are about 4 extensions that are based on dam. I installed "dam_falmigration" and run its commands in the command line as mentioned in its documentation

But nothing has changed , at least the frontend, I keep seeing the same fatal errors. I kept googling for the next step to take after that, but as you may know Typo3 misses a lot when it comes to documentation.

So I am asking here if somebody has been through this just to give me hints and guide me how can I make it work.

thanks in advance

arakibi
  • 441
  • 7
  • 24

1 Answers1

0

And did you uninstall DAM and the extensions that relate to it? Dam to fal will only migrate data to fal, but not fix dam ext.

rob-ot
  • 1,264
  • 8
  • 10
  • yes I did and then the fatal errors related to dam disappeared , but now I get : Class 'tx_gridelements_pi1' not found in /home/www/dev2.physikinstrumente.com/typo3_src-6.2.13/typo3/sysext/core/Classes/Utility/GeneralUtility.php – arakibi Jul 03 '15 at 05:39
  • update gridelements. and all extensions in your repo – rob-ot Jul 03 '15 at 05:46
  • That was the first thing I did, but I just found the solution for it elsewhere. – arakibi Jul 03 '15 at 05:58
  • it would be nice if you also post your solution for others ;) – rob-ot Jul 03 '15 at 05:59
  • well the solution for the 2nd issue was that I added in Web > Template > constant.txt and in setup.txt in the same folder – arakibi Jul 03 '15 at 06:01
  • @thegentletrainer Include the grid element template TS Template . – Siva Jul 03 '15 at 08:49