Zen Cart Logo
Forums / General Questions / Problem with Tool Kit returning to Admin Page

Problem with Tool Kit returning to Admin Page

Views: 939

Results 1 to 8 of 8
31 Aug 2011, 9:01 PM
#1
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Problem with Tool Kit returning to Admin Page

Hi, can anyone help?

I have used developers tool kit before, but it was quite a while ago. Today I have tried to use, I have typed in my query but when I click search it throws me out back into admin home page!?

Does anyone have any ideas how to fix this or what I might of done?

Thanks

31 Aug 2011, 9:03 PM
#2
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Problem with Tool Kit returning to Admin Page

  1. what version of Zencart
  2. What exactly are you typing in (if its not a secret)
  3. Which section of the dev tools are you entering this in
  4. Are errors appearing in the /cache folder
1 Sep 2011, 3:07 PM
#3
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Problem with Tool Kit returning to Admin Page

Please see below in bold. I have two sites and both are the same, i'm completely baffled as to what I might of changed!

nigelt74:

  1. what version of Zencart 1.3.9h
  2. What exactly are you typing in (if its not a secret) nothing in particular, just tried all different queries
  3. Which section of the dev tools are you entering this in tried all the different sections and they all return to the admin page
  4. Are errors appearing in the /cache folderNothing is appearing in the cache folder?
    :huh:
1 Sep 2011, 3:30 PM
#4
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: Problem with Tool Kit returning to Admin Page

Are you sure you havent changed anything in the .htaccess file like a redirect for a keyword? For instance, the results page for the toolkit is..

developers_tool_kit.php?action=locate_all_files

Have you made a redirect of any of these keywords?

1 Sep 2011, 8:40 PM
#5
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Problem with Tool Kit returning to Admin Page

This is all I have in my htaces file. The bits in bold are not shown in full as I am posting on here

RewriteEngine On
RewriteCond %{HTTP_HOST} ^website.com
RewriteRule ^(.*)$ http://""website address""/$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]

2 Sep 2011, 9:06 AM
#7
dgent avatar

dgent

Totally Zenned

Join Date:
Nov 2009
Location:
UK
Posts:
1,117
Plugin Contributions:
0

Re: Problem with Tool Kit returning to Admin Page

Can you check inside the htaccess file inside the admin directory too.

3 Sep 2011, 8:24 AM
#8
lindsey80 avatar

lindsey80

New Zenner

Join Date:
Apr 2010
Location:
Essex, UK
Posts:
77
Plugin Contributions:
0

Re: Problem with Tool Kit returning to Admin Page

Hi guys, I've fixed it. I ended up overridding my admin files with fresh ones and it worked. I think it may of been an admin revamp that was no longer compatible with present cart release as when I load it back on it won't work. Shame, but I'd rather be able to use the tool kit! Thanks for all you help.