Zen Cart Logo
Forums / General Questions / Main Page text appears on login page

Main Page text appears on login page

Locked

Views: 5,822

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Jan 2009, 12:46 PM
#1
gills avatar

gills

New Zenner

Join Date:
Jan 2009
Location:
Ipswich, Suffolk UK
Posts:
6
Plugin Contributions:
0

Main Page text appears on login page

Hi,

I am a newbie with a problem. I am working on a new site and finding the learning curve v. steep.

My main page text appears on the login/welcome page when I login as a test customer. The url appears wrong, i.e.

http://shrubweb/shop/index.php?main_page=index (I can see why I am getting the main page text.)

as opposed to:

http://www.designsamples.com/scripts/zencart/index.php?main_page=index

etc. in the Zen Cart demo. I have tried switching the template to Classic and back - same error appears in Classic.

I'm sure it's something simple I've overlooked or done wrong. I have searched for an answer but to no avail. Using Zen Cart 1.3.8.9. php 5.2.6 and Sage template. Any help would be appreciated.

20 Jan 2009, 9:05 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Main Page text appears on login page

currently your path seems to be ok , if you do have problem with your path , the best place to look for is your configure.php file(s)

also you getting following errors
1054 Unknown column 'p.products_id' in 'on clause'

searching for this error , seems to be related to mysql server version . latest zencart works with version 5 , but you might be on version 4 .. check with your host , and see if they can move you to mysql version 5 .

5 Feb 2009, 5:01 PM
#3
gills avatar

gills

New Zenner

Join Date:
Jan 2009
Location:
Ipswich, Suffolk UK
Posts:
6
Plugin Contributions:
0

Re: Main Page text appears on login page

Thanks for your reply - I should have replied earlier, got bogged down in other things. I think you're right. I was under the impression the text on the login page would be different to that on the home page - this is what threw me into a panic.

I am on MySQL 5.1.29 - I haven't come across the error you mentioned yet but will look out for it - I am about to start getting 1300 odd records from MS Access into MySQL. What fun.
Thanks for your time.