Results 1 to 3 of 3

Error Message in Log Files

This is a discussion on Error Message in Log Files within the Troubleshooting forums, part of the vBSEO SEO Plugin category; This is causing apache errors, requiring the webserver to be stopped and started...leastways, I'm assuming it's this ! PHP Warning: ...

  1. #1
    Junior Member
    Real Name
    Graeme Baxter
    Join Date
    Feb 2008
    Posts
    23
    Liked
    0 times

    Error Message in Log Files

    This is causing apache errors, requiring the webserver to be stopped and started...leastways, I'm assuming it's this !

    PHP Warning: file_exists() [<a href='function.file-exists'>function.file-exists</a>]: open_basedir restriction in effect. File(../http://www.**.co/) is not within the allowed path(s): (/home/httpd/vhosts//**.co./httpdocs:/tmp) in /home/httpd/vhosts/**.co./httpdocs/vbseo.php on line 71

    Not aware of anything being changed, and certainly not to the plugin...

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to modify vbseo.php file:
    FIND:
    PHP Code:
    if(!@file_exists($vbseo_relpath)) 
    REPLACE WITH:
    PHP Code:
    if($vbseo_relpath && !file_exists($vbseo_relpath)) 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    Graeme Baxter
    Join Date
    Feb 2008
    Posts
    23
    Liked
    0 times
    Thanks Oleg - have replaced the line, will check the log files over the next wee while.

Similar Threads

  1. Error Message
    By Teepeg in forum Troubleshooting
    Replies: 5
    Last Post: 09-26-2007, 04:28 AM
  2. Error message
    By Bridges in forum General Discussion
    Replies: 5
    Last Post: 12-11-2006, 07:03 AM
  3. [2.2.0] Error message
    By Doc Great in forum Bug Reporting
    Replies: 5
    Last Post: 11-09-2005, 04:11 PM
  4. Replies: 2
    Last Post: 11-04-2005, 01:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •