Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted
Hi

 

I have OS Commerce v2.2 RC2a and I am trying to install FCK Editor 2.6.5

 

When I try to point my browser to http://www.taxisupplies.ie/fck_autoinstaller , I get the "Oops, page not found" message.

 

I have uploaded the package to catalog/admin/fckeditor and also uploaded the auto installer to /catalog/fck_autoinstaller.

 

Any suggestions? THanks

Hi you need to find out what file your meant to point browser to in fck_autoinstaller folder

  • 2 weeks later...
Posted (edited)

Hi you need to find out what file your meant to point browser to in fck_autoinstaller folder

 

 

Hi

 

The instructions say:

 

3) Upload the fck_autoinstaller folder to your store root :

 

www.yoursite.com/catalog/fck_autoinstaller

 

or to the site root if your store is installed to the site root:

 

www.yoursite.com/fck_autoinstaller

 

 

4) Point your web browser to the uploaded directory:

 

http://www.yoursite.com/fck_autoinstaller

 

and click the "Install" button

 

I'm pointing my web browser to :

http://www.taxisupplies.ie/catalog/fck_autoinstaller_2.14_3/fck_autoinstaller/autoinstaller.php

 

but I'm doing something wrong because this 'aint working. I get a blank white page. Any suggestions? Thanks

Edited by dgriff
Posted

Hi

 

The instructions say:

 

 

 

I'm pointing my web browser to :

http://www.taxisupplies.ie/catalog/fck_autoinstaller_2.14_3/fck_autoinstaller/autoinstaller.php

 

but I'm doing something wrong because this 'aint working. I get a blank white page. Any suggestions? Thanks

If your getting a blank page there is some php error in that page, do you have an error log on your hosts server? if not add this after <?php in that file

error_reporting(E_ALL);
ini_set("display_errors", 1);

 

now view page and see what errors are displayed

 

Steve

Posted

If your getting a blank page there is some php error in that page, do you have an error log on your hosts server? if not add this after <?php in that file

error_reporting(E_ALL);
ini_set("display_errors", 1);

 

now view page and see what errors are displayed

 

Steve

 

I have access to Error Logs but no errors referring to that page appear and when I put that code into the page, I refreshed and still the blank page. Maybe I'm making an error in the address I am putting into my web browser?

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...