Bug #9836
Scripts aren't included if TYPO3 doesn't reside in the root directory
| Status: | Resolved | Start date: | 2010-09-19 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Rens Admiraal | % Done: | 0% |
|
| Category: | Backend Interface | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Example:
A TYPO3 is installed at http://localhost/mysite/
... and extbase_kickstarter tries to include this (among others) JavaScript: "../typo3temp/compressor/prototype-bcc71ff487147fc465e9ea8de83c5efd.js"
My browser doesn't like that.
History
Updated by Rens Admiraal over 2 years ago
- Category set to Backend Interface
- Assignee set to Rens Admiraal
Updated by Rens Admiraal over 2 years ago
- Status changed from New to Needs Feedback
I've made some changes and it works fine for me now, can you test it again on trunk?
Updated by Markus Schmitz over 2 years ago
Had the same issue. I've installed the new ConfigurationViewHelper.php and now
the GUI is loaded. No 404 anymore. But I can't load nor save.
Updated by Johan Grönberg over 2 years ago
Works fine for me. Thanks!
Updated by Rens Admiraal over 2 years ago
- Status changed from Needs Feedback to Resolved