Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jan Koester

    (@dasmaeh)

    Could you please tell me which version of wordpress and PHP you are using?

    You could also try to replace line 232 $taxonomies = get_option('recipe-press-options')['taxonomies']; by `$options = get_option(‘recipe-press-options’);
    $taxonomies = $options[‘taxonomies’];`

    Thread Starter ainow

    (@ainow)

    Thanks for you responce!
    I’m using PHP ver. 5.3.23.

    Unfortunetly, after replace line 232 as you suggest, I get blank page.

    Plugin Author Jan Koester

    (@dasmaeh)

    I need to further investigate this issue which seems to be related to the PHP version you are using. However I won’t have time for this until monday, so please be patient.

    Plugin Author Jan Koester

    (@dasmaeh)

    This error should be fixed in release 0.5.6.
    In my development environment I’m using PHP 3.4.4 and did not even get a warning about line 232. However I’ve changed it so it should work for you.
    Please tell me if you are still experiencing problems.

    Thread Starter ainow

    (@ainow)

    Yeah! Works like a charm! Thanks a lot!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't activate plugin after installation’ is closed to new replies.