Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Catchable Fatal Error with Bootstrap Package - realurl_autoconf.php not generated #53

Closed
thomasmstein opened this issue Mar 6, 2016 · 3 comments

Comments

@thomasmstein
Copy link

Updated to your latest release 2.0.3 and then 2.0.4 through the extension manager froman earlier version which came with latest bootstap_package (2.0.0 I believe). Initially worked and also realurl_autoconf.php was present.

I made a mistake and introduce typo3 domain records afterwards (and not before) which then produced errors (see below).

As to your instructions I tried to remove realurl_autoconf.php but found that the file was not present anymore and does not regenerate.

Realurl seems to install correctly.

Thanks

Thomas

ERROR:
PHP Catchable Fatal Error: Argument 2 passed to BK2K\BootstrapPackage\Hooks\RealUrl\AutoConfig::addConfigVersion2x() must be an instance of Tx\Realurl\Configuration\ConfigurationGenerator, instance of DmitryDulepov\Realurl\Configuration\AutomaticConfigurator given in /srv/www/sakia/cms/typo3conf/ext/bootstrap_package/Classes/Hooks/RealUrl/AutoConfig.php line 59

@dmitryd
Copy link
Owner

dmitryd commented Mar 6, 2016

As you see the error is caused by BK2K\BootstrapPackage\Hooks\RealUrl\AutoConfig::addConfigVersion2x(). Please, contact the author of that extension. Realurl cannot be responsible for 3rd party extensions.

It also looks that you use some unofficial fork of Realurl. Official Realurl never had a Tx\Realurl\Configuration\ConfigurationGenerator class.

EDIT: updated comment after small investigation.

@dmitryd dmitryd closed this as completed Mar 6, 2016
@dmitryd
Copy link
Owner

dmitryd commented Mar 6, 2016

@thomasmstein
Copy link
Author

@dmitryd Thanks for reference and reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants