Quote:
Originally Posted by Correadde
I get this error when im trying to upload a Picture "Upload error - unable to create a user subdirectory on server."
And i get this error in Admin-cp
Possible inconsistencies between LDM and its environment
- Parameter upload_enabled is enabled but parameter upload_dir is not set
- Parameter upload_dir points to a non-existent or inaccessible directory (maybe check open_basedir?)
|
These error messages probably mean that you have enabled the LDM/admin/setting/upload_enabled but have not set the next parameter, upload_dir. You have to tell LDM where to store the uploads.
Quote:
Originally Posted by Correadde
- Parameter file_icons_dir is currently unset
|
This is warning you that you have not given the setting "file_icons_dir" a value. This is not essential, but without it, LDM does not know where to find the icons it uses to bring the displays to life. You find it on LDM/admin/settings/Controls on Images and Icons. You must have uploaded the icons in the LDM release zip onto your server, and you must point this setting at that directory
Quote:
Originally Posted by Correadde
- upload_max_filesize 100M > post_max_size 20M in php.ini file - Large uploads may fail without warning
|
This is warning you of a conflict in the main site configuration file for php on your server. When upload_max_filesize is bigger than post_max_size and a user uploads a file which is between the smaller and larger value in size, some (?all) versions of PHP do nothing but give no error message. Ideally, your site admin should change the settings in the configuration file php.ini so that they have the same value or upload_max_filesize is smaller than post_max_size