paperweightds on "Move A Site From Old Database To New Databse"
I'm trying to move an existing WordPress site from the current database it uses to a new database that I created. How do I go about this without losing the WordPress install with all the pages,...
View Articlesgonzaga on "Move A Site From Old Database To New Databse"
I highly suggest using the plugin, Duplicator, for easy migration from one WordPress database to another. I've done a test run on two dummy sites, one of which has all the settings, theme files, and...
View Articlepaperweightds on "Move A Site From Old Database To New Databse"
Thank you. I will look into this more and it sounds promising. I want to keep the site where it is and not move anything, just change the database.
View Articleemmalmurphy on "[Plugin: NextGEN Gallery] Very slow loading of the images...
I have also been having major performance issues since (finally being able to) upgrading
View Articlejapancountdown on "[Plugin: NextGEN Gallery] Very slow loading of the images...
Hi, I am also experiencing a few challenges with photo upload timeframes. Challenges: Photo Gallery page takes a considerable amount of time to open and when you click to upload a photo from the...
View ArticleShaun Williams on "Database Error on CLean install"
Let me describe the setup first. I have a local dev server (Ubuntu Server 12.10) on my network. Runs Apache and MySQL and all the usual stuff. Had a wordpress install under a sub directory. Was working...
View ArticleShaun Williams on "Database Error on CLean install"
Just an update and maybe an issue. Worked out that it was a file in my root wp-config.php If I am installing under a sub directory, why is it trying to use a file in the directory above it? Doesn't...
View Articletanver on "Error establishing a database connection"
Hi all, I have been developing in WordPress for quite some time now but have never faced something like this previously - probably have not experimented like this before as well. Here is what I have in...
View Articletanver on "Error establishing a database connection"
Ahh friends have to use 127.0.0.1:3310 or localhost:3310 as database host, just in case someone else also gets into the same issue.
View Articlebjarvis2785 on "Manually changing post status via MySQL command"
Hi All, I recently paid a developer to code a system for my new website that does some stuff when a post is changed from 'Draft' to 'Published'. I now have a problem, that he's left us with an...
View Articlejstevenot on "Database Search"
Does anyone know of a plugin that allows for the uploading of a CSV file that can then be searched by someone coming to my site. Scenario: I want to upload the public record voter files so that someone...
View Articlebjarvis2785 on "Manually changing post status via MySQL command"
Ok, so after a few more tests... i've once again used Gravity forms to create a 'draft' post on my WP site. Then i checked the DB and noticed that the post_name field isn't actually filled in at this...
View Articlecatacaustic on "Manually changing post status via MySQL command"
It is. You just need to find where the update is being done and add the slug in there as well. What you (probably) have there: $query = "UPDATE ".$wpdb->posts." SET post_status = 'publish' WHERE id...
View Articlebjarvis2785 on "Manually changing post status via MySQL command"
Thanks for the reply catacaustic... This is where it may get a bit trickier. The script this guy wrote is in Python. So, the code that takes care of updating the DB is as follows: debug("Connecting to...
View Articlelrrr on "[Plugin: DBC Backup 2] mysql 5.5 import problem"
Here is the problem and solution. For future use it would be nice to build up in a next update. http://www.danielkral.cz/wordpress-dbc-backup-2-import-sql-problem-solved/...
View Articlecatacaustic on "Manually changing post status via MySQL command"
I can't offer much assistance with this apart form saying that doing this in Python was perhaps the wrong thing to do. You can't use any of the built-in WordPress functions, and you can't use the...
View Articleborderline11 on "[Plugin: BulletProof Security] About the new update"
Hi, the new update of BPS says: PHP 5.5.x Deprecated function replacement file options.php: mysql_get_client_info replaced with mysqli_get_client_info PHP 5.5.x Deprecated function replacements file...
View ArticleAITpro on "[Plugin: BulletProof Security] About the new update"
Yep, it is fine to upgrade BPS. I should have been a little more specific about what MySQLi vs MySQL means exactly, but I kept it short so not to clutter up the Upgrade Notice. MySQLi is better for...
View Articleborderline11 on "[Plugin: BulletProof Security] About the new update"
Thank you. Plugin updated successfully :)
View Article