Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Header Tags SEO


Jack_mcs

Recommended Posts

Jack, you are right and I am wrong.

I do NOT have admin->Configuration->Header Tags SEO.

I will get right on to fixing this and let you know what happens.

 

Thanks,

Alan

Production:
osCommerce V. 2.3.4BS
VPS Box

Link to comment
Share on other sites

Jack,

I had another go at installing Header tags SEO ver 3.0.3

I'm not sure exatly whats working correctly.

Fill tags can not find the files when selected.

Permisions set to 755 for header tags.

My site works as before except for when I click on to a link in the left column information box.

All links return the same error.

 

1146 - Table 'venetian_osc1.TABLE_HEADERTAGS_DEFAULT' doesn't exist

 

select * from TABLE_HEADERTAGS_DEFAULT where language_id = '1'

 

[TEP STOP]

 

Any ideas on where I went wrong this time?

Link to comment
Share on other sites

1146 - Table 'venetian_osc1.TABLE_HEADERTAGS_DEFAULT' doesn't exist

 

select * from TABLE_HEADERTAGS_DEFAULT where language_id = '1'

Any ideas on where I went wrong this time?

Please read a few posts back regarding caprital letters.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Jack,

Running out of lose ends here.

I have header tags Seo installed under configuration.

I also had is in admin below tools but.

Since I could not go foward again I went backwards with uploading a backup copy of my store but now even that has desided to die on me and all that is left is the same mesage when ever I click a link in the left or right page columns.

 

1146 - Table 'venetian_osc1.TABLE_HEADERTAGS_DEFAULT' doesn't exist

 

select * from TABLE_HEADERTAGS_DEFAULT where language_id = '1'

 

[TEP STOP]

Untill i resored I could not even get onto my admin site.

Tryed uninstalling and reinstalling header tags database but to no effect.

Read back a few forums as requested again as I did before Posting but I do Believe I can Only try going back to an earlier backup and loosing any gains.

Would this work or will the newer files stay on the server as usually happens.

Definately lost here .

Link to comment
Share on other sites

The capital letters mean you are missing a definition. You should focus on getting that fixed and see what other problems, if any, still exist. Search the install files for reference to TABLE_HEADERTAGS_DEFAULT to begin with.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The capital letters mean you are missing a definition. You should focus on getting that fixed and see what other problems, if any, still exist. Search the install files for reference to TABLE_HEADERTAGS_DEFAULT to begin with.

 

Jack

Jack,

I appreciate the help.

I have searched the install files without finding a match.

Link to comment
Share on other sites

Sorry Jack

I did find 1 mension in the database tables under admin includes.

 

/*** Begin Header Tags SEO ***/

define('TABLE_HEADERTAGS', 'headertags');

define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');

/*** End Header Tags SEO ***/

 

This was added again to no effect?

Link to comment
Share on other sites

Jack,

I appreciate the help.

I have searched the install files without finding a match.

Hmm, that's strange. It is in the install file in my copy. Are you sure you are looking at the docs for Header Tags SEO?

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hello Jack,

 

I installed you great contri but keep getting the "products home -" title.

Everything went ok because I can see in the admin product pages that the tags are filled.

I changed the index page without a problem. So thats working OK.

When I look at the source of the product pages the Description and Keywords are also still empty.

 

Can you tell me where to look.

I searched this topic but found no answer.

 

Thanks for you reply,

 

Peter

Link to comment
Share on other sites

Hmm, that's strange. It is in the install file in my copy. Are you sure you are looking at the docs for Header Tags SEO?

 

Jack

Yes I'm sure.

I opened every file in dreamweaver and only found the one fererence in admin/includes/database tables.

Which file should I be looking in and where is it ment to go when I find it.

Since I have resored to a previous site backup could it be I have to reload most of the program?

Link to comment
Share on other sites

Hello Jack,

 

I installed you great contri but keep getting the "products home -" title.

Everything went ok because I can see in the admin product pages that the tags are filled.

I changed the index page without a problem. So thats working OK.

When I look at the source of the product pages the Description and Keywords are also still empty.

 

Can you tell me where to look.

I searched this topic but found no answer.

 

Thanks for you reply,

 

