Hello!
I have a simple file upload form setup using the GH file upload action. The form emails the file and other things, but the part that is not working is the upload. It is unable to move the file from the temp directory to a form holding directory on the server. The form was working until yesterday. Today it is throwing this error: Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpXD8Xut' to '/home/mydomainShortcut/public_html/myFolder/20160118151236_TEST_999.pdf' in /home/mydomainShortcut/public_html/libraries/joomla/filesystem/file.php on line 479. The myFolder properties are 755.
I suspect a server change on the hosting end, but what kind of server change would cause this problem? Is this a PHP version problem or something else? The PHP version did not change. Maybe a permission problem? The folder permssions have always been set to 755. Please let me know what you think. Thank you.
Erik
I have a simple file upload form setup using the GH file upload action. The form emails the file and other things, but the part that is not working is the upload. It is unable to move the file from the temp directory to a form holding directory on the server. The form was working until yesterday. Today it is throwing this error: Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpXD8Xut' to '/home/mydomainShortcut/public_html/myFolder/20160118151236_TEST_999.pdf' in /home/mydomainShortcut/public_html/libraries/joomla/filesystem/file.php on line 479. The myFolder properties are 755.
I suspect a server change on the hosting end, but what kind of server change would cause this problem? Is this a PHP version problem or something else? The PHP version did not change. Maybe a permission problem? The folder permssions have always been set to 755. Please let me know what you think. Thank you.
Erik