Quantcast
Browsing all 5527 articles
Browse latest View live

passegua on "[Plugin: WangGuard] Problem creating database tables"

You're welcome, best wishes.

View Article


vtxyzzy on "Can't get a WP query working"

I think this is what you want: if ($_POST['plaats'] != '') { $meta_query = array( 'relation' => 'OR', array( 'key' => 'city', 'value' => $_POST['plaats'], 'compare' => 'LIKE' ), array(...

View Article


duucmeister on "Can't get a WP query working"

Hi there, Thanks very much for your response and help! When I entered the script however and tried to use the search function (frontend) all the entries in de database were echoed. Do you by any chance...

View Article

vtxyzzy on "Can't get a WP query working"

Did you put $meta_query into your $args array? Like this: if ($_POST['plaats'] != '') { $meta_query = array( 'relation' => 'OR', array( 'key' => 'city', 'value' => $_POST['plaats'], 'compare'...

View Article

WPWhiteSecurity on "[Plugin: WP Security Audit Log] Syntax error (%d not...

Hi Tigr, We have a fix for your issue as well. Can you please drop us an email on support@wpwhitesecurity.com so we can send you an interim build for further testing? Looking forward to hearing from you.

View Article


duucmeister on "Can't get a WP query working"

Hi there, Yes I did. I managed to find out what the array is: Array ( [0] => Array ( [relation] => OR [0] => Array ( [key] => city [value] => VALUE [compare] => LIKE ) [1] => Array...

View Article

vtxyzzy on "Can't get a WP query working"

Getting all entries indicates that the argument array to the query is not correct. Please print a few lines from your code, starting where you set the arguments array and ending with your query_posts()...

View Article

duucmeister on "Can't get a WP query working"

Please find the code below: if ($_POST['achternaam'] != '') { $this->input_name = $_POST['achternaam']; } if ($_POST['provincie'] != '' && $_POST['provincie'] != 'Alle provincies') {...

View Article


duucmeister on "Can't get a WP query working"

BTW: achternaam is Dutch for last name, provincie for province, modaliteit for modality and plaats for city

View Article


vtxyzzy on "Can't get a WP query working"

You have the $meta_query array nested one level too deep. Try changing this: $meta_query[] = array('relation' => 'OR', to this: $meta_query = array('relation' => 'OR',

View Article

duucmeister on "Can't get a WP query working"

I tried it and now nothing gets echoed...

View Article

vtxyzzy on "Can't get a WP query working"

OK. Please dump out the $args array like this: print_r('<pre>ARGS: ');print_r($args);print_r('</pre>'); and post the output.

View Article

duucmeister on "Can't get a WP query working"

Hi there! When I keep the []'s in place the output is: ARGS: Array ( [role] => Therapeut [posts_per_page] => 1000 [exclude] => Array ( [0] => 1 ) [meta_query] => Array ( [0] => Array...

View Article


vtxyzzy on "Can't get a WP query working"

Is 'role' a taxonomy? If so, try using 'therapeut' instead of 'Therapeut' because the taxonomy slug is what is needed.

View Article

vtxyzzy on "Can't get a WP query working"

Sorry, I did not notice the 'modaliteit' part of the $meta_query. Let me try a test and get back to you.

View Article


vtxyzzy on "Can't get a WP query working"

This code should produce the proper $meta_query array: if ($_POST['achternaam'] != '') { $this->input_name = $_POST['achternaam']; } if ($_POST['provincie'] != '' && $_POST['provincie'] !=...

View Article

WNSrev on "[Plugin: BackWPup Free - WordPress Backup Plugin] Error...

Hola, cuando intento hacer un backup me sale este mensaje en amarillo como advertencia y el trabajo se queda en el 67% de progreso, y el 22% de compresión de archivos. Dejo aquí el mensaje de...

View Article


Daniel Hüsken on "[Plugin: BackWPup Free - WordPress Backup Plugin] Error...

Sorry,BackWPup support some languages but support cane only be done in english or German. In this forms English is obligation.

View Article

WNSrev on "[Plugin: BackWPup Free - WordPress Backup Plugin] Error...

When I try backuping my site it appears a message and it stops in 67% of progress bar. the ADVERTENCIA message and LOG is under this line: ADVERTENCIA : Error de DB Column count of mysql.proc is wrong....

View Article

Daniel Hüsken on "[Plugin: BackWPup Free - WordPress Backup Plugin] Error...

See: http://stackoverflow.com/questions/16177465/column-count-of-mysql-proc-is-wrong-expected-20-found-16-the-table-is-probabl it normely cames from a not correctly updated database.

View Article
Browsing all 5527 articles
Browse latest View live