Title: cloudcomputingtopics's Replies | WordPress.org

---

# cloudcomputingtopics

  [  ](https://wordpress.org/support/users/cloudcomputingtopics/)

 *   [Profile](https://wordpress.org/support/users/cloudcomputingtopics/)
 *   [Topics Started](https://wordpress.org/support/users/cloudcomputingtopics/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cloudcomputingtopics/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cloudcomputingtopics/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cloudcomputingtopics/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cloudcomputingtopics/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cloudcomputingtopics/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/cloudcomputingtopics/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cloudcomputingtopics/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Install new instance on old database?](https://wordpress.org/support/topic/install-new-instance-on-old-database/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/install-new-instance-on-old-database/#post-4534511)
 * Yes, but I am not going to move the domain name for now. I just want to create
   a copy of the current production site under a subdirectory (with the same data).
 * I then want to work on the new instance (change theme etc.) for a while and, 
   when ready, direct/dorward the current domain to the subdirectory (with the new
   instance)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Install new instance on old database?](https://wordpress.org/support/topic/install-new-instance-on-old-database/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/install-new-instance-on-old-database/#post-4534499)
 * So how can I install a new instance that uses the same set of tables as the main
   site (populates the same data)?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Install new instance on old database?](https://wordpress.org/support/topic/install-new-instance-on-old-database/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/install-new-instance-on-old-database/#post-4534495)
 * It seems the new install (installed in the subdirectory of a main install, yourdomain.
   com/newinstance) created a new set of tables in the same db (as the main site).
 * The new tables have the new prefix set in the wp-config.php file (`$table_prefix`).
   Therefore, I assume, there is no data in the tables – it’s a new table set.
 * I probably want to use the same tables (populate the data) in the new instance
   as in the current main instance. Would that be possible by just changing `$table_prefix`
   to the same (wp_) as in the main instance?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Install new instance on old database?](https://wordpress.org/support/topic/install-new-instance-on-old-database/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/install-new-instance-on-old-database/#post-4534492)
 * I installed wp at a new location copying the same wp-config.php as in the main(
   current) site, except for editing/changing `$table_prefix`
 * WP installed without asking for any db details (assuming it used the details 
   already in the wp-config.php file (with the main db details already there).
 * However, going to the new site (subsite) if appears blank, no posts are visible
   from the old site (although using the same db). Did I miss something?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving site from Root to subfolder](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [13 years ago](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/#post-3676227)
 * Yes I copied (not moved) .htaccess and index.php from the subfolder and put them
   under root.
 * In index.php I edited line 17:
    `require('./wp-blog-header.php');` to `require('./
   abc/wp-blog-header.php');`
 * So it should direct to the subfolder.
 * I still get the following errors:
    `Warning: require_once(/home/content/32/5463532/
   html/wp-load.php) [function.require-once]: failed to open stream: No such file
   or directory in /home/content/32/5463532/html/wp-blog-header.php on line 12`
 * `Fatal error: require_once() [function.require]: Failed opening required '/home/
   content/32/5463532/html/wp-load.php' (include_path='.:/usr/local/php5/lib/php')
   in /home/content/32/5463532/html/wp-blog-header.php on line 12`
 * Do I need to do something on the database or elsewhere? please help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving site from Root to subfolder](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [13 years ago](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/#post-3675884)
 * Please advise, I edited the following files, but the error is the same as above:
 * > wp-config.php
   >  index.php
 * adding the subfolder (ABC) as follows:
    `require('./ABC/wp-blog-header.php');`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving site from Root to subfolder](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [13 years ago](https://wordpress.org/support/topic/moving-site-from-root-to-subfolder/#post-3675862)
 * I added the subdirectory to line 17 in index.php
 * > require(‘./ABC/wp-blog-header.php’);
 * However, now I receive the following error:
 * > Warning: require_once(/home/content/32/5463532/html/wp-load.php) [function.
   > require-once]: failed to open stream: No such file or directory in /home/content/
   > 32/5463532/html/wp-blog-header.php on line 12
   > Fatal error: require_once() [function.require]: Failed opening required ‘/home/
   > content/32/5463532/html/wp-load.php’ (include_path=’.:/usr/local/php5/lib/php’)
   > in /home/content/32/5463532/html/wp-blog-header.php on line 1
 * 2
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Cannot login – need to change WP URL setup](https://wordpress.org/support/topic/cannot-login-need-to-change-wp-url-setup/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [13 years ago](https://wordpress.org/support/topic/cannot-login-need-to-change-wp-url-setup/#post-3675254)
 * Thanks, its fixed. I edited the wp-config.php, adding these:
 * define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
    define(‘
   WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Parse error in wp-config](https://wordpress.org/support/topic/parse-error-in-wp-config/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [13 years ago](https://wordpress.org/support/topic/parse-error-in-wp-config/#post-3670600)
 * I managed to figure out the problem. i needed to download a new wp-config-sample.
   php (version 3.5.1) and edit it accordingly, save as wp-config.php and upload.
   It is now working correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Contact Form 7: Change font size](https://wordpress.org/support/topic/contact-form-7-change-font-size/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/contact-form-7-change-font-size/#post-2213531)
 * Which source code should I examine? CF7 style.css – which is inactive, theme 
   style.css or something else?
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No tables functionality in wysiwyg editor?](https://wordpress.org/support/topic/no-tables-functionality-in-wysiwyg-editor/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/no-tables-functionality-in-wysiwyg-editor/#post-1448450)
 * Thanks, I will install this plugin. Still find it strange that the default editor
   cannot handle tables.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove page title from page body](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/#post-1447046)
 * I managed to find this out by disabling the following in page.php:
 * `<!--<h1><?php the_title(); ?></h1> -->`
 * Thanks,
    Olafur
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove page title from page body](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/#post-1447040)
 * Could it be somewhere in this code (index.php) I need to make changes?
 *     ```
       <div id="content">
       	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
       	<div class="post">
   
       	<h2 class="posttitle"><a href="<?php the_permalink() ?>" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
       ```
   
 * Thanks,
    Olafur
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove page title from page body](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-page-title-from-page-body-1/#post-1447016)
 * I am using “eximius” as my theme ([http://wordpress.org/extend/themes/eximius](http://wordpress.org/extend/themes/eximius)).
   I have already done some modifications in the theme, but not sure where I should
   look for this issues.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hide “Comments are closed” on static page](https://wordpress.org/support/topic/hide-comments-are-closed-on-static-page/)
 *  Thread Starter [cloudcomputingtopics](https://wordpress.org/support/users/cloudcomputingtopics/)
 * (@cloudcomputingtopics)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/hide-comments-are-closed-on-static-page/#post-1432026)
 * solved by using `is_front_page()` instead of `is_home()`

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/users/cloudcomputingtopics/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cloudcomputingtopics/replies/page/2/?output_format=md)