That doesn't make any sense at all, since that code is in the draw_textarea function ... and the admin login doesn't use any textarea fields.
How has your admin been altered vs a fresh uncustomized install?
Printable View
They both were a fresh Install from my local host 1.3.9c. I just have been updating whenever you guys do. I haven't altered my admin except maybe some of the add ons I have installed. Everything was working with no problem except when I updated to the latest version. I can offer to give you my Admin and ftp information if you want to take a peek.
What exactly are the symptoms of the failed login?
An error message? Just a screen refresh w/o message? A blank screen?
As I said over on the first page there's a popup window. Look at the first picture.
http://www.zen-cart.com/forum/showpo...99&postcount=3
shagging's issue is completely different, and has been moved to its own thread.
Hmmm .... somehow I completely missed the symptom that you were being redirected to your storefront when logging in to your admin.
That can only be caused by two things:
a) your admin configure.php file has not got the admin paths in it properly
b) you've got rewrite rules in your .htaccess (or otherwise) which are doing the redirect on you
Hi
I had the same issues when I upgraded to 1.3.9g. When anyone tried to login they were just send back to the login page. No error or anything showing.
I restored back to 1.3.9f and all works fine.
Which .htaccess file would effect that?
I look at my .htaccess file and found I had a rewrite rule for the old facebook addon # rewrite fbcanvas directory and RewriteCond %{REQUEST_URI} !^/fbcanvas [NC] After I removed this from my .htaccess file I installed the new html_output from zen-cart-v1.3.9g and now I can log on Very strange. That shouldn't have any affects on it i wouldn't think. Anyway here is my .htaccess file. I have rename my custom folder to admin.
Quote:
AddHandler x-httpd-php5 .php
<ifmodule mod_php5.c>
php_value zlib.output_compression 16386
</ifmodule>
RewriteEngine On
RewriteCond %{HTTP_HOST} ^thegoodshepherdstore.com$ [NC]
RewriteRule ^(.*)$ http://www.thegoodshepherdstore.com/$1 [R=301,L]
# Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])
RewriteCond %{REQUEST_URI} !\.[a-z]{2,5}$ [NC]
# Don't rewrite admin directory
RewriteCond %{REQUEST_URI} !^/admin [NC]
# Don't rewrite editors directory
RewriteCond %{REQUEST_URI} !^/editors [NC]
# Don't rewrite cPanel directories
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
# Handle all other URIs using Zen Cart (index.php)
RewriteRule .* index.php?%{QUERY_STRING} [L]
SetEnvIfNoCase User-Agent "yandex" bad_bot
<Limit GET POST>
order allow,deny
allow from all
deny from env=bad_bot
</Limit>
Same login proglem here after 1.3.9.g update.
I got an error msg of:
The requested URL /zen_cart/admin/alert_page.php was not found on this server.
And my login page is admin.php Why the new version points to an alert_page.php?