WEBcoast Logo
  • Multiple domains on the same page tree/site

    In one project, the customer wanted to do a branch split by using the same site and page tree for both brands with 99% identical content. I tried to…

    Læs mere
  • Symfony: Generated UUID in additions to auto incremented id property

    In one of my projects I wanted to add a UUID or GUID to one of the models, that already had an `id` property with a generated value (auto increment).…

    Læs mere
  • EXT:form error "Unauthorized modification of historical data. #1528538252"

    I recently ran into an error after upgrading from TYPO3 CMS 10.4 to 11.5. When saving a form in the backend i got an exception with the message…

    Læs mere
  • Extending the domain model of the blog extension

    Extending the domain model of existing extension has always been a pain in the ... you know. Extbase is unfortunately lacking this very importance…

    Læs mere
  • Serializing Symfony security user object

    In one of my projects I used the VichUploaderBundle. The model with the file property is itself a property to my User class. The user object get's…

    Læs mere