I get the following error, it seems that the setting for the maximum upload in admin/config/fbsmp/plugins/slideshare is also not considered.

The file Drupal_PPT.ppt could not be saved, because it exceeds 2 MB, the maximum allowed size for uploads.
The document could not be uploaded.
Notice: Undefined index: twitter in fbss_twitter_statuses_form_ahah_alter() (line 225 of /var/www/drupal7/sites/all/modules/drupalorg/statuses/submodules/fbss_twitter/fbss_twitter.module).

Comments

Dinesh Kumar Sarangapani’s picture

Assigned: Unassigned » Dinesh Kumar Sarangapani
IceCreamYou’s picture

This might just be a documentation issue -- we will never be able to allow an upload size greater than the PHP upload limit defined in php.ini.

dqd’s picture

Assigned: Dinesh Kumar Sarangapani » Unassigned
Category: Bug report » Task
Priority: Critical » Normal
Issue summary: View changes
Issue tags: +Documentation

Please don't set prio to Critical randomly. Descriptions of the Priority and Status values can be found in the Issue queue handbook.

dqd’s picture

Priority: Normal » Minor
Status: Active » Closed (works as designed)

#2

we will never be able to allow an upload size greater than the PHP upload limit defined in php.ini.

Exactly. And this is actually not even a bug, rather a task. Well, and finally not even really a task, also not for documentation since this is fixed by informing the user to check the PHP ini settings (support request). The documentation for the module can not explain, how a server and PHP works.

dqd’s picture

Category: Task » Support request