This morning, I found that I have strange text appearing at the bottom of each page of my site, http://www.strongfamilies.us:
Warning: Unknown: open(/home/content/32/4311732/tmp/sess_d10f4dd573e18c839853f01b8f8d36b0, O_RDWR) failed: No such file or directory (2) inUnknown on line 0
I am not sure why this text is appearing. I haven’t edited any file within my Includes folder in quite some time.
I receive automated seo services from SEO Genie. They automatically place their script within my Includes folder to promote keywords. I’m not sure if this unusual text is coming from them. I just emailed them and am currently awaiting their response.
Other than SEO Genie, does anyone know how I can rid my site of this strange text? Thanks.
I can’t say for sure where the problem text comes from, but I’m surprised that’s your only problem, as something or someone has put a number of items where they don’t belong in the page.
<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" href="animated_favicon1.gif">
<!-- Update your html tag to include the itemscope and itemtype attributes -->
<html itemscope itemtype="http://schema.org/Organization">
<!-- Add the following three tags inside head -->
<meta itemprop="name" content="Building Strong Families National Seminars">
<meta itemprop="description" content="Serving families, individuals, parents, couples, and professionals, Building Strong Families National Seminars facilitates powerful educational conferences, seminars, parenting webinars, and offers family-related products with topics geared toward strengthening, empowering, and enhancing the family, schools, and the community.">
<meta itemprop="image" content="http://www.StrongFamilies.us/images/logosmall.gif">
all appears within the <body> section of the page, but it belongs in the <head> section. As things stand, you have a second <html> opening tag there in the middle of <body>.
Which page on my site are you referring to?
Your home page and a few others I checked at random, so presumably it’s on every page.
Thank you so much for your response. The problem was with the SEO Genie’s script. The problem is now resolved!