vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

vBSEO/Photopost weird error...

This is a discussion on vBSEO/Photopost weird error... within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Receiving the following error when accessing photos or categories from within PhotoPost Pro 5.5 PHP Code: Warning :  main (./ ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-15-2006, 12:43 PM
jgommel's Avatar
Junior Member
 
Real Name: James Gommel
Join Date: Aug 2006
Location: Cleveland, OH
Posts: 24
Send a message via AIM to jgommel
Question vBSEO/Photopost weird error...

Receiving the following error when accessing photos or categories from within PhotoPost Pro 5.5

PHP Code:
Warningmain(./includes/functions_showthread.php) [function.main]: failed to open streamNo such file or directory in /home/neosmutc/public_html/pp/header-inc.php on line 115

Fatal error
main() [function.require]: Failed opening required './includes/functions_showthread.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/neosmutc/public_html/pp/header-inc.php on line 115 
This doesn't happen all the time. It appears to be completly random. The error started showing up after I installed vBSEO 3.0.0 RC5.

Even if I disable vBSEO, I still occasionally get the error. If I completly uninstall vBSEO, I don't get the error anymore. I tried for 30 minutes to see if I would get the error...none. I reinstalled vBSEO and within 5 minutes, I started to periodically getting the error again.

I contacted Photopost support, and told them that I just installed vBSEO. I asked them if vBSEO could be causing the issue? This is what they told me:

"your using 3.62 vbulletin we never call the file meantioned only in vb 3.0 series do we call that file"

"...that file should never be called since your running 3.62 as we load the class_postbit.php file"

Never mentioned vBSEO once... Not really much help.

--------------------------------
Host/Website Stats:
--------------------------------
http://www.neosmut.com
--------------------------------
vBulletin 3.6.2
vBadvanced CMPS 2.2.0
vBSEO 3.0.0 RC5
vBSEO Sitemap 1.7
PhotoPost Pro 5.5
ReviewPost 3.32

Apache 1.3.37
PHP 4.4.4
MySQL 4.1.21
--------------------------------

Thanks,
James Gommel
www.neosmut.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 10-15-2006, 06:51 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Hello James,

please try to modify your header-inc.php file
FIND:
PHP Code:
    if ( isset($bbuserinfo['userid']) ) { 
REPLACE WITH:
PHP Code:
    if ( && isset($bbuserinfo['userid']) ) { 
this is the code of vBulletin version detection, as a result it will always detect vB3.5+ in your case. Probably that will allow to avoid the issue with functions_showthread.php inclusion.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 10-15-2006, 07:26 PM
jgommel's Avatar
Junior Member
 
Real Name: James Gommel
Join Date: Aug 2006
Location: Cleveland, OH
Posts: 24
Send a message via AIM to jgommel
Thanks for trying to help me out. I tried your suggestion, but after replacing the code within the header-inc.php file, I get the following parse error...

PHP Code:
Parse errorsyntax errorunexpected T_STRING in /home/neosmutc/public_html/pp/header-inc.php on line 68 

Last edited by jgommel; 10-15-2006 at 07:37 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 10-15-2006, 09:46 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Does the line looks exactly the same as I posted above in your case?
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 10-15-2006, 10:01 PM
jgommel's Avatar
Junior Member
 
Real Name: James Gommel
Join Date: Aug 2006
Location: Cleveland, OH
Posts: 24
Send a message via AIM to jgommel
Yes; all I did was copy and paste the line over the existing and compared the results to what you suggested. I'll try it again -- and let you know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 10-15-2006, 10:11 PM
jgommel's Avatar
Junior Member
 
Real Name: James Gommel
Join Date: Aug 2006
Location: Cleveland, OH
Posts: 24
Send a message via AIM to jgommel
Okay, I think I found the problem... for some reason or another, if I manually type in the modification, save, and access the PhotoPost portion of my site - all's good. If I copy/paste the code into the header-inc.php file - I get the error. Apparently BBEDIT is reformatting the text when I copy/paste the code. As long as I open the file in BBEDIT and manually key the changes... it's okay.

So for now, I guess I have to wait and see if that fixed it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 10-15-2006, 10:25 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,951
Ok, great. Let me know if that resolved the issue.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 10-16-2006, 04:07 PM
jgommel's Avatar
Junior Member
 
Real Name: James Gommel
Join Date: Aug 2006
Location: Cleveland, OH
Posts: 24
Send a message via AIM to jgommel
18 hours and no error...

Well, I think that did it... It's been 18 hours since I applied you fix, and everything is running just fine. I just need to remember this fix when and if I upgrade PhotoPost in the future... I know I'm going to forget and overwrite that file!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Internal Server Error Ricky Troubleshooting 1 09-10-2006 12:59 PM
Weird error. ryan Troubleshooting 2 02-09-2006 10:10 AM
apache error logs MentaL Troubleshooting 2 01-20-2006 10:45 PM


All times are GMT -4. The time now is 11:40 PM.


Powered by vBulletin Version 3.8.0
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.