When i click the next page link at the bottom of my index page, I get this error at the top of the page:
Quote
Warning: strpos() [function.strpos]: Empty delimiter. in /home/subcitiz/public_html/includes/meta_tags.php on line 347
at the bottom of the same page I get this error:
Quote
Error! Unable to determine the page link!
When I go to the meta_tags.php page, on line 347, (the page and line in question) this is what I have:
Quote
# pages to use HEADING_TITLE loop
foreach ($heading_pages as $index => $page){
if (strpos($_SERVER['PHP_SELF'], $page)){
$metatitle=HEADING_TITLE.' - ';}}
#-------------------------------#
foreach ($heading_pages as $index => $page){
if (strpos($_SERVER['PHP_SELF'], $page)){
$metatitle=HEADING_TITLE.' - ';}}
#-------------------------------#
I'm not sure how to fix this. I think that $page has no value. I've tried to get help for the last week at the "cDynamic_Meta_Tags v1.4" contribution post, but nobodies home.
Any and all help will be extremely appreciated. Thank you so much!
Thanks,
Jason














