Tara on "That dreaded broken image upload problem"
Try: Go to Admin -> Settings -> Media and make sure both the Store uploads in this folder and Full URL path to files entries are blank and Save Changes.
View Articlealucidwake on "That dreaded broken image upload problem"
Hi Tara, Thanks for the reply. I forgot to mention this in the post but I'm running WordPress 4.0 so those options aren't available for me.... :(
View Article360zen on "Two sites use same posts"
Hi Matt, Thanks for your input. Would I be able to set up the RSS feed in a way that would mirror categories, tags, featured images, etc.? I don't want them to have to edit each post as it is...
View Articlealucidwake on "That dreaded broken image upload problem"
It seems like I might have come across a further development: The media is being uploaded to the wp-content/uploads folder on the OLD domain tree, not the new one. So even after changing the site from...
View Articlealucidwake on "That dreaded broken image upload problem"
I am beyond confused right now. Tara, I just went back into the media settings page and those two options were available, and indeed pointing to the wrong directory. That said, I also found the culprit...
View ArticleRandall2961 on "[Plugin: Jetpack by WordPress.com] Jetpack Sharing - How to...
Thanks Jeremy The codex explanation sort of makes sense, but unfortunately I have no idea how to go about appending a query string to the permalink of a particular page. I am using the ABASE plugin to...
View ArticleMatt Knowles on "Two sites use same posts"
How do you plan to set up the two sites? Two domains, one domain with a subdomain? Or can one just be in a subdirectory? I'm still thinking of solutions, but it would be good to know which options you...
View ArticlesomeUser3479 on "MAMP + Wordpress database connection 2Questions"
Question: Can I completely uninstall all mamp stuff without reseting my computer(mac) and without using the uninstaller (because it doesn't work anymore)? After setting default ports and opening...
View ArticlesomeUser3479 on "MAMP + Wordpress database connection 2Questions"
PS: Thank you for the idea to go to localhost forum. I will ask there soon if I couldn't figure it out here.
View Article360zen on "Two sites use same posts"
It would be option 1. Two separate domains (hosted on the same server). Right now, the best idea we've had is to host both domains from the same codebase and database. Then, serve different stylesheets...
View ArticleCMSHelpLive on "Database Repair: Table "new_db.wp_ " doesn't exist"
Hi, Match database name in wp-config.php with database under phpmyadmin.This error may be due to your mismatched database name.
View Articleheyihsan on "Include a php file that connects to another database to a page"
Hey guys, pretty new to Wordpress and PHP development and I'm having some difficulty with this task. Basically my client has a mysql database(it's on the same server as wordpress db) and a php file...
View Articlecoleen_s on "Database Repair: Table "new_db.wp_ " doesn't exist"
Thanks for the quick response guys. @CMSHelpLive I am currently using Navicat to manage my database, tried installing phpmyadmin but cannot access it. I also checked the database information in...
View Articlesarabwilson35 on "Web Developer MIA for weeks... now date base is lost?!"
I'm having issues with my web developer who I've used for years. My site was down for weeks now he tells me the data base was lost. He asked me to longer contact him and that all the files are still...
View Articlecoleen_s on "Database Repair: Table "new_db.wp_ " doesn't exist"
I already determined the problem, the problem exist because of the table prefixes. The table prefixes of my database tables are "o5gbc_" while in my wp-config file it's "wp_". I configured my...
View ArticleRossMitchell on "Include a php file that connects to another database to a page"
My suggestion is that you consolidate the two databases into one. On the 'other' database, do an export, then in the WordPress database import this file, now you will have one database with both the...
View Articleheyihsan on "Include a php file that connects to another database to a page"
Ross, thank you very much for your suggestion. However, the client had his setup for a long time now and he accesses this through MS Access, and honestly I don't want to mess up with this setup. Is...
View ArticleMarc on "Web Developer MIA for weeks... now date base is lost?!"
So, all of the uploads in you "wp-content" folder are still there? Also, what host are you using? ---- Also, if need a new developer, I would recommend looking at Evanto Studio....
View ArticleRossMitchell on "Include a php file that connects to another database to a page"
So it seems that using $wpdb is out of the question, as is creating a second $wpdb object to handle MS-access. Still you have php files which do handle MS-access, I see no reason why this code cannot...
View Article