Topic on Extension talk:EmbedVideo

Exception caught: No specifications provided to ArchivedFile constructor.

1
RobFantini (talkcontribs)

got that error uploading a file

solution was to increase these in /etc/php/<version>/apache2/php.ini : post_max_size = 100M

upload_max_filesize = 100M

memory_limit = 128M


note those values should be set to what is sane at your site.

Reply to "Exception caught: No specifications provided to ArchivedFile constructor."