surrealillusions
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Fatal error: ob_end_flush():It’s to do with the All in One SEO Pack.
Found this topic solved the problem: https://wordpress.org/support/topic/fatal-error-fatal-error-ob_end_flush-in-functionsphp-on-line-3092-3093?replies=3
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Indexing not working and no errorsDoes this plugin use HTTP loopback calls to index the site?
Forum: Fixing WordPress
In reply to: retrieving database data not workingTurned out to be a mixture of me getting confused with 2 databases and the table row names.
There was no data because, well..there wasn’t any.
Outside of WordPress in PHP, you do something like this:
mysql_select_db("test") or die(mysql_error());Where the mysql_error tells you of any errors, will that work in WordPress or is there something similar to tell you of any errors?
Ok, I think I have it almost sorted. Got a dropdrown select box that is populated with custom field content.
But, it only sends one value when more than one is selected, and it is a multiple select box – any ideas on what the problem is there?
Thanks for the reply.
I’ve found a solution with the contactform7 plugin, but still, useful to know it is possible with this one too, as the code produced by contactform7 isn’t the most pretty or accessible.