ispconfig 3 dev + joomla unable to upload file

Discussion in 'Server Operation' started by compang, Jan 9, 2019.

  1. compang

    compang New Member

     
  2. compang

    compang New Member

    please help Me
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    Run this command as root user to change all files and folders of that website to the right web user and client group:

    chown -R web1:client1 /var/www/clients/client1/web1/web/*

    and try again. And ensure that you use php mode php-FPM or php-Fastcgi in that website and that the suexec checkbox in the website settings is enabled.
     
  4. compang

    compang New Member

    Thanks for reply Mr. till
    i have follow your answer, but still error when upload images or pdf,
     

    Attached Files:

  5. compang

    compang New Member

    everything work fine, but when upload images or pdf, error
    Warning: Failed to move file: to /var/www/clients/client1/web1/web/images/xxxx
    Log/Error Message :: said:
    Error Unable to upload file.
     
  6. compang

    compang New Member

    how i change in ispconfig, Session Path Writable needs to be Yes and the System TMP Writable should be Yes
     
  7. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Why does that whatever thing show client3 and web3? :
     
  8. compang

    compang New Member

    Thanks mr.Taleman, I edit it wrong, I mean client1/web1
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    The path of the open_basedir must match the real path of the site, change it on the options tab of the website. Otherwise PHP can't access files or tmp folder.
     

Share This Page