zzzmuzz on "How to rebuild WP site after crash"
Thanks...I left a message there over a week ago without a single response! Maybe I need a sexier title. Anyway, I will mark this as resolved and will need to try some other approaches. Thanks anyway.
View ArticleMacManX (James Huff) on "How to rebuild WP site after crash"
They appear to have a support email address at http://www.wpacademy.com/contact/ maybe try that instead.
View ArticlePhil on "Fetch custom field keys (names) using MySQL"
Hi, My MySQL knowledge of queries suck, but I'm trying to query the DB to pull in the names of the custom fields associated with my custom post type. My code below does query and return a list but...
View ArticleRyan Strandt on "WP2Cloud Plugin Will Not Activate"
I am having the same problem but, I have a Media Server created with ClouSE installed and running. I can also access MySQL on the media server from the other EC2 instance and I have received the error...
View ArticleJosh Coulter on "How do you share a development site without a remote server...
Rather than creating my site using a web host on a remote server I used a service called Desktop Server and developed the site on my local PC. I now would like to share it with a developer, but don't...
View ArticleChris Barrett on "How do you share a development site without a remote server...
The DesktopServer program is built on XAMPP, so you could export the database and contents and provide that information to your developer. Most developers should be familiar with that process, however...
View ArticleM96watson on "Moving a website with no access to myphpadmin & mySQL on new host"
Hi, I've made a website for the company I work for here matthew-watson.co.uk hosted on godaddy, I want to transfer the website to the companies domain but the current hosts don't have a control panel...
View ArticleJan Dembowski on "Moving a website with no access to myphpadmin & mySQL on...
Try getting a copy of the files and database via a backup plugin. http://wordpress.org/plugins/search.php?q=backup I've used this one and the support is pretty good IMHO....
View ArticleM96watson on "Moving a website with no access to myphpadmin & mySQL on new host"
Thanks for the reply, don't I need to install wordpress on the new domain to access plugins and I can't do that because I don't have access to MySQL on there. Sorry if I sound completely stupid this is...
View ArticleArtem Livshits on "WP2Cloud Plugin Will Not Activate"
Hi Ryan, From the support case that we have open, it looks like that on the high level you're doing the right steps, we just need to debug and see what's preventing the connection from happening.
View ArticleB_Dark on "MySQL Query: How do I take off what a field has and add it to...
After I found which ones correspond with a column (meta_key "address") of the table wp_postmeta.. SELECT * FROM wp_posts LEFT JOIN wp_postmeta ON wp_posts.ID = wp_postmeta.post_id WHERE...
View ArticleRossMitchell on "MySQL Query: How do I take off what a field has and add it...
This is what I would do: Take a backup of the database. Run you above query, extract the results into a CSV file. Load the CSV file into a spreadsheet. Workout various UPDATE statements for your...
View Articleotis on "Disconnect DB? Maybe? Admin password changes not working."
Hi. I am currently locked out of my site. At first I thought it was my security plugin. Now I think it's something more because I just cant see any changes on the WP side when I change a password in...
View ArticleJackGraal on "[Plugin: WP SlimStat] How to delete all SlimStat data from...
How can I delete all SlimStat data from mysql database? I tried some plugins but there is some problem with editing/removing InnoDB. Thanks in advance :) https://wordpress.org/plugins/wp-slimstat/
View ArticleJackGraal on "[Plugin: WP SlimStat] How to delete all SlimStat data from...
My bad :) I just needed to remove my multisite wp_4_slim... and wp_5_slim... tables first.
View Articlecamu on "[Plugin: WP SlimStat] How to delete all SlimStat data from mysql...
Great, a review for SlimStat would be a nice way to say thank you! Sorry to see you go.
View Articlejaw243 on "Moving dynamically filled page using PHP Get variables and query...
I am new to wordpress and am migrating my site from regular html to wordpress. My site is web app used for organizing clothes within ones closet. Just to clarify the main reason I use word press is...
View ArticleRossMitchell on "Moving dynamically filled page using PHP Get variables and...
I suggest that you put your code into a page template. Create a page that uses this template, make a pretty permalink for this page. Now wordpress can display your pages.
View Article