sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;
Check your config and config_override files, the configs should tell you where your uploads are going. Maybe it was changed to point somewhere else. Also check disk space and make sure you have enough. I would have thought that you would get an error if the system could not write the attachments.
HTH
FrancescaS
sudo chown -R apache:apache *
sudo find . -type d -exec chmod 775 {} \;
sudo find . -type f -exec chmod 664 {} \;
Check your config and config_override files, the configs should tell you where your uploads are going. Maybe it was changed to point somewhere else. Also check disk space and make sure you have enough. I would have thought that you would get an error if the system could not write the attachments.
HTH
FrancescaS