glebovpavel / IR_to_MSExcel

Oracle Apex plugin for Interactive Grid or Interactive Report
http://glebovpavel.github.io/Description_IR_TO_XSLX/
Other
39 stars 14 forks source link

v_plugin_id too short #98

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hello, after updating to APEX 20.1 we started getting a "String buffer too small" error on pages that had this plugin installed.

After some investigating, it was to do with the "v_plugin_id" variable in the "render" function of the package. It is now declared with 100 characters, but the plugin ajax identifier is now closer to 200 characters.

We expanded the size of the variable an it works without a problem.

glebovpavel commented 3 years ago

Hi Drekey,

thank you for finding the problem. This bug, and many other was fixed in the last release from Nov 24, 2020. I recommend to install it (but make also backup of your version first -) ).

Regards, Pavel

glebovpavel commented 3 years ago

Already fixed