Title: [Plugin: Stout Google Calendar] Error Message
Last modified: August 19, 2016

---

# [Plugin: Stout Google Calendar] Error Message

 *  [timiskin](https://wordpress.org/support/users/timiskin/)
 * (@timiskin)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-stout-google-calendar-error-message/)
 * I get the following message when I try to preview my calendar.
 * Request Entity Too Large
    The requested resource /wp-content/plugins/stout-google-
   calendar/gcalendar-wrapper.php does not allow request data with GET requests,
   or the amount of data provided in the request exceeds the capacity limit. Additionally,
   a 404 Not Found error was encountered while trying to use an ErrorDocument to
   handle the request.
 * [http://wordpress.org/extend/plugins/stout-google-calendar/](http://wordpress.org/extend/plugins/stout-google-calendar/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [stoutdesign](https://wordpress.org/support/users/stoutdesign/)
 * (@stoutdesign)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-stout-google-calendar-error-message/#post-1889975)
 * Thanks for sending the requesting info. It looks like your server has Suhosin
   installed for additional security. I believe one of the “get” request settings
   is causing the issue. The get request string created by this plugin is rather
   long and probably exceeding the default settings found under Suhosin.
 * You can create a php.ini file in your root directory and change some of the get
   variables found here: [http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_array_depth](http://www.hardened-php.net/suhosin/configuration.html#suhosin.get.max_array_depth)
 * For example you should be able to create the php.ini file and add:
    `suhosin.
   get.max_totalname_length 1024`
 * This is currently set to 256 so I am effectively quadrupling it. I’m not certain
   this is the exact option that needs to be tweaked and it may be a combination
   of the “get” options to make it work.
 * Once you make a change, view the phpinfo.php file and verify that the setting
   has been reflected in under the Suhosin section (search for the option name on
   the page)
 * Sorry I don’t have a definite answer but maybe someone else out there may have
   an idea.
 * Let me know if this works for you.
 *  Plugin Author [stoutdesign](https://wordpress.org/support/users/stoutdesign/)
 * (@stoutdesign)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-stout-google-calendar-error-message/#post-1890061)
 * Did this suggestion work for you? There is also a new version of the plugin, 
   1.2.3, which may help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Stout Google Calendar] Error Message’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/stout-google-calendar.svg)
 * [Stout Google Calendar](https://wordpress.org/plugins/stout-google-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stout-google-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stout-google-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/stout-google-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stout-google-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stout-google-calendar/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [stoutdesign](https://wordpress.org/support/users/stoutdesign/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-stout-google-calendar-error-message/#post-1890061)
 * Status: not resolved