Dear visitor, welcome to Coder Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Will ich etwas dann im Forum suchen, bekomme ich folgende Fehlermeldung:
Quoted
Der Zutritt zu dieser Seite ist Ihnen leider verwehrt. Sie besitzen nicht die notwendigen Zugriffsrechte, um diese Seite aufrufen zu können.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 |
exception 'Exception' with message '"404" Status: Not Found' in /var/www/KittBlog/private/wcf/lib/data/solr/Service.php:334 Stack trace:
#0 /var/www/KittBlog/private/wcf/lib/data/solr/Service.php(964): Apache_Solr_Service->_sendRawGet('http://localhos...')
#1 /var/www/KittBlog/private/wcf/lib/page/SolrSearchPage.class.php(79): Apache_Solr_Service->search('test', 0, 20)
#2 /var/www/KittBlog/private/wcf/lib/page/SearchResultPage.class.php(86): SolrSearchPage->readSearch()
#3 /var/www/KittBlog/private/wcf/lib/page/AbstractPage.class.php(46): SearchResultPage->show()
#4 /var/www/KittBlog/private/wcf/lib/page/SearchResultPage.class.php(38): AbstractPage->__construct()
#5 /var/www/KittBlog/private/wcf/lib/page/SolrSearchPage.class.php(20): SearchResultPage->__construct(0)
#6 /var/www/KittBlog/private/wcf/lib/util/RequestHandler.class.php(64): SolrSearchPage->__construct()
#7 /var/www/KittBlog/private/wcf/lib/util/RequestHandler.class.php(92): RequestHandler->__construct('SolrSearch', Array, 'page')
#8 /var/www/KittBlog/private/index.php(8): RequestHandler::handle(Array)
#9 {main}
|


|
|
Source code |
1 2 3 4 5 |
> grep permission * -R | grep -v svn | grep -v lib/data/solr/Service
lib/data/solr/Response.php: * this software without specific prior written permission.
lib/data/solr/Document.php: * this software without specific prior written permission.
> grep Exception * -R | grep -v svn | grep -v lib/data/solr/Service
files/lib/data/solr/SolrBridge.php: throw new SystemException('unknown search type '.$type, 101001);
|