mjindustry wrote:
Hi Dan, thanks. I just tried installing Rokupdater and got this:
JFolder::create: Could not create directory
Warning: Failed to move file!
"The USUAL SUSPECTS" (hehe):
Check your folder permissions here:
Admin -> Site -> System Information -> Directory Permissions to ensure they're writeable.
By default, PHP is set to allow uploads of files with a size of 2MB or less, so try increasing the following values in your php.ini file. Ask your hoster for the best method of doing this.
If your using something like RokGallery, try these settings:
memory_limit = 128M
max_execution_time = 300
upload_max_filesize = 12M
post_max_size = 16M
Make sure that post_max_size is larger than the upload_max_size.