DigiralOcean file uploads

I have never heard of Cyberpanel but I like it compare to what I was using. I installed it from the digitalocean marketplace and did a quick update from the instructions. However the only thing that I can not do is upload file. In the file manager the files sit in a list at 0%. I tried to change the permission but nothing. There were absolutely no changes to the system from the default. I am still at the index.html .

Any help is appreciated it.

After selecting the file, did you hit the upload button?

After selecting the file, did you hit the upload button?

Well that was embarrassing :slight_smile: thank you

I ran into another issue that but i realized that it was missing this

phpIniOverride {
php_admin_value open_basedir “/tmp:$VH_ROOT”
php_value upload_max_filesize “200M”
php_value post_max_size “250M”
}

Filemanager does not require the above mentioned directives anymore.

Filemanager does not require the above mentioned directives anymore.

It did not work without it. I was getting a blank error:

The blank error should be something else, the File manager is completely python now, so PHP Settings does not affect on file manager operations.

The blank error should be something else, the File manager is completely python now, so PHP Settings does not affect on file manager operations.

good to know thank you.

DigitalOcean image is old, you can follow this guide to install the latest version on Centos 7.6 → 01 - Installing CyberPanel - Docs - CyberPanel Community

Recommended to try on CentOS.