Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Problem with new custom template

Problem with new custom template

Locked

Views: 943

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
24 Oct 2008, 3:05 PM
#1
dogmai avatar

dogmai

New Zenner

Join Date:
Oct 2008
Posts:
1
Plugin Contributions:
0

Problem with new custom template

Hi,
I'm new to zencart...
I've succesfully installed it on my website and tried to set-up a new custom template following this tutorial -> https://www.zen-cart.com/tutorials/index.php?article=142

I've did everything wrote in the tutorial, but when I try to reload my shop I get this error
1054 Unknown column 'pages_title' in 'order clause'
in:
[select * from mokasol_ezpages where status_header = 1 and header_sort_order > 0 order by header_sort_order, pages_title]

I still havent modified anything, just created a new template and tried to reload the site: I thought I would see a shop without any modification (since I haven't updated any file yet)

I've also tried to search in the forum for previous "problem", but I'm not able to find anything that will help me..

Any suggestion? (I know someome will have more than a simple suggestion :cool:)

Thanks

I've installed ZenCart 1.3.8a (downloaded from https://www.zencart-italia.com) with italian language...

25 Oct 2008, 4:09 PM
#2
usernamenone avatar

usernamenone

Totally Zenned

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

Re: Problem with new custom template

This error usually means a PHP version incompatibilty issue. Either you have used an older template out of the download section or your server is using an older version.

25 Oct 2008, 7:24 PM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Problem with new custom template

This is a little odd as the pages_title column has always been a part of the ezpages table. Have you checked the table in your database to make sure that it hasn't been accidentally deleted?

(Personally doubt that this is a PHP compatibility issue as the problem lies between a SQL statement and the database - so there's no PHP involved)