Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I need help installing this addon. The name of my catalog and admin directories are different. Let's say they are cow and horse. Obviously, I will need to change something in the scrip for it to run. These are the things that I have changed. From the autoinstaller script:

 

class AutoInstaller

{

 

const xml_filename = "install.xml";

const unxml_filename = "uninstall.xml";

const backup_dir = "backup";

const files_dir = "files";

const catalog_dir = "cow"; (was "../")

const check_dir_if_exists = "cow/horse"; (was "admin")

const path_to_config = "cow/includes/configure.php"; (was "../includes/configure.php")

 

Does anyone know of anything else I need to change to get this to work. Right now I get as far as changing some file permissions and then as far as I can tell the script stops. There is no back up so I can't run the uninstall script. I have a backup if necessary.

 

Julie

Posted

Julie,

 

If you are going to use an auto-installer, you should change your admin back to admin and catalog back to catalog for the sake of the installation. Then rename them when you are done the installation.

 

 

The XML more than likely references default locations for the setup.

 

 

 

Chris

Posted

I tried changing my admin back to admin and my catalog back to catalog this did not seem to work. Are there any recent (up-to-date) manual instructions for this addon? I am trying to install it from the old downnloads and bug fixes now don't know how that will work. Or is there another addon that does that same thing.

 

Julie

  • 5 months later...
Posted

Hi,

I'm having a problem to run the autoinstaller.

I can't find the following files. They're just not there.

 

You should set 777 permissions for:

 

1 directory:

httpdocs/includes/boxes

 

1 file:

httpdocs/includes/column_left.php

  • 2 months later...
Posted

I have basically the same problem. column_left is in the admin folder, not in the root where it is looking. This is wierd and I can't find anyone with a solution.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...