shiesl
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Delete Site does not exist in toolsThanks – that did help I’ll try it and see what happens.
Forum: Installing WordPress
In reply to: Same 500 error on new installI put in a ticket to my ISP. It turned out that I had put in the wrong password. Fixed now.
Forum: Installing WordPress
In reply to: Same 500 error on new installI added the following to the config file in an attempt to find where the error is:
@ini_set('log_errors','Off'); @ini_set('display_errors','On'); @ini_set('error_reporting', E_ALL ); define('WP_DEBUG', true); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', true);
there still is no error. It just cannot find a file. The only thing that I can think of is that on a Window machine I need to change the paths. Perhaps the:
/** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');
needs to be changed. Or perhaps more. Any ideas? Thanks. Rick
Forum: Installing WordPress
In reply to: Same 500 error on new installManaged to look at the log – here is the line
2013-01-28 11:25:18 W3SVC155 LACIE 216.97.238.105 GET /blog/wp-admin/install.php – 80 – 24.23.113.79 HTTP/1.1 Mozilla/5.0+(Macintosh;+Intel+Mac+OS+X+10_8_2)+AppleWebKit/536.26.17+(KHTML,+like+Gecko)+Version/6.0.2+Safari/536.26.17 __atuvc=0%7C1%2C12%7C52%2C10%7C3%2C46%7C4%2C6%7C5;+__utma=1.992412131.1342664617.1342664617.1342664617.1;+_gauges_unique=1;+_gauges_unique_year=1 – fullmoonmeditations.com 500 0 0 1536 515 6443
which does not help me, but may explain something to someone else. Thanks. Rick
Forum: Installing WordPress
In reply to: Same 500 error on new installI do not think a Windows environment has an Apache error log. The Windows error log I could not find any 5xx response in. I’m not sure where the php.ini file is on the Windows system. Sorry.