Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • same here! please help

    Thread Starter papoola

    (@papoola)

    I figured out that I needed to create a new post type using this plugin https://wordpress.org/plugins/custom-post-type-ui/ with Hierarchical and Rewrite attribute set to true

    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

    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/)
    5. after clicking “Authorize” we get login prompt for our blog (screenshot2 – 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/)

    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)