Zen Cart Logo
Forums / Basic Configuration / Upadate Button in Define Pages Editor inside edit box!?

Upadate Button in Define Pages Editor inside edit box!?

Locked

Views: 1,250

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
11 Feb 2007, 7:46 PM
#1
ttrowell avatar

ttrowell

New Zenner

Join Date:
Feb 2007
Posts:
13
Plugin Contributions:
0

Upadate Button in Define Pages Editor inside edit box!?

For some reason, the buttons I should use to save or cancel my changes in Define Pages editor are inside the edit box instead of outside where I can actually use them!

It only happens on the main_page - not the other pages.
I checked the files on the server, and they do not reflect this problem. I am stumped as to why this is happening. Can anybody help me?:cry:

Thanks!

11 Feb 2007, 8:07 PM
#2
burtjesus avatar

burtjesus

New Zenner

Join Date:
Sep 2006
Posts:
32
Plugin Contributions:
0

Re: Upadate Button in Define Pages Editor inside edit box!?

I have seen similar instances of this... For me the problem was in the code I put into the define_main_page file. I put a form in there, and in the form was a textarea that I opened and closed.

<textarea name="whatever"></textarea>

The </textarea> was closing the wrong textarea.. it was closing the one used for defining text... I couldn't see the closed tag in the editor, so I had to manually open the define file, and remove it myself.

This may be related to your issue... ??

11 Feb 2007, 8:22 PM
#3
ttrowell avatar

ttrowell

New Zenner

Join Date:
Feb 2007
Posts:
13
Plugin Contributions:
0

Re: Upadate Button in Define Pages Editor inside edit box!?

Thank you,
I did not edit the file in any way...I was inside the Admin, trying to update the page, when I went back to make so additional changes - Wham! There it was in the wrong spot!

I am so baffled because I was within the Admin when it happened and not even goofing around with my files on the server. Also, the server files show a differerent set of information than is showing up on my actual site.:blink:

I just don't know how to remedy the problem.

11 Feb 2007, 8:25 PM
#4
burtjesus avatar

burtjesus

New Zenner

Join Date:
Sep 2006
Posts:
32
Plugin Contributions:
0

Re: Upadate Button in Define Pages Editor inside edit box!?

Try opening your includes/languages/english/YOUR_TEMPLATE/html_includes/define_main_page.php file (or whichever file you're using) and viewing what's there. If there's anything there, try removing it , saving it, and checking the admin site again. If it's blank, then it sounds like the admin page got messed up, but I'm not sure how....

Other than that, I'm not really sure...