Zen Cart Logo
Forums / Basic Configuration / Hey, where did my admin>configuration menu go?

Hey, where did my admin>configuration menu go?

Views: 725

Results 1 to 10 of 10
10 Oct 2012, 4:08 AM
#1
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Hey, where did my admin>configuration menu go?

Suddenly, when I hover over Configuration, all it has is "Logging", no other options? What's up?

10 Oct 2012, 4:12 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Hey, where did my admin>configuration menu go?

I think that's a result of installing an addon designed for an older version of Zen Cart.

What exactly have you been doing since your menu last worked correctly? Trace back your steps and undo what broke it.

10 Oct 2012, 4:43 AM
#3
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Hey, where did my admin>configuration menu go?

I've just installed a mod for extra More Information pages. It's got tentacles everywhere. Maybe I can try copying over just the Admin files it installed?

10 Oct 2012, 4:47 AM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Hey, where did my admin>configuration menu go?

I'd start by putting back originals of any files it overwrote, and removing any files it added, at least on the admin side.

10 Oct 2012, 4:49 AM
#5
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Hey, where did my admin>configuration menu go?

Have to admit, it's behaving strangely. Every time I edit includes/languages/mytemplate/english.php and save it, it reverts back all by itself.

10 Oct 2012, 4:57 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Hey, where did my admin>configuration menu go?

Here's a power-tip for you:

You said you're editing english.php ... and I bet your CUSTOM english.php contains a whole lotta stuff you did not actually customize. The tip is that you can stuff into english.php only the defines that you customized. The system will read those first, and then go read the main english.php to get all the rest!

And the side-benefit of doing that is that you don't run the risk of it trying to do all the fancy crazy includes etc that the main one does at the bottom of the file. And it sure makes upgrades a ton simpler too.

And whenever you're installing a plugin that touches english.php, WALK WITH CAUTION ... because there's no good reason for it to ever touch the english.php file at all. All the language defines for a plugin should go into the extra_definitions folder instead. So if a plugin is touching english.php then chances are it wasn't written as friendly as it should have been.

10 Oct 2012, 5:10 AM
#7
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Hey, where did my admin>configuration menu go?

Well the good news is that I copied over the new admin files and my Configuration menu is back :smile: but the english.php file is refusing to retain my changes. And now I've lost all my More Information page titles, not just the new ones.

How do people add more pages to v1.5? I've done a search but it doesn't look like there's a new mod.

10 Oct 2012, 5:11 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Hey, where did my admin>configuration menu go?

Are you using EZ-Pages for additional content?

10 Oct 2012, 5:20 AM
#9
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Hey, where did my admin>configuration menu go?

No, I've never used EZ Pages for some reason. Must look into it. I just installed ImageHandler for the first time (this is about my tenth zen cart) and now I get what everyone was talking about. A bit slow on the uptake sometimes...
And thanks for the tip re english.php. I'm a bit scared of PHP but I reckon I could manage that.

11 Oct 2012, 3:45 AM
#10
jenpen avatar

jenpen

Zen Follower

Join Date:
Sep 2007
Location:
Far South Coast, NSW, Australia
Posts:
427
Plugin Contributions:
0

Re: Hey, where did my admin>configuration menu go?

Just to finish the story, I painstakingly went through and removed all the new files, and everything went back to normal. I will always check in the future if a mod is compatible.

And EZ Pages, hey? Fantastic! Why did I never go there before? Thanks. :smile: