Jump to content


Corporate Sponsors


Latest News: (loading..)

webhost_john

Member Since 18 Apr 2007
Offline Last Active Mar 28 2012, 07:51
-----

Posts I've Made

In Topic: Header Tags SEO

21 March 2012, 17:18

Hi Jack

Sorry for misunderstanding you the first time added define('TABLE_HEADERTAGS_KEYWORDS', 'headertags_keywords'); to the catalog/includes database_tables.php and it seems to be fine.

Just need to get my head round the rest of it now.

By the way it looks an excellent contribution.

Thanks again for your time.

John

In Topic: Header Tags SEO

21 March 2012, 14:34

Hi Jack
Thanks for your reply but I still cannot find the fault, I have checked the database_tables.php in the catalog/includes folder and the defined items are there see below.
/*** Begin Header Tags SEO ***/
define('TABLE_HEADERTAGS', 'headertags');
define('TABLE_HEADERTAGS_CACHE', 'headertags_cache');
define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');
define('TABLE_HEADERTAGS_SEARCH', 'headertags_search');
define('TABLE_HEADERTAGS_SILO', 'headertags_silo');
/*** End Header Tags SEO ***/
This is the admin/includes database_tables.php
/*** Begin Header Tags SEO ***/
define('TABLE_HEADERTAGS', 'headertags');
define('TABLE_HEADERTAGS_CACHE', 'headertags_cache');
define('TABLE_HEADERTAGS_DEFAULT', 'headertags_default');
define('TABLE_HEADERTAGS_KEYWORDS', 'headertags_keywords');
define('TABLE_HEADERTAGS_SEARCH', 'headertags_search');
define('TABLE_HEADERTAGS_SILO', 'headertags_silo');
/*** End Header Tags SEO ***/

The error refers to TABLE_HEADERTAGS_KEYWORDS in the admin datebase_tables.php file could they be crossed over?

Can you please give any further advise.
Thanks
John

In Topic: Header Tags SEO

21 March 2012, 09:55

Hi Jack sorry to be back so quick but just spotted another error.

When setting 'Display Tag Cloud' to true the following is showing on the page
1146 - Table 'f09jegp_osc1.TABLE_HEADERTAGS_KEYWORDS' doesn't exist
<br /><br />select keyword, counter from TABLE_HEADERTAGS_KEYWORDS where keyword is not null and keyword != '' and found = 1 and language_id = 1 ORDER BY counter DESC LIMIT 20

Is this a datebase fault or an error in some code.

Thanks again for your time.

John

In Topic: Header Tags SEO

21 March 2012, 09:16

Hi Jack

I have just installed Header Tags Seo and it all looks to be working fine but I have noticed that the title for each page is showing at the very top of each page is this normal? or can you tell me what may be wrong.

Thanks

John