i\'m trying to upload a file but i\'m getting this following errors in my browser:
Warning move_uploaded_file(public/upload/udesignwptheme138.zip) [functio
Maybe you can consider changing the upload folder chmod 755 or 777
chmod 777 folder_path
By this we are setting read. write and execute privilege for owner, group as well as others.
Do not change the folder path
chmod -R 777 /home/monivbr/public_html/classes/system/Util.php
Its because of the you dont have the sufficient permission on the Folder. Change this permission to read and write. That's all !