Can't download attachment after change website server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khalled
    Member
    • Oct 2008
    • 80
    • 4.2.X

    Can't download attachment after change website server

    after i upgrade website server and move to another server all member wasn't able to download attachment , i Rebuild Attachment Thumbnails and do Repair / Optimize Tables but that not solve the problem
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74130

    #2
    Is the path to your attachments the exact same as your old server? If not, you'll need to update the path in the database. To do this, you will need to put the site into debug mode by adding to following line to your /includes/config.php file:
    Code:
    $config['Misc']['debug'] = true;
    Once you have done that log into your AdminCP and go to Settings -> Options. From the list of options select "Version Info and Other Untouchables". Update the path in File Attachment Path. If you do not know what the path to your attachment directory is, your hosting provider can help you. Do not change any other values or you may render your vBulletin inoperable.

    When finished, remove the debug line above from the config.php on your server.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • khalled
      Member
      • Oct 2008
      • 80
      • 4.2.X

      #3
      many thanks , that's solve the problem

      Comment

      Related Topics

      Collapse

      Working...