muddg
Forum Replies Created
-
I can tell you categorically that Duplicator works with Microsoft IIS.
I have successfully backed up a domain on Windows 2008 IIS 7 and restored it to another domain. WordPress 3.3.2Once you figure it out, it works very well.
You have to run PHP 5.3 or later. Also, if you don’t manually create the wp-snapshots folder in the root directory, you will get a permission related error. Even when the folder exists you get a permissions error but it does continue to successfully backup the site.
Warning: chmod(): Permission denied in […]wp-content\plugins\duplicator\inc\functions.php on line 324
09:26:57 log:fun__create_snapshotpath=>error setting wp-root folder to 755. This process may need to be done manually.[…]/
09:26:57 log:fun__create_snapshotpath=>success setting 755 for: D:/blah-blah/wp-snapshotsA 500 server error is usually either a permission problem or a missing folder OR some PHP extension (like a zip functionality) is missing.
I’m just about to test a backup on an Apache server and restore to a Windows server.
Forum: Themes and Templates
In reply to: RainBow Trance theme: Remove right sidebarI have this same problem but I’m using the Real Estate Info 1.0 by qualitywordpress.
I want to get rid of the right sidebar. The left sidebar has only the categories and links widgets. The right sidebar has no widgets.
Here is the code in sidebar.php<!-- Sidebar --> <div class="sidebar"> <h3>Pages</h3> <ul> <?php wp_list_pages('title_li='); ?> </ul> <h3>Archives</h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?> <?php endif; ?> /div> <!-- Sidebar -->
There is no other sidebar file in the theme. I read an article that made me think I need to look at default files but i can’t figure out exactly where the default files live.
I’m new to wordpress.
Thanks