Title: papoola's Replies | WordPress.org

---

# papoola

  [  ](https://wordpress.org/support/users/papoola/)

 *   [Profile](https://wordpress.org/support/users/papoola/)
 *   [Topics Started](https://wordpress.org/support/users/papoola/topics/)
 *   [Replies Created](https://wordpress.org/support/users/papoola/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/papoola/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/papoola/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/papoola/engagements/)
 *   [Favorites](https://wordpress.org/support/users/papoola/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Error 310: ERR_TOO_MANY_REDIRECTS](https://wordpress.org/support/topic/error-310-err_too_many_redirects-2/)
 *  [papoola](https://wordpress.org/support/users/papoola/)
 * (@papoola)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/error-310-err_too_many_redirects-2/#post-9584117)
 * same here! please help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CMS Tree Page View] how to activate permalink?](https://wordpress.org/support/topic/how-to-activate-permalink/)
 *  Thread Starter [papoola](https://wordpress.org/support/users/papoola/)
 * (@papoola)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-activate-permalink/#post-5263699)
 * I figured out that I needed to create a new post type using this plugin [https://wordpress.org/plugins/custom-post-type-ui/](https://wordpress.org/plugins/custom-post-type-ui/)
   with Hierarchical and Rewrite attribute set to true
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack redirects to admin home](https://wordpress.org/support/topic/jetpack-redirects-to-admin-home/)
 *  [papoola](https://wordpress.org/support/users/papoola/)
 * (@papoola)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/jetpack-redirects-to-admin-home/#post-4082824)
 * Fortunately we found and fixed this issue.
 * **suhosin** (security module for php) dropped one or many variables in url. (
   private data have been substituted with ? )
 *     ```
       Jun  2 10:47:17 vps suhosin[5612]: ALERT - configured GET variable value length limit exceeded - dropped variable 'redirect_to' (attacker '??.??.??.??', file '/var/www/???/wp-login.php')
       Jun  2 10:47:23 vps suhosin[9646]: ALERT - configured GET variable value length limit exceeded - dropped variable 'redirect_to' (attacker '??.??.??.??', file '/var/www/???/wp-login.php')
       Jun  2 10:47:24 vps suhosin[8178]: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker '??.??.??.??', file '/var/www/???/wp-admin/admin.php', line 131)
       Jun  2 10:47:26 vps suhosin[5612]: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker '??.??.??.??', file '/var/www/???/wp-admin/admin.php', line 131)
       Jun  2 10:47:27 vps suhosin[9646]: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker '??.??.??.??', file '/var/www/???/wp-admin/admin.php', line 131)
       ```
   
 * we solved this by editing `/etc/php5/conf.d/suhosin.ini`
 *     ```
       ;suhosin.get.max_value_length = 512
       ```
   
 * to
 *     ```
       suhosin.get.max_value_length = 1024
       ```
   
 * and restarting php `/etc/init.d/php-fastcgi restart`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Jetpack redirects to admin home](https://wordpress.org/support/topic/jetpack-redirects-to-admin-home/)
 *  [papoola](https://wordpress.org/support/users/papoola/)
 * (@papoola)
 * [11 years, 12 months ago](https://wordpress.org/support/topic/jetpack-redirects-to-admin-home/#post-4082823)
 * we got exact same problem, I just posted this to support:
 * 1. jetpack installed on our blog
    2. modules json and single-sign-on are activated
   3. connected to our user account (prismahub) at wordpress.com 4. when trying 
   to get access key, authorize page shows up and our blog can be chosen in drop-
   down (screenshot1 – [http://postimg.org/image/4ssm88inh/](http://postimg.org/image/4ssm88inh/))
   5. after clicking “Authorize” we get login prompt for our blog (screenshot2 –
   [http://postimg.org/image/4yhbbeb9p/](http://postimg.org/image/4yhbbeb9p/)) 6.
   after logging in, we don’t get redirected back but instead get dashboard page(
   screenshot3 – [http://postimg.org/image/bx7hb5hi7/](http://postimg.org/image/bx7hb5hi7/))
 * Please note that steps above work perfectly with our blog hosted @ wordpress.
   com and as you see not with our blog hosted @ our server

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