Guest Posted March 25, 2010 Share Posted March 25, 2010 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2010 Share Posted March 25, 2010 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 Quote Link to comment Share on other sites More sharing options...
♥geoffreywalton Posted March 25, 2010 Share Posted March 25, 2010 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 Quote 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 More sharing options...
Guest Posted March 25, 2010 Share Posted March 25, 2010 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 25, 2010 Share Posted March 25, 2010 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 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 26, 2010 Share Posted March 26, 2010 Eric, there should only be a single / there Chris Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.