so... I'm in the process of moving my forum from my host's webroot to a subdirectory and made the first step of copying all files and folders to /forum
everything works the same on / and /forum, topics, posts, ACP, attachments, the database is the same, everything is there. yay.
except ...
someone uploaded 4 new pics while I was moving the files over.
then I copied the /files directory again " cp ./files ./forum/files -r"
the number of files in both directories are the same.
everything displays well on / , but on /forum, the thumbnails aren't displayed and also, the attachment is not displayed.
the page says "The selected attachment does not exist anymore."
same database.
both /files and /forum/files are the same, same ownerships, same permissions, same contents
/download/file.php?id=123456&t=1 => shows thumb and attachment
/forum/download/file.php?id=123456&t=1 => doesn't show thumb nor attachment
what baffles me is that previous attachments are shown on both and I could not see a difference in the database for the new attachments.