Received: by 10.66.81.200 with SMTP id c8mr3816637pay.1.1350998981800;
Tue, 23 Oct 2012 06:29:41 -0700 (PDT)
X-BeenThere: manchester-wordpress-user-group@googlegroups.com
Received: by 10.68.212.6 with SMTP id ng6ls2361759pbc.4.gmail; Tue, 23 Oct
2012 06:29:41 -0700 (PDT)
Received: by 10.68.189.37 with SMTP id gf5mr3579625pbc.16.1350998981278;
Tue, 23 Oct 2012 06:29:41 -0700 (PDT)
Date: Tue, 23 Oct 2012 06:29:40 -0700 (PDT)
From: Jon Burton <jon.bur...@hotmail.co.uk>
To: manchester-wordpress-user-group@googlegroups.com
Message-Id: <5b57ec54-e645-48d8-8cbf-abd49b136f69@googlegroups.com>
In-Reply-To: <CAMb54M18pvsLBiCXP-9Fnk641VgCE6daJYX=-0wS31tQjyeV7A@mail.gmail.com>
References: <38831834-22df-4bda-87a4-a9e69a9fc212@googlegroups.com>
<CAMb54M18pvsLBiCXP-9Fnk641VgCE6daJYX=-0wS31tQjyeV7A@mail.gmail.com>
Subject: Re: [MWUG] Unable to get into wp-admin
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_1791_473024.1350998980927"
------=_Part_1791_473024.1350998980927
Content-Type: multipart/alternative;
boundary="----=_Part_1792_31268419.1350998980927"
------=_Part_1792_31268419.1350998980927
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Thanks Mike,
I replaced my php.ini with the default one and everything worked a dream -
thanks very much for your help
On Monday, 22 October 2012 14:03:57 UTC+1, Mike Little wrote:
>
>
> On 22 October 2012 13:34, Jon Burton <jon.b...@hotmail.co.uk <javascript:>
> > wrote:
>
>> Hi Everyone,
>>
>> Sorry for what may be a simple question but I can no longer get into my
>> wordpress admin area (enjoykalkan.com/wp-admin) it comes back with an
>> error 500
>> Im assuming this is due to my .htaccess file but dont know.. It currently
>> contains the following.........
>>
>> # BEGIN WordPress
>> <IfModule mod_rewrite.c>
>> RewriteEngine On
>> RewriteBase /
>> RewriteCond %{REQUEST_FILENAME} !-f
>> RewriteCond %{REQUEST_FILENAME} !-d
>> RewriteRule . /index.php [L]
>> </IfModule>
>>
>> Options All -Indexes
>> AddType x-mapp-php5 .php
>> AddHandler x-mapp-php5 .php
>>
>> # END WordPress
>>
>>
>> Anyone any ideas please?
>> Thanks
>>
>>
> If that's all you have in your .htaccess, that's not the problem.
>
> I can access the front page of the site, which I wouldn't be able to do if
> there was a syntax error in your root .htaccess file.
>
> Similarly, if I try to access http://www.enjoykalkan.com/wp-admin, I get
> redirected to the login page, which means that WordPress gets to run and
> cause the redirect, again this means no syntax error in .htaccess in
> wp-admin (if there is one).
>
> So your error is likely coming from php code somewhere.
> Check your php log file (if you have one) or your apache error file. I
> would expect to find a syntax error or some other fatal error in those
> files. With the likelihood of an exact filename and line number causing the
> problem.
>
>
> Mike
> --
> Mike Little
> http://zed1.com/
>
>
------=_Part_1792_31268419.1350998980927
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
Thanks Mike,<div><br></div><div>I replaced my php.ini with the default one and everything worked a dream - thanks very much for your help<br><br>On Monday, 22 October 2012 14:03:57 UTC+1, Mike Little wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><br><div class="gmail_quote">On 22 October 2012 13:34, Jon Burton <span dir="ltr"><<a href="javascript:" target="_blank" gdf-obfuscated-mailto="d1fT0C13u5AJ">jon.b...@hotmail.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Everyone,<div><br></div><div>Sorry for what may be a simple question but I can no longer get into my wordpress admin area (<a href="http://enjoykalkan.com/wp-admin" target="_blank">enjoykalkan.com/wp-admin</a>) it comes back with an error 500</div>
<div>Im assuming this is due to my .htaccess file but dont know.. It currently contains the following.........</div><div><br></div><div><div># BEGIN WordPress</div><div><IfModule mod_rewrite.c></div><div>RewriteEngine On</div>
<div>RewriteBase /</div><div>RewriteCond %{REQUEST_FILENAME} !-f</div><div>RewriteCond %{REQUEST_FILENAME} !-d</div><div>RewriteRule . /index.php [L]</div><div></IfModule></div><div><br></div><div>Options All -Indexes</div>
<div>AddType x-mapp-php5 .php</div><div>AddHandler x-mapp-php5 .php</div><div><br></div><div># END WordPress</div></div><div><br></div><div><br></div><div>Anyone any ideas please?</div><div>Thanks</div><div><br></div></blockquote>
<div><br></div><div>If that's all you have in your .htaccess, that's not the problem. </div><div><br></div><div>I can access the front page of the site, which I wouldn't be able to do if there was a syntax error in your root .htaccess file.</div>
<div><br></div><div>Similarly, if I try to access <a href="http://www.enjoykalkan.com/wp-admin" target="_blank">http://www.enjoykalkan.com/wp-<wbr>admin</a>, I get redirected to the login page, which means that WordPress gets to run and cause the redirect, again this means no syntax error in .htaccess in wp-admin (if there is one).</div>
<div><br></div><div>So your error is likely coming from php code somewhere. </div><div>Check your php log file (if you have one) or your apache error file. I would expect to find a syntax error or some other fatal error in those files. With the likelihood of an exact filename and line number causing the problem.</div>
<div><br></div><div><br></div><div>Mike</div></div>-- <br>Mike Little<br><a href="http://zed1.com/" target="_blank">http://zed1.com/</a><br><br>
</blockquote></div>
------=_Part_1792_31268419.1350998980927--
------=_Part_1791_473024.1350998980927--