Peter

If you have ran fill tags, then see the last few pages where I describe troubleshooting for such a problem.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Yes I'm sure.

I opened every file in dreamweaver and only found the one fererence in admin/includes/database tables.

Which file should I be looking in and where is it ment to go when I find it.

Since I have resored to a previous site backup could it be I have to reload most of the program?

Please post step number 6 from the Install_Catalog.txt file. I don't understand how your instructions could be different from mine so I would like to see what it says.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

6) In includes/database_tables.php, anywhere before the last ?>

 

ADD:

 

/*** Begin Header Tags SEO ***/

define('TABLE_HEADERTAGS', 'headertags');

define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');

/*** End Header Tags SEO ***/

 

Would this have been over riden when I restored an earlier backup after it all crashed?

I still have the same 1146 table headertags default doesn't exist.

Link to comment
Share on other sites

6) In includes/database_tables.php, anywhere before the last ?>

 

ADD:

 

/*** Begin Header Tags SEO ***/

define('TABLE_HEADERTAGS', 'headertags');

define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');

/*** End Header Tags SEO ***/

 

Would this have been over riden when I restored an earlier backup after it all crashed?

I still have the same 1146 table headertags default doesn't exist.

That's a change to a file, not the database. If you replaced the file, then the change is gone.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

That's a change to a file, not the database. If you replaced the file, then the change is gone.

 

Jack

 

I know I have done something wrong here but I have not been able to find it.

I really want your add on to work on my site but it seems I have made a poor go of it.

Any sujestions on getting the site up and running again?

Link to comment
Share on other sites

Do the installation from the beginning and don't skip anything. If the database has been changed, run the uninstall script first.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi

 

I am uploading all the files in the included catalog directory. I go to catalog>images>social bookmarking

 

But I dont have a corresponding social bookmarking folder. Do I upload the files within the bookmarking file into my public_html / images folder or do I have to create a social bookmarking folder?

 

Thanks

Edited by dgriff
Link to comment
Share on other sites

I'm pretty new at this.....I guess the ftp program didnt do this for me, since I dont see it. Is there something I should do to make the ftp program do this or just go ahead and create a social bookmarking folder in public_html / images / (Current Folder) ?

 

Thanks

Link to comment
Share on other sites

Hi Jack

 

I went ahead and created a social bookmaking folder.

 

I am on step 7 of the installation, re: includes/header php. The code it asks me to find is not there. It's definitely not there.

 

Code:

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

Any suggestion or way around it? Thanks

Edited by dgriff
Link to comment
Share on other sites

The code is for a standard shop. If you are using a variation, like with a template installed, then you have to figure out the change yourself since there are too many possibilities to handle them here.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

If you have ran fill tags, then see the last few pages where I describe troubleshooting for such a problem.

 

Jack

 

Hi Jack,

 

I filled the tags, I can find the product_head_titles table and the are filled so that worked.

Read all the pages in this post and found your answers for Blondinen/Cristina (would she be blond) :rolleyes: but my language ID is correct.

Everything works, the index name comes out correct, the categories name comes out correct but only the product name and description stays empty :huh:

 

<title>Product Informatie -</title>

<meta name="Description" content="" />

<meta name="Keywords" content="" />

<meta name="googlebot" content="all" />

<meta http-equiv="Content-Language" content="en-US" />

<meta name="robots" content="noodp" />

<meta name="slurp" content="noydir" />

<meta name="revisit-after" content="1 days" />

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

 

Look like something wrong on my product_info.php page?

Can you direct me to solve this problem?

 

Peter

Link to comment
Share on other sites

If you tried adding the same code I posted for her and you get the same results, then my answer is the same - I don't know what it could be. If the data is in the database and the code is not reading it in, I don't think it can be anything but the language settings. If you only have one language for the shop, try deleting all other languages in admin (they shouldn't be there anyway) and then run fill tags again. Other than that, I don't think I can help you in this forum.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

If you have different language in admin and catalogue you have to fill on all language in admin. I made duplicte entryes in db (headertags) with different languaga id so that both languages shows in admin (Page Control) I have English (Lang id 1) in admin and Norwegian in shop (lang id 4 for me).

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