Artem Livshits on "[Plugin: WP2Cloud] Possible to fix undefined...
Thank you for you interest in WP2Cloud and ClouSE! The file that defines my_pthread_fastmutex_init is mysqld -- the binary that is the MySQL server. So if you have an ability to replace that, it should...
View Articlescmg on "Admin-ajax.php being Called from Admin Pages Causing DB Connection...
1) OK - I took the code mentioned above --- add_action( 'init', 'my_deregister_heartbeat', 1 ); function my_deregister_heartbeat() { global $pagenow; if ( 'post.php' != $pagenow &&...
View ArticleMatthew on "Displaying WooCommerce Orders via AJAX request from MySQL...
Basically I am using WooCommerce as an ordering system for a restaurant. The customers select their options and food/drinks... Select their table number... And submit their order. On the backend... Not...
View Articleevolutionsigns on "Displaying WooCommerce Orders via AJAX request from MySQL...
Have you checked out the new woocommerce REST api system? http://docs.woothemes.com/document/woocommerce-rest-api/
View Articlefawlty04 on "[Plugin: WP2Cloud] Possible to fix undefined...
Hi Artem! Ok, well unfortunately, replacing the mysqld w the official version didn't work. I should mention we're using Plesk/CentOS and I read in another thread that you've found the configuration is...
View ArticleArtem Livshits on "[Plugin: WP2Cloud] Possible to fix undefined...
I'm glad to hear that you've made some progress! To answer your question: the server with my_pthread_fastmutex is required for this build of ClouSE to work, not just during installation. Send email to...
View Articlemkdanc on "Installing wordpress on WAMP gives empty tables only"
I'm having the same difficulty. Tried changing the timeout and db privileges are good. Error logs look okay. Install creates the tables but no data in the tables and the install stops at "step 2". PHP...
View Articlerudolf on "[Plugin: NextGEN Gallery] Slow query - Nextgen"
I have also started to see MySQL slow query log entries lately; I can't say if it started with NextGEN Gallery version 2.0.40. The site has about 800 images in 40 galleries. Here's a sample: #...
View Articlecjhockey35 on "“Database Connection Error” upon install in Apache VirtualHost...
I have apache virtualhosts up and confirmed working. I want to install wordpress for one of the vhosts, so I unpacked all the wordpress files in the document root for that vhost. I proceeded to follow...
View Articlecjhockey35 on "“Database Connection Error” upon install in Apache VirtualHost...
Oh and one more thing, does the DB name have to have wordpress in it? Mine doesnt, I highly doubt this maters, just want to confirm.
View Articlecjhockey35 on "“Database Connection Error” upon install in Apache VirtualHost...
Tried opening up permissions in /var/www/* where all my sites are, didnt help. chown to www-data also nothing
View Articles3w47m88 on "Theme settings not saving during migration, need help..."
I have noticed, in the last few months, that some Theme's reset their settings during a website migration. I've been working in WordPress for like 8 years so this is definitely new, and it's happening...
View Articledavidpetersonharvey on "“Database Connection Error” upon install in Apache...
Do you have root shell access? You can run mysql to check on the user settings and set them, just to make sure. Digital Ocean has instructions for setting up on their VPS doing almost the entire...
View Articledavidpetersonharvey on "“Database Connection Error” upon install in Apache...
Oh, the name does not have to have "wordpress" in it. I will usually use some variation just so I can quickly identify it on the site when working from the command line or phpmyadmin.
View Articles3w47m88 on "Theme settings not saving during migration, need help..."
I believe the issue was that I wasn't updating the *path* in the SQL file. I used WP Migrate DB to export the MySQL file and that worked.
View Articlecatacaustic on "“Database Connection Error” upon install in Apache...
The main thing that I notice form your post is that you don't mentoin granting privilidges for the user on your database. That's an extra step that needs to be done. You did mention globl privilidges,...
View Articlecjhockey35 on "“Database Connection Error” upon install in Apache VirtualHost...
I forgot to mention, but I did grant the wp user all permission to the wordpress database. Had no global privileges (left them all unchecked which was default)
View Articlecjhockey35 on "“Database Connection Error” upon install in Apache VirtualHost...
I'm going try from a clean slate and he's the digital ocean guide and all command line. Hopefully this works. I'll update you
View Articledavidpetersonharvey on "“Database Connection Error” upon install in Apache...
Hoping for the best. I usually use their guide. Not only am I using their service, but I also prefer to do most of my work from the command line when possible.
View ArticleMarkLL on "Admin-ajax.php being Called from Admin Pages Causing DB Connection...
It's a pity that the default behavior for this functionality is not OFF. We have a dedicated server with > 200 members and one member left his browser sitting on the profile page for 3 days. The end...
View Article