Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Move categories from the bottom center to top?

Move categories from the bottom center to top?

Locked

Views: 3,128

Results 21 to 25 of 25
This thread is locked. New replies are disabled.
2 Mar 2009, 1:45 AM
#21
beavertje avatar

beavertje

New Zenner

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

Move categories from the bottom center to top?

Tnx glenn.

cant say how much you helped me.

once the store is done, pls place an order.
i will send it to you. no charge.

Alex

3 Mar 2009, 12:11 AM
#22
beavertje avatar

beavertje

New Zenner

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

Re: Move categories from the bottom center to top?

ow glenn!

i think i screwed up.

i installed an addon and clicked on add sql patch twice.

I cannot get into my admin page anymore!?
it says, stuff.

can i do something to recover this?
i do not have a backup of my database.

please help:yuck::yuck::yuck::yuck:

3 Mar 2009, 1:12 AM
#23
beavertje avatar

beavertje

New Zenner

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

Re: Move categories from the bottom center to top?

I found it.
There was a corrupt file that session was referring to.
deleted all files and pasted them from an earlier copy.
works fine again.

3 Mar 2009, 1:26 AM
#24
beavertje avatar

beavertje

New Zenner

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

Re: Move categories from the bottom center to top?

What does this error mean?
:clap::clap::clap::clap:

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at //includes/extra_datafiles/extra_description_type_database_names.php:22) in //includes/functions/sessions.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at //includes/extra_datafiles/extra_description_type_database_names.php:22) in //includes/init_includes/init_templates.php on line 36

3 Mar 2009, 10:38 AM
#25
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Move categories from the bottom center to top?

headers already sent

often means that there is a blank line or space before or after a php file's code. Check any files you have recently edited or added.
It may be
/includes/extra_datafiles/extra_description_type_database_names.php, line 22

Beyond that, I don't know...