We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20216
    • 6 Posts
    Hi Guys,
    I have been trawling through posts for a while now but nothing seems to be able to fix this issue i have so hopefully someone can help.

    I have modx installed
    MODx version 1.0.0
    Version codename rev 5601

    and everything is working fine, running on lighttpd on debian using php via cgi.
    Filemanager works fine via the manager interface but i recently added a template variable as an image and when i try to insert an image i get "Error, "Failed to upload file, internal error..."
    If i try to create a directory with the image upload tool i get "You have no permissions to create the folder"

    Now the wierd thing is when i try to upload an image it does not show me assets/images/ it just says it’s in ’/’.

    I have set the following php variables
    open_basedir /var/www/milne
    upload_tmp_dir /tmp

    but they did not change anything.
    I have also checked "File base path:", "File Browser URL:" and "File Manager Path:" and they are all fine as well.

    the lighttpd process owner has rw on images and assets directory so there shouldn’t be any problem there (and filemanger can upload to those directories as well so that works).


    How is filemanager and iamge upload different? Because that is the key to this problem, i think...

    Cheers
    P