Re: [Semanticscuttle-devel] Privatekey / Opensearch problem / Configurable privacy
Brought to you by:
cweiske
From: Christian W. <cw...@cw...> - 2011-02-20 10:04:56
|
Hi Golanor, > I still can't run the opensearch plugin from my browser, anyone have > any idea what to do? > When I try to install, it shows me: "could not download the search > plugin". When I remember correctly did you get a white page when opening > /api/opensearch.php directly. This is probably a php error that does not get displayed. To activate error display, open your php.ini and set display_errors to 1. Then restart your web server to activate the changes. The problem here is probably that you have short_open_tags "On" in php.ini, which clashes with "<?xml" - simply set it to "Off" in php.ini and restart your web server. -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=- |