Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning: implode ()


Solan

Recommended Posts

Posted

On my site it says

 

Warning: implode() [function.implode]: Invalid arguments passed in /home2/xxx/public_html/includes/functions/header_tags.php on line 66

 

The warning just shows in top at My_site/products_new.php :(

 

Here is the code on line 66

 

$header_tags_array['logo_text'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['logo'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

 

Hope someone can help me with this :rolleyes:

Posted

On my site it says

 

Warning: implode() [function.implode]: Invalid arguments passed in /home2/xxx/public_html/includes/functions/header_tags.php on line 66

 

The warning just shows in top at My_site/products_new.php :(

 

Here is the code on line 66

 

$header_tags_array['logo_text'] = ltrim(tep_db_prepare_input(implode(' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION . ' ', $sortOrder['logo'])), ' ' . HEADER_TAGS_SEPARATOR_DESCRIPTION);

 

Hope someone can help me with this :rolleyes:

 

If I remember correctly, this can be due to incorrect settings on the page control of Header Tags SEO in admin.

Posted

If I remember correctly, this can be due to incorrect settings on the page control of Header Tags SEO in admin.

 

 

Supe Duper Thank You! :rolleyes: :thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...