Closed OliverZachau closed 11 years ago
Hi @OliverZachau,
do you have an example for us in order to reproduce the problem?
Thanks,
Daniel
Hi,
as we want to close out GitHub issue tracker in favor of out jira.shopware.de-tracker, I'll close this issue.
Please use jira.shopware.de if the problem still exists - as there was no activity here for about a month, I'll guess you've solved the problem.
Hello all,
i was trying to setup a new shopware installation and run into some problems. After Installation the html pages were having the full path to the local file:
http://domain/path/to/htdocs/shopware/templates/_default/frontend/_resources/styles/framework.css
what i would have wanted was something like: http://domain/shopware/templates/_default/frontend/_resources/styles/framework.css
i found that this error did come from the link() inside compiler.link.php (showare/engine/Library/Enlight/Template/Plugins).
Did i miss something during setup which caused this kind of problem or is there a issue with the function? My Current Fix: