Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin/Catalog


Guest

Recommended Posts

Thank you so much for putting this wonderful step by step together. I did my best to complete everything in the SEO Header Tags for Novices v5.0.

 

My title tag for the index.php works great.

 

When I go to my sites admin and go to Catalog this is what I see:

 

Categories/Products

BOX_CATALOG_HEADER_TAGS_EDIT

BOX_CATALOG_HEADER_TAGS_CATEGORY_EDIT

Products Attributes

Manufacturers

Reviews

Specials

Products Expected

 

When I click on:

BOX_CATALOG_HEADER_TAGS_EDIT

or:

BOX_CATALOG_HEADER_TAGS_CATEGORY_EDIT

I get:

404 Not Found

The requested URL //admin/FILENAME_HEADER_TAGS_EDIT does not exist.

or:

404 Not Found

The requested URL //admin/FILENAME_HEADER_TAGS_CATEGORY_EDIT does not exist.

 

When I just hover over them, the lower left corner of the browser has this:

"https://www.lovedenvercolorado.com//admin/FILENAME_HEADER_TAGS_EDIT"

and

"https://www.lovedenvercolorado.com//admin/FILENAME_HEADER_TAGS_CATEGORY_EDIT"

 

 

Thank you very much for your assistance,

Eric

Link to comment
Share on other sites

Eric,

 

Check your configure.php file:

 

In this line you will notice the //

 

"https://www.lovedenvercolorado.com//admin/FILENAME_HEADER_TAGS_EDIT"

 

it should read:

 

"https://www.lovedenvercolorado.com/admin/FILENAME_HEADER_TAGS_EDIT"

 

Once you get this problem addressed, you should read this as well:

 

http://www.oscommerce.com/forums/topic/313323-how-to-secure-your-site/

 

Chris

Link to comment
Share on other sites

It looks like you have not done a couple of steps in the installation instructions.

 

I would think there are a couple of lines that should have been added to /admin/includes/languages/english.php for

 

BOX_CATALOG_HEADER_TAGS_EDIT

BOX_CATALOG_HEADER_TAGS_CATEGORY_EDIT

 

Also one for /admin/includes/filenames.php

 

Did you put the lines into /includes/languages/english.php?

 

Enjoy

 

G

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

It looks like you have not done a couple of steps in the installation instructions.

 

I would think there are a couple of lines that should have been added to /admin/includes/languages/english.php for

 

BOX_CATALOG_HEADER_TAGS_EDIT

BOX_CATALOG_HEADER_TAGS_CATEGORY_EDIT

 

Also one for /admin/includes/filenames.php

 

Did you put the lines into /includes/languages/english.php?

 

Enjoy

 

G

 

Thank you for your help. I accidently put the info into /includes/languages/english.php. I removed it from there and put it here /admin/includes/languages/english.php. I also added it to /admin/includes/languages/german.php and /admin/includes/languages/espanol.php

 

I also missed adding it to here /admin/includes/filenames.php. It's there now.

 

The admin/catalog displays correctly now:

Categories/Products

Product Meta Tags

Category Meta Tags

Products Attributes

Manufacturers

Reviews

Specials

Products Expected

 

When I click on Product Meta tags, I get:

Fatal error: Cannot redeclare manufacturers_list() (previously declared in /home3/lovedenv/public_html/admin/header_tags_edit.php:41) in /home3/lovedenv/public_html/admin/includes/languages/english/header_tags_edit.php on line 56

 

When I click on Category Meta Tags, I get:

Edit Header Tags for Categories

Display Categories per page

 

Please fill in the title tag, description tag & keywords tag for each category, or leave them blank to use product name/description as default.

 

1054 - Unknown column 'cd.title_tag' in 'field list'

 

select c.categories_id, cd.categories_name, c.parent_id, cd.title_tag, cd.desc_tag, cd.keywords_tag from categories c, categories_description cd where c.categories_id = cd.categories_id and cd.language_id = '1' and c.parent_id = '0' order by c.sort_order, cd.categories_name

 

[TEP STOP]

 

Category Nmae

Page Title Tag (Optional)

Description Tag (Optional)

Keywords Tag (Optional)

 

I don't sell any CDs - if that's what it's referring to.

 

I'm so sorry for all the trouble. Am i closer to the solution, or have I made things worse?

 

Thank you very much,

Eric

Link to comment
Share on other sites

Eric,

 

Check your configure.php file:

 

In this line you will notice the //

 

"https://www.lovedenvercolorado.com//admin/FILENAME_HEADER_TAGS_EDIT"

 

it should read:

 

"https://www.lovedenvercolorado.com/admin/FILENAME_HEADER_TAGS_EDIT"

 

Once you get this problem addressed, you should read this as well:

 

http://www.oscommerce.com/forums/topic/313323-how-to-secure-your-site/

 

Chris

 

Chris, thank you for the feedback. I looked in the configure.php file and I didn't see anything obvious. I did find this line in my index.php (view source from browser) file:

 

<base href="http://www.lovedenvercolorado.com//">

 

Is this it? If so, where would I change that?

 

Thank you,

Eric

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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