_private _vti_bin _vti_cnf _vti_log _vti_pvt_vti_txt

Discussion in 'Site & Server Administration' started by gree124, May 27, 2008.

  1. #1
    have switched to new hosting there is few folder by deafult in public_html


    _private
    _vti_bin
    _vti_cnf
    _vti_log
    _vti_pvt
    _vti_txt

    now issue is www.mknexusonline.com/forums here is 1 error i don;t know why it's show me this error 2nd my Mods that i ma using who wants Chmod 777 that's not working properly there is any connection with above these folders
     
    gree124, May 27, 2008 IP
  2. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #2
    No, there is no connection. There should be a script in a 'classifieds' folder called inc_ads.php. The error means it can't find that script in that folder, check it exists, and if it doesn't, reupload it.

    Jay
     
    jayshah, May 27, 2008 IP
  3. gree124

    gree124 Well-Known Member

    Messages:
    721
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    128
    #3
    but i uploaded all folder there is no classifieds folder Is this could be DB Error?
     
    gree124, May 27, 2008 IP
  4. xous

    xous Active Member

    Messages:
    173
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    60
    #4
    Hi,

    Read the error message on the page:

    
    include(./classifieds/inc_ads.php) [function.include]: failed to open stream: No such file or directory in [path]/index.php(560) : eval()'d code on line 3
    
    Code (markup):
    This means that php is failing to include the file ./classifieds/inc_ads.php because the file does not exist.

    This does not have anything to do with the database. If you have uploaded all the files then you did not backup the site correctly.

    
    _private
    _vti_bin
    _vti_cnf
    _vti_log
    _vti_pvt
    _vti_txt
    
    Code (markup):
    This folders are in your account because the servers supports frontpage extensions. This is not related to your problem.
     
    xous, May 28, 2008 IP