Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks so much. This is what was causing my problems, too.

    Mike

    (@jolley_small)

    I helped fix someone with this problem – turns out it was not download monitor at all, wp 2.8 has a larger memory overhead so php was running out.

    We could also fix it by deleting a few others. In the end the fix was to add:

    @ini_set(‘memory_limit’,’64M’);

    To wp-config.php

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Breaks WP 2.8’ is closed to new replies.