Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Making changes to my site

Making changes to my site

Views: 1,382

Results 1 to 12 of 12
2 Mar 2011, 6:46 PM
#1
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Making changes to my site

I am using zencart version 1.3.9h and I can't seem to make any changes to my homepage. I downloaded zencart through my hosting provider(godaddy) and when I access english.php to make change to my page title nothing happens. What could be the reason for this?

Note: I am able to make changes through admin define pages, and I'm able to make changes through my css.stylesheet in my cutsom template, but nothing seems to change when I modify files in english.php.

Please help, I need to start building my store

2 Mar 2011, 7:32 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Making changes to my site

Possibly a file permissions problem. What are the permissions set to for that file ?

A link to the site might let us spot something.

You might search these forums for your host's name to see what others' experience has been, and consider installing Zencart manually.

2 Mar 2011, 8:20 PM
#3
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

Thanks for the reply.

the link to my site is http://www.kamskungfucinema.com/zencart/

I'm not sure what my permissions are set to nor do I know how to check them.

2 Mar 2011, 9:18 PM
#4
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

I can't find any header files. I don't seem to have this file: includes/languages/english/header.php I do, however have includes/languages/english.php

but modifiying this changes nothing for my site.
it says this in the beginning:

// FOLLOWING WERE moved to meta_tags.php
//define('TITLE', 'KAM'S KUNG FU CINEMA');
//define('SITE_TAGLINE', 'Your one-stop kung fu movie shop!');
//define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');
// END: moved to meta_tags.php

It says moved to meta-tags...should i try to modify it from there? Also, I can't seem to find meta-tags.

2 Mar 2011, 9:22 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Making changes to my site

I don't seem to have this file: includes/languages/english/header.php
You have to have these files

and meta_tags.php is at

/includes/languages/english/meta_tags.php

2 Mar 2011, 9:47 PM
#6
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

Hmmm...I don't have it. Do you think my hosting site didn't download everything correctly? Is it better to manually install and use my FTP?

I would hate to have to start all the way over, but if I'm missing files, then I really dont have a choice, do I. Can I download these files?

2 Mar 2011, 10:02 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Making changes to my site

Assuming you are just starting out

Get the distribution of the version you are using

admin > tools > server/versions > look for ZenCart version

http://sourceforge.net/projects/zencart/files/

Expand locally and FTP & overwrite current folders/files

2 Mar 2011, 10:02 PM
#8
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

Okay, I've located the files. Although now when I change them when I try to view my page it says 500 internal Server Error

2 Mar 2011, 10:04 PM
#9
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Making changes to my site

my page it says 500 internal Server Error

That means something you have set is not liked by your server
https://www.zen-cart.com/tutorials/index.php?article=63

What are you using to edit these files?

2 Mar 2011, 10:13 PM
#10
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

I am editing them via my hosting site.

2 Mar 2011, 10:16 PM
#11
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Making changes to my site

I am editing them via my hosting site.
Don't do that as the editors are not reliable for php files

Get a dood FTP Client like filezilla

Get a good plain text code editor
some free ones are
crimson editor
emerald editor
notepad++

FTP Files to your local HD

Open in the editor, make changes,save and FTP back to your server

2 Mar 2011, 10:44 PM
#12
jenesaisquoi avatar

jenesaisquoi

New Zenner

Join Date:
Mar 2011
Posts:
65
Plugin Contributions:
0

Re: Making changes to my site

Thankyou all for replying.

I found the problem. In the title of my header I typed my company name which happens to have an apostrophe in it. This apostrophe I guess was conflicting with the apostrophe's used in the html code.

So I'm good to go for now, but since I'm such a newbie at this, I'm sure you'll be hearing from me again soon.