kivgaen
Forum Replies Created
-
I have a follow up to this question…
I currently have a WP multiblog set up at: www.(domainHostedByAwardspace).com. I want to move the website, eventually, to www.(domainHostedByGoDaddy).com. The domain name of my website, (www.myWPdomainName.com), will not change.
The multiblogs that I currently have set up are blog1.mydomainname.com, blog2.mydomain.com, etc…
The way GoDaddy works is I have a “main” website, (domain name is irrelevant), and all subsequent domains registered on the same hosting plan will be in a sub-directory of the first website. So, this website currently exists: http://www.masterdomain.com/myWPdomainName/
So… here’s the 10,000 question: How do I move over my multi blog from one hosting company to the second hosting company, without an interruption in service? basically, can I have the new multi-blog website set up initially as:
http://www.masterdomain.com/myWPdomainName/, have all of the sub-blogs set up as: http://www.masterdomainname.com/myWPdomainName/blog1, http://www.masterdomainname.com/myWPdomainName/blog2, etc. Use the “masterdomainname.com” as the “testing” URL, and then when I am satisfied that everything works properly, I change the DNS records of myWPdomainName and add all of the sub-domains to point to the directories as laid out in the above examples. when the DNS has been updated fully, then I can remove reference of the masterdomainname.com and just go back to http://www.myWPdomainName.com, blog1.myWPdomainName.com, etc.
So — Can I do this?
Forum: Fixing WordPress
In reply to: WordPress 2.8 – no more iframe?I think that did the trick. Thanks, Otto!
Forum: Fixing WordPress
In reply to: WordPress 2.8 – no more iframe?I just wanted to add — is there any plugin that works with 2.8 that will make an iframe a legitimate tag in wordpress WYSIWYG editor?
Forum: Fixing WordPress
In reply to: TinyMCE Advanced no more workingI have just installed the code from stratch today and am getting the same error. I am running on WordPress 2.5.1, and I downloaded the plugin today and activated it. When I click on the “Manage” button in wordpress and select the “TinyMCE Advanced” tab, I get the following message:
Warning: tadv_page(WP_PLUGIN_DIR/tinymce-advanced/tadv_admin.php) [function.tadv-page]: failed to open stream: No such file or directory in /home/www/luise.awardspace.com/wordpress/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 214
Warning: tadv_page() [function.include]: Failed opening ‘WP_PLUGIN_DIR/tinymce-advanced/tadv_admin.php’ for inclusion (include_path=’.:/usr/local/php4/share/pear’) in /home/www/luise.awardspace.com/wordpress/wp-content/plugins/tinymce-advanced/tinymce-advanced.php on line 214
I checked the directory structure and all of the files do appear to be present, so I am not sure what the issue is. Maybe a recent change to the files broke some code somewhere, which is why some people aren’t seeing this message because they have an older version?