PDA

View Full Version : where is attachments storage path stored?


sailnet
Sun 19th Nov '06, 4:20pm
I am in the process of moving my site from windoze to linux and have moved all files over and the database also.

however I cannot figure out where: "Attachments are currently being stored in the filesystem at" is saved.

I thought it was varname: "attachpath" but evidently not so.

I though I found in it in the setting table but changing the settings table entry is not changing the path.

where do I set this?

thanks in advance.

Lats
Sun 19th Nov '06, 5:00pm
It's stored as a serialized array in the datastore table -> options.

Marco van Herwaarden
Sun 19th Nov '06, 5:18pm
Enable debugging mode by adding the following line to your config.php:

$config['Misc']['debug'] = true;

Next go to:
AdminCP -> vBulletin Options -> Version Info and Other Untouchables -> File Attachment Path

And put the new path. Make sure you have moved all the attachments from old to new server.

When finished remove the debug line from your config.php again!

sailnet
Sun 19th Nov '06, 5:19pm
thanks so much!