Bug #22337
closedPreview does not Work with Workspace with DB Mounts
0%
Description
The Page-Previe with standard Drafts Workspace works, but with a custom Workspace that has DB Mounts assigned, the typoscript-template can not be found (my assumption). Error Message in FE-Preview:
Error!
The page is not configured! [type= 0][]
Probably has something todo with these files:
- t3lib/class.t3lib_page.php
- typo3/sysext/viewpage/view/index.php
I also testest with Version and Preview Extension from 4.2.11 – didn't work,
removed Code Lines 117-125 from Submit 7076 from file typo3/sysext/viewpage/view/index.php – din't work (This caused an Error in the Log in the T3 Backend – error was gone then, but Preview didn't work)
Could it be a missconfiguration of my Installation that has something to to with the URL's, .htaccess or baseUrl?
I am working with the latest SVN Revision 7207
I can provide Login to a Testsystem if Required.
(issue imported from #M13939)
Files
Updated by Noel Bossart over 14 years ago
Steps to reproduce:
- Create Workspace with DB-Mounts
- Switch to said Workspace
- Click Preview on a Page
Updated by Noel Bossart over 14 years ago
I could not find the error, but it only appeared on one Workspace, it worked on other Workspaces (though they had excactely the same configuration). I duplicated a working workspace and then it worked...
Issue can probably be closed...