Forums / Basic Configuration / Admin Configuration page problem: Page Not Found?

Admin Configuration page problem: Page Not Found?

Locked
Results 1 to 10 of 10
This thread is locked. New replies are disabled.
14 Jul 2009, 00:14
#1
eyenovation avatar

eyenovation

New Zenner

Join Date:
Mar 2009
Posts:
4
Plugin Contributions:
0

Admin Configuration page problem: Page Not Found?

Greetings,

Trying to configure our store, but in the admin section (Configuration > My Store), and for other links like it, I am returned a Page Not Found error. For some reason the PHP ID code doesn't link to the correct page.

/admin/configuration.php?gID=1


Links to a page not found, when it's supposed to link to (obviously) the My Store page. My guess this is an easy fix, but I'm lost as to where to begin. Can anyone help me? Thanks,
14 Jul 2009, 00:55
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Admin Configuration page problem: Page Not Found?

Careful about what you post about your admin side

How was this installed?
What are the path entries for your admin configure.php file
Do they semi-match your store side configure.php file?
14 Jul 2009, 22:40
#3
eyenovation avatar

eyenovation

New Zenner

Join Date:
Mar 2009
Posts:
4
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

kobra:


How was this installed?


Manually installed, using the current version off the site.

What are the path entries for your admin configure.php file
Do they semi-match your store side configure.php file?


Sorry for the ignorance, but where would I find that out exactly? Sounds like that's my big problem.
15 Jul 2009, 00:35
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Admin Configuration page problem: Page Not Found?

One is at /includes/configure.php
The admin one is at admin//includes/configure.php
15 Jul 2009, 01:06
#5
eyenovation avatar

eyenovation

New Zenner

Join Date:
Mar 2009
Posts:
4
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

kobra:

One is at /includes/configure.php
The admin one is at admin//includes/configure.php


<img removed>
Here are the two side by side, obviously w. the site hidden. Not sure if I have some problems. Thank you sincerely for taking the time to help me on this. Much appreciated.
15 Jul 2009, 21:29
#6
eyenovation avatar

eyenovation

New Zenner

Join Date:
Mar 2009
Posts:
4
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

Can anyone help me here? I'll pay someone. I have to get this done, pronto.
04 Aug 2009, 17:21
#7
lostintranslation avatar

lostintranslation

New Zenner

Join Date:
Sep 2007
Posts:
35
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

You should really delete the picture showing your passwords and what not ASAP.
01 Oct 2009, 23:00
#8
dsided avatar

dsided

Zen Follower

Join Date:
Jun 2008
Posts:
128
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

I'm having the same problem, when I click any links under the configuration I get a 404 or page not found. Did you find a solution?
01 Oct 2009, 23:04
#9
dsided avatar

dsided

Zen Follower

Join Date:
Jun 2008
Posts:
128
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

Solution - I was having problems with the database and getting the database info in the configure.php file. I deleted the configuration.php instead of configure.php! Simple
14 Oct 2009, 03:51
#10
indianasoapcompany avatar

indianasoapcompany

New Zenner

Join Date:
Oct 2009
Posts:
3
Plugin Contributions:
0

Re: Admin Configuration page problem: Page Not Found?

I figured it out. This is what happened in my case. When I uploaded zen to my webspace, the configuration.php file did not transmit correctly. What was on my server was a blank file. I was not able to access any of the configuration files. Then I deleted configuration.php on my server. Got the message file not found. Hmmm! Why was it blank on the server?

So I went to my original zen folder on my computer and opened up configuration.php and it was full of code. Good thing! Re-uploaded this one file to the server to replace the blank corrupt one. Voila! Fixed the problem. I can now access my configuration selections in my admin. Yeah! :)