Bug #38886
wrong methof order in TSFE initialization
| Status: | Closed | Start date: | 2012-07-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Indexing | |||
| Target version: | 2.8 | |||
| TYPO3 Version: | 4.5 | Has patch: | No | |
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
I'm not sure if this is a bug but I spent 4hrs on it.
Solr 1.36
tx_solr 2.1.0
Windows 2003
Installing solr works fine but wenn I try to index the files it don't work. In the dev-log I found a The requested page was not accessible for each file.
I removed every permissions from all pages but the error occurs still.
Then I found the initializeTsfe method in
class.tx_solr_util.php. Where $GLOBALS['TSFE']->getPageAndRootline() is called before $GLOBALS['TSFE']->initFEuser().
I changed the order and it works.
Can getPageAndRootline() work without initialized FE-User?
Can someone confirm this?
Related issues
| related to Apache Solr for TYPO3 CMS - Bug #42122: Cannot read configuration due to access restrictions | Closed | 2012-10-18 |
History
Updated by Ingo Renner 10 months ago
- Status changed from New to Needs Feedback
- Assignee set to Alexander Wende
This message usually indicates that the server can't call himself... (although you can can access the website fine) Can you please try that?
Updated by Alexander Wende 10 months ago
Ingo Renner wrote:
This message usually indicates that the server can't call himself... (although you can can access the website fine) Can you please try that?
Ok, I checked server logs and configuration. There was no log entries or configuration which indicated that there would be an access problem.
Assuming this would be an access problem why should changing the order of getPageAndRootline() and initFEuser() method solve it?
I updated so tx_solr 2.2.2 but the error still occurs.
Updated by Ingo Renner 7 months ago
- Category set to Indexing
- Status changed from Needs Feedback to Resolved
- Assignee changed from Alexander Wende to Ingo Renner
- Target version set to 2.8
- % Done changed from 0 to 100
- TYPO3 Version set to 4.5
- Has patch set to No
Should be fixed in 2.8
Updated by Ingo Renner 6 months ago
- Status changed from Resolved to Closed