Zen Cart Logo
Forums / Installing on a Windows Server / A Very confused beginner.

A Very confused beginner.

Locked

Views: 1,933

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
14 Oct 2006, 6:00 AM
#1
cpjisme avatar

cpjisme

New Zenner

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

A Very confused beginner.

A friend of mine set Zen cart up for me thinking it would be a very good shopping cart for our site without realizing how little(close to nothing I know about any of the undelying codes and how they work. I have been trying to read through the material and get at least familiar with the terms and language of what to do. This will probably make several of you shake your heads but how do I go about figurring out where he has put the database for the store so that I can even have access to the files I am going to have to learn to modify. I can get into Admin but isn't there a Cpanel or some where that these actual files are locateed? Thanks in advance for the help.:shocking: :shocking: :shocking:

14 Oct 2006, 8:42 AM
#2
ryk avatar

ryk

Totally Zenned

Join Date:
Oct 2004
Location:
Southport, UK
Posts:
3,644
Plugin Contributions:
6

Re: A Very confused beginner.

The obvious answer is "Ask your friend" who is already familiar with your specific set-up :D but in the meantime...

Your web host's control panel (of which cPanel is one type) is what you are looking for, but you won't actually see the database within the file structure...there is a separate section for db management within the control panel, usually named phpMyAdmin. You would probably also see MySql as a section - that's usually for setting up databases and users.

Your File Manager within your control panel will let you see the directory structure and access files, although editing files directly on the server via File Manager is not recommended.

To be absolutely sure about your database in use and access details, you need to locate the file in includes/configure.php and view it - the info starts at line 48.

Just to clear your mind on one point...the database does NOT store files. The files help you create data which is stored in the database, so you (certainly at this stage) don't need to worry about editing the db directly. To give you a (hopefully) simple example...

Your products have images, and when you enter product information via admin, you enter the information as to where to get the image from and where it is to be stored. Assuming you use the default, when you upload it, your image file is stored in the images directory; the exact location of the file is stored in the database.

When the image is to be displayed, one of the program files will ask the database where it is, and the database will reply with the **location **of the image, so that the program file then moves on to locate and display the image itself.

You should set up an FTP application (Filezilla is free) and download a complete copy of your existing site on your own hard drive, and do any editing there. Always use a text-editor such as Notepad++ or Crimson Editor for your editing; the likes of Front Page and Dreamweaver will create problems that your own limited knowledge will not allow you to fix; NEVER use a word-processor because they add all sorts of hidden codes which completely mess up web pages.

And now you need to do a LOT more reading, starting with the Tutorials/FAQ section.

Oh - and welcome to the most helpful forum on the Internet! :D

14 Oct 2006, 2:51 PM
#3
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,695
Plugin Contributions:
56

Re: A Very confused beginner.

I would say the obvious answer is to ask your friend what his rate would be for maintenance going forward. It's your call, but it seems incredible to me that people are willing to spend a few hundred hours to save a few hundred dollars.

Good luck,
Scott

15 Oct 2006, 1:25 AM
#4
cpjisme avatar

cpjisme

New Zenner

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

Re: A Very confused beginner.

I Thank You for helping me at least find a starting ground. The obvious answer would have been the easiest but I have not been able to communicate with my very helpful friend. I have 200+ products already listed in this cart so the thought of scrapping it and starting from scratch AGAIN just doesn't thrill me. I figure the worst that can happen is I lose alot of sleep but will gain alot of knowledge. I've never found knowledge to be a bad consequence LOL! I plan on picking quite a few brains here and there so I am grateful for the direction to references. Thanks! ::blink: