CA: "Cannot save using empty request"

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
peter_b
Chatterbox
Posts: 370
Joined: Tue Nov 12, 2013 2:05 am

CA: "Cannot save using empty request"

Post by peter_b »

[PROBLEM]
Fresh installation of CollectiveAccess Providence v1.4 on Debian 7 (Wheezy):
Uploading a regular-sized video file, as DublinCore "Moving Image" returns the following error message in the web UI:
Cannot save using empty request. Are you using a bookmark?

[SOLUTION]
Increase PHP's max. upload size. Edit/adjust the following parameters in "/etc/php5/apache2/php.ini" to match your file's sizes:
  • post_max_size
  • upload_max_filesize
By default, they're set to 100 MB.


Links:
Post Reply