AndrewD |
07-08-2007 07:41 AM |
Quote:
Originally Posted by Eccentricity
(Post 1280160)
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.
|
Back from holiday....
Sorry about this - there had been a spate of reports from people who were receiving 'difficult' error messages, which were related to their setting of open_basedir, so I tried to improve the error checking. Obviously I got something wrong.
As you are the only person who has reported this, there must be something in your site configuration that I'm failing to check properly. I think the only way to sort it out is to take a look at your site - for which I will need full admin access to your board. Can you send me a PM with details?
Concerning the windows media player track bar, I had not made any changes in 2.2.8 alpha. I know what is causing the problem, but haven't been able to fix it yet. WMP is (to me at least) a bit of a black hole.
|