Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stephanie Leary

    (@sillybean)

    Your URL did not come through. If you can copy the error (which you can see either in your server’s error log, or by turning on debug mode), that will help me track down the problem.

    Thread Starter chewriter

    (@chewriter)

    Hi Stephanie,

    I’m very sorry, I’ve tried to set up the debug mode, as you advice and found, that there are no any errors, linked with your plugin. All the errors that I found were with the post-views, wp-postviews and wp-polls plugins. I’ve tried to deactivate all the listed plugins and… It’s strange thing, but if I activate post-views and wp-polls – everything is OK, post-views and lj-xp – everything is OK, wp-polls and lj-xp – everything is OK, but all three results in fatal error.
    Please see the logs.
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_view_type in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 123
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_output_type in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 124
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_post_id in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 125
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: cache_time_span in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 126
    [10-Oct-2011 20:53:16] PHP Notice: Use of undefined constant is_robot – assumed ‘is_robot’ in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/post-views/post-views.php on line 561
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: pollresult in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-polls/wp-polls.php on line 1335
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: pollbooth in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-polls/wp-polls.php on line 1341
    [10-Oct-2011 20:53:16] PHP Notice: Undefined index: postviews_id in /var/www/vhosts/chewriter.ru/httpdocs/wp-content/plugins/wp-postviews/wp-postviews.php on line 648
    [10-Oct-2011 20:53:17] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 81 bytes) in /var/www/vhosts/chewriter.ru/httpdocs/wp-includes/class.wp-dependencies.php on line 144

    And also
    [10-Oct-2011 20:02:12] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /var/www/vhosts/chewriter.ru/httpdocs/wp-admin/includes/theme.php on line 406

    Nothing about your plugin, and I believe your plugin is absolutely OK.
    I’m so sorry for this topic, probably I should address it to the wp-polls and postview plugins creators.
    But, just in case you know and can explain the reason why all three plugins could not work together – I’ll appreciate it.

    Plugin Author Stephanie Leary

    (@sillybean)

    Sorry, I have no idea. As a temporary workaround, though, you could try giving PHP more memory, since that’s what’s causing the fatal errors. Definitely write to the post-views author, though.

    Thread Starter chewriter

    (@chewriter)

    Adding

    define(‘WP_MEMORY_LIMIT’, ’64M’);

    in wp-config.php

    solved the problem!

    Thank you for your plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: LiveJournal Crossposter] Can not activate the plugin’ is closed to new replies.