OK I upgraded and now I have an issue I didn't have before:
This shows up when I enter the admin area:
Possible inconsistencies between LDM and its environment
- Parameter upload_dir points to a non-existent or inaccessible directory /attachments (maybe check open_basedir?)
- Parameter file_icons_dir points to a non-existent or inaccessible directory images/ldm_icons/ (maybe check open_basedir?)
- Parameter thumbs_dir points to a non-existent or inaccessible directory /images/thumbs (maybe check open_basedir?)
When I try to save my settings changes I get this:
The following setting(s) are invalid
upload_dir : /attachments
Unable to find/create subdirectories in /attachments (trying /var/www/vhosts/my-domain.com/httpdocs/attachments) - check permissions
I went to php.ini and set open_basedir to: /var/www/vhosts/my-domain.com/httpdocs/
I did the same in httpd.conf:
<Directory /var/www/vhosts/my-domain.com/httpdocs/>
php_admin_value open_basedir /var/www/vhosts/my-domain.com/httpdocs/
</Directory>
I then restarted apache and after all this...it still gives me this error message when trying to save my settings.
Oddly enough, it still allows me to upload files and images and creates the thumbnails exactly as before. The front end seems to be working fine. I just can't alter and save my settings because of the error.
On a side note, the lack of fast forwarding in Windows Media persists.
|