I will add that the zip file does extract OK, all the files have been put into the correct directories, but it seems that running the installer somehow crashes PHP, when I try to go to wordpress home page , I just get:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);
/** Loads the WordPress Environment and Template */
require(‘./wp-blog-header.php’);
Hey tacochamp,
Here is a helpful section on the FAQs page:
-> Browse To: http://lifeinthegrid.com/duplicator-faq/
-> Find Section: “2. Installer”
-> See Area/Question: “Why does browsing to the installer.php just show text/code or prompt to be downloaded?”
You might also contact GD and ask them why you see PHP code. The web server should be processing that text and you should never see any PHP logic…
Hope that helps!
Thanks! I have a ticket in w/ GoDaddy and will let you know. Would it help to see the log file or anything? The reason I think it has to do with Duplicator is because the installer.php loads fine, yet after running it then the PHP error occurs…
THanks
Yeah you can submit the log file, but don’t post it here just use the help ticket system…