bhaz
Forum Replies Created
-
Forum: Plugins
In reply to: [PoolParty Thesaurus] Valid Skos fileIt is very odd – i managed to alter the setup of the climate change glossary plugin to the cocktails sparql and that worked perfectly. By the way, noticed that the new 2.7 version that went up on wordpress today seems to be a dead link when pressing download? Would be happy to try that.
Thanks,
BhazForum: Plugins
In reply to: [PoolParty Thesaurus] Valid Skos fileHi Kurt, when i do go the glossary page i can see the filter list (A-Z) but no data has gone in. When you say database, do you mean the ARC2 or the wordpress db itself?
I don’t use a plugin fro multilingualism currently. Is there anything further i need to do except for putting ARC into the plugin folder?Thanks,
BhazForum: Plugins
In reply to: [PoolParty Thesaurus] Valid Skos fileHi Kurt,I was thinking it might have been the format of the file, but even with the cocktail RDF XML, i get a message that says settings saved. When I check the glossary page, nothing has come through, and neither does the hover over feature.
Strangely when i use the climate change glossary plugin variety, that works straight away.
Also I managed to try the sparql endpoint for the cocktails glossary and it just says the transfer of data from the SPARQL endpoint is not possible. Wondering if it’s the ARC2 or the plugin isn’t working as it should on my out of the box setup on a dev machine.Thanks for your reply,
BhazForum: Plugins
In reply to: [Multisite Global Search] $wpdb->prepare() errorOf course, will do this now – thanks
Forum: Plugins
In reply to: [Multisite Global Search] $wpdb->prepare() errorHi there, has there been any update on this? Strangely I am sure this error wasn’t coming up for my site till i upgraded from WordPress 3.5 multisite to 3.6 multsite?
Thanks to my colleague Jim, A solution has been found!:
recaptcha.php Line 325 Edit
// no text entered if ( !is_admin && (empty($_POST['recaptcha_response_field']) || $_POST['recaptcha_response_field'] == '')) { $result['errors']->add('blank_captcha', $this->options['no_response_error']); return $result; }
recaptchalib.php Addition at Line 162
if ( is_admin ) { $recaptcha_response = new ReCaptchaResponse; $recaptcha_response->is_valid = true; return $recaptcha_response; }