ultimateuser on "Move multisite to different domain"
Hi Im running WP 3.5.2 and BP 1.8 (multisite). I'm trying to move my WPMU SQL database from one domain to another. Once I start importing the SQL file I get the following error: --- Error SQL query: --...
View ArticleNic Windley on "[Plugin: W3 Total Cache] disable apc opcode from database"
OK, modifying /public_html/wp-content/w3tc-config/master.php Did the trick
View ArticlePatrick Nommensen on "Move multisite to different domain"
Error 1046 means that you didn't tell the server what database to import the database into. If you are using CLI: mysql -u {DB-USER-NAME} -p {empty.DB-NAME} < {db-you-want-to-import.sql} If you are...
View ArticlePatrick Nommensen on "Move multisite to different domain"
Fantastic! Go ahead and click that resolve button :)
View ArticleDrSubrotoBiswas on "Tried to update, now can't open wp-admin"
I was tried to update and i got some error. When i try to log in via wordpress admin it reads: Fatal error: Cannot redeclare install_wtwp() (previously declared in...
View Articlejasond5 on "[Plugin: WooCommerce - excelling eCommerce] MySql Order Status"
Anyone know how I can create a quesry for the order status from "wp_terms" to "wp_sr_woo_order_items". Surprised order_status isn't included in the "wp_posts" or "wp_postmeta" fields. I must be missing...
View ArticleMjbmr on "Migrating from PDO using SQLite to clean new install using MySQL"
Working one: https://mjbmr.com/blog/en/install-wordpress-with-sqlite
View ArticleShaunMiller on "[Plugin: Form Manager] Problem with DB Access"
Hi All, we setup our WordPress Installation like described here: http://weblogtoolscollection.com/archives/2010/03/27/scaling-wordpress-part-1-using-mysql-replication-and-hyperdb/ (Not my own site.)...
View Articlevny009 on "[Plugin:wordpress simple survey] database query problem"
Hello, I have made changes to the wordpress simple survey plugin to add some question set besides the question. Question set includes their questions and questions further contains its own set of...
View Articlethenetbreeze on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"
Hello, there are errors in mysql querues: in some (or all) queries string there are series of \n\t\t\t\t)\n\t\t\t inserted. this putted down our site. What should We do? Thanks for any good suggestion....
View Articlethenetbreeze on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"
After I deactivated the NextGenGallery plugin, my site gone down. This is an error from error log: WordPress database error Unknown column 'ids' in 'field list' for query SELECT wp_posts.*, wp_p2p.*...
View Articlemarkwebstar on "wp-login redirecting"
i've recently followed the instructions on http://codex.wordpress.org/Moving_WordPress#On_Your_Existing_Server to move my site from one folder to another on my webspace. the new site is functioning and...
View Articletezza71 on "[Plugin: WP2Cloud] Slideshow Pro Director"
There is a great product called slideshow pro director which is a PHP gallery backend for a popular web slideshow system. It also uses mysql. I think it would be an ideal candidate for CloudSE. It's a...
View ArticleArtem Livshits on "[Plugin: WP2Cloud] Slideshow Pro Director"
Hi tezza71, I took a glance at the slideshowpro and it looks like it's a commercial proprietary product. We would definitely be happy to integrate ClouSE with slideshowpro if there is an interest on...
View Articlebuffy4837 on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"
Having a conflict with Post2Post plug-in too. Associated posts won't display on the live site (admittedly this could be a theme issue), but in the admin the associated posts aren't displayed - it shows...
View Articlebuffy4837 on "[Plugin: NextGEN Gallery] Conflict with posts 2 posts plugin"
Add Post2Post to the list of known conflicting plugins.
View Articlekendallswen on "SQL backup on Xampp?"
Hi, I have built a site locally with Xampp and am having problems uploading it to my host server. My host has recommended that I generate a SQL backup on xampp so that I can then upload it to my hosted...
View ArticleSpikeTheLobster on "MySQL query error driving me nuts"
I'm trying to run a MySQL query via WordPress, to bring back a list of posts that I want to delete because they have no "like" votes. The query works perfectly in phpMyAdmin but gives a syntax error...
View ArticleSpikeTheLobster on "MySQL query error driving me nuts"
Thanks to a prompt on Stackoverflow, I figured out what was wrong. As usual, assumption is the mother of all screwups! I assumed "$wpdb->wti_like_post" converted to "DBprefix_wti_like_post", as...
View Article