Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Warning: strpos() [function.strpos]: Empty delimiter Error


  • You cannot reply to this topic
No replies to this topic

#1 Trentide

  • Community Member
  • 471 posts
  • Real Name:Jason Maier
  • Gender:Male

Posted 28 April 2007, 17:56

Hi, thanks for helping. I've been dealing with this for days, and can't seem to find an answer. I really need to fix this as this is a live store.

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.' - ';}}
#-------------------------------#

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