You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to import the content of a module table using the module manager. The file size is greater than the configured maximum upload file size limit. The import falls back to the existing module data file instead of showing an appropriate error.
Steps to reproduce:
Import a CSV data file using the modulemanager, which is larger than the configured upload limit and differs from the current module data file content.
Inspect the database to find out the to be uploaded file content wasn't updated, but the existing module data file was used.
Additional Information:
In papaya_modulemanager.php:510ff $_FILES[$this->paramName] has to be checked for errors
A simple way to confirm the faulty behaviour is to activate the web developer console (FF) and note that path=module is passed to the xmlrpc request.
Note: How about adding the calculated upload file limit to the System Information screen?
The text was updated successfully, but these errors were encountered:
Description:
I want to import the content of a module table using the module manager. The file size is greater than the configured maximum upload file size limit. The import falls back to the existing module data file instead of showing an appropriate error.
Steps to reproduce:
Additional Information:
In papaya_modulemanager.php:510ff $_FILES[$this->paramName] has to be checked for errors
A simple way to confirm the faulty behaviour is to activate the web developer console (FF) and note that path=module is passed to the xmlrpc request.
Note: How about adding the calculated upload file limit to the System Information screen?
The text was updated successfully, but these errors were encountered: