Coder Social home page Coder Social logo

Comments (8)

andreasmerkel avatar andreasmerkel commented on June 15, 2024 1

Hi again,
tt_address loads its pi1 classes in 'ext_localconf.php' through 'addPItoST43()'. This is no longer supported since Typo3 8.X. (link to api)
As a workaround(!), I added the following line to the classmap in the autoloader section (in ext_emconf.php):
10 => 'pi1'
So, every class in the directory 'pi1' is also loaded and the plugin works again...

Best,
Andreas

from tt_address.

BastianBalthasarBux avatar BastianBalthasarBux commented on June 15, 2024

Hi, yes the extension is currently refurbished.
Most labels in backend in Version 8 should now work.
We rely a lot on SYSEXT:lang and right now also on the gone SYSEXT:cms in case of the labels!
The last one has completely been removed in 8 and therefore we need to adjust things (locallang_ttc.xlf has been moved to SYSEXT:frontend).
The new version won't be compatible to TYPO3 6.2 because of this reason.

Concerning your 'blank page': Are you able to look into the error logs? A blank page very often means a php-error, which should be logged.

from tt_address.

sytura avatar sytura commented on June 15, 2024

Hi,

same issue in my TYPO3 8.7.0 and tt_address 3.2.1 installation. The plugin is added to a page, but NOW output is shown by the plugin. I checked my configuration again and again. But it does not work with the default configuration , too. Complety no outpout!

Cheers

Roland

from tt_address.

andreasmerkel avatar andreasmerkel commented on June 15, 2024

Hi,
we have the same issues with Typo3 8.7 and tt_address 3.2.1. After inserting the plugin, we've got a blank page, too. The Admin Panel says: Class "tx_ttaddress_pi1" did not exist

Best,
Andreas

from tt_address.

BastianBalthasarBux avatar BastianBalthasarBux commented on June 15, 2024

Thank you andreas. I will have a look at it.
Alternatively you could try out this one: https://github.com/BastianBalthasarBux/tt_address
without activating pi_base plugin, instead there are an extbase controller and fluid-templates in place. But please note: i did not test it on 8 yet, and as there is a lot of new code, consider it testing on a dev installation first!
Testers are very welcome anyway! ;)

from tt_address.

bmack avatar bmack commented on June 15, 2024

Hey,

I fixed the issue in the master branch with this commit:
ae16447

You need to go to the install tool and press the "Create autoload information for extension" button in the "Important actions" section, or via composer mode, just add "composer dumpautoload".

from tt_address.

bmack avatar bmack commented on June 15, 2024

Can you confirm your issue is solved by that?

from tt_address.

andreasmerkel avatar andreasmerkel commented on June 15, 2024

Hi,
yes, your fix works as expected. Thank you very much!
Best, Andreas

from tt_address.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.