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

    (@aeonoftime)

    Hi gmakstutis,

    I have had several people complain of this issue. I have tested the plugin with different configurations, and found that the PHP memory limit was the reason in several cases.

    The new version, v1.10, has a failsafe built in for when the plugin does not have enough memory. You should at least get an error message now instead of just the site seemingly stopping in mid stride.

    To fix the memory issue, you can try putting the following lines into your wp-config.php file:


    $limit = 160; // megabytes
    define('WP_MEMORY_LIMIT', $limit.'M');
    define('WP_MAX_MEMORY_LIMIT', $limit.'M');

    Please test this and tell me if that fixed your problem.

    Regards,

    AeonOfTime.

    Im having the same issue and the fix you suggested doesnt seem to work.

    However I did notice that whenever i import a fit, most of it gets cutoff and is missing when viewed.

    Any ideas on a solution?

    Much Appreciated as it looks great

    Plugin Author AeonOfTime

    (@aeonoftime)

    Hi hybrid,

    I am working on an update that will solve the memory issues. It will take a little while still however, me being currently swamped at work.

    Just to make sure it’s not a separate issue however, could you send me a screenshot of a fit that has been cut off? You can send it to eve{at}aeonoftime.com.

    Regards,

    Aeon,

    Hi Aeon

    Sorry for the delay, been a manic week.

    I disabled it but will try re enable and repeat the error.

    Thanks
    Hybrid

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘can we get this working?’ is closed to new replies.