Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Browsing all 5527 articles
Browse latest View live
↧

David Anderson on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Hi Frederick, There's no generic incompatibility between UpdraftPlus and W3 Total Cache that I know of - a previous version of W3 Total Cache had problems with its object cache on scheduled tasks...

View Article


Frederick Townes on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Caching in general (and lots of things) interfere with WP Cron, adding a system call to WP Cron is what I typically recommend if your WP Admin activity is not extensive enough to allow for various...

View Article


David Anderson on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Hi Frederick, Thanks for replying. That's a bit opaque to me... please can you explain: 1) "adding a system call to WP Cron" - what does this mean? 2) What kind of WP Admin activity is "not extensive...

View Article

ianhaycox on "Secondary php plugin file isn't connected to the database"

I think you'll need a handler in your plugin to manage the request. E.g. add_action('wp_ajax_myplugin_getdata', 'myplugin_getdata'); or add_action('wp_ajax_myplugin_getdata', array($plugin,'getdata'));...

View Article

phirephoenix on "Secondary php plugin file isn't connected to the database"

Ooh, awesome, I will dig into that and report back with the results. I'm not sure I understand why I need a separate action for non-logged-in users, though...?

View Article


Daniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

To Frederick Townes: Can someone please help me understand why W3TC is not compatible in this use case? It has nothing to do with updraft, more likely to do with I'm using windows 2003 server with...

View Article

Daniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Thanks for replying! To David Andersson: We don't have/use MySQL Workbench, so can't say much about that. Wel thats what I want if possible. I do not have a lot of external tools that compromise...

View Article

Daniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Daniel - this sub-discussion is nothing to do with your white-screen problem, so you can ignore this digression. I figure that.. Done! :-)

View Article


Daniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Errh? I do not know why the WP forums have set the thread as "[resolved]". It's not resolved.. :-)

View Article


David Anderson on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Hi Daniel, For some reason the WordPress forums aren't sending me the new posts on this thread, which they are doing for everyone else's. I don't use MySQL Workbench, but it has a manual page to do...

View Article

Michael Simpson on "[Plugin: Contact Form DB] Preventing duplicate e-mail...

I use the http://www.pagelines.com theme (free version) which does not allow changes in the functions.php as this is considered changing of core fields not supported by this theme. I created a plugin...

View Article

Frederick Townes on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

@Daniel, sorry for the trouble you can always backup your settings file and if your site crashes you can simply replace the file with the previously working version (if you must) test iteratively.

View Article

somerandomdude2 on "Need MySQL query to return post_id and meta_value if...

I have 2 custom fields in the postmeta table: 'adults_only' and 'video_url' I need a MySQL query get the post_id and video_url of rows if the value of adults_only = 1 So far I have: SELECT post_id,...

View Article


keesiemeijer on "Need MySQL query to return post_id and meta_value if another...

Have you tried it with a meta_query: http://codex.wordpress.org/Function_Reference/WP_Query#Custom_Field_Parameters Example [untested]: $args = array( 'meta_query' => array( 'relation' => 'AND',...

View Article

somerandomdude2 on "Need MySQL query to return post_id and meta_value if...

Thank you very much keesiemeijer. I was not aware of meta_query.

View Article


luan.vdw on "Need MySQL query to return post_id and meta_value if another...

@keesiemeijer bro ive been following your comments and there is a specific problem that i really need help with and you seem to be the only person that can help, can I maybe email you? because the...

View Article

talgalili on "[Plugin: FeedWordPress] SQL error in error logs?"

Update: I found out that this is caused by turning on "Optimize IN clauses" I turned it off, and stopped getting the errors. Please fix this option. Thanks.

View Article


Daniel on "[Plugin: UpdraftPlus Backup] Restore with workbench - how?"

Thanks Fredrick, I'll try to figure something out..

View Article

Scott Kingsley Clark on "Custom Taxonomies - postmeta or custom tables?"

Right, Pods can be used for CPT AND Custom Tables for storage of it's fields. No other plugin offers that, so it's likely they just didn't know about Pods or I think at that time Pods 2.0 wasn't out...

View Article

kshengelia on "Custom Taxonomies - postmeta or custom tables?"

Yes, I depend on WPEngine very much as the project is complex and I am more than happy that I can outsource things like performance, security and scalability. As with WP_Query, I think, 8 fields will...

View Article
Browsing all 5527 articles
Browse latest View live