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

[2.4.0] Placing an order with PDF don't work with Contao 4 #1763

Closed
netzarbeiter opened this issue Feb 9, 2017 · 4 comments
Closed

[2.4.0] Placing an order with PDF don't work with Contao 4 #1763

netzarbeiter opened this issue Feb 9, 2017 · 4 comments
Labels
Milestone

Comments

@netzarbeiter
Copy link
Member

[2017-02-09 10:12:57] app.CRITICAL: An exception occurred. {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 0): Compile Error: require_once(): Failed opening required '/home/public_html/domain.com/system/config/tcpdf.php' (include_path='.:/opt/alt/php71/usr/share/pear') at /home/public_html/domain.com/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/Document/Standard.php:76)"} []

@aschempp
Copy link
Member

aschempp commented Mar 6, 2017

Fixed in 549ab47

@leofeyer
Copy link
Contributor

The actual problem was that the symlink was missing (see contao/core-bundle#719), so you should revert the fix. The file being present in system/config is covered by our BC promise, but the file being present in vendor/contao/core-bundle/src/Resources/contao/config is not. In fact, it will no longer be there as of Contao 4.7.

@aschempp
Copy link
Member

Well this way supports all Contao versions, including the ones with the BC break 😉

@leofeyer
Copy link
Contributor

True 😊

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

No branches or pull requests

3 participants