vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

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

    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
    24,550
    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.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Junior Member
    Real Name
    Graeme Baxter
    Join Date
    Feb 2008
    Posts
    23
    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, 03:28 AM
  2. Error message
    By Bridges in forum General Discussion
    Replies: 5
    Last Post: 12-11-2006, 06:03 AM
  3. [2.2.0] Error message
    By Doc Great in forum Bug Reporting
    Replies: 5
    Last Post: 11-09-2005, 03:11 PM
  4. Replies: 2
    Last Post: 11-04-2005, 12:52 PM