Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

RecentTags

Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbigdadda
    • CommentTimeOct 16th 2006
     permalinkReport Post
    Has anyone used this plugin with the semio theme? When I attempt to activate the plugin, my plugins page goes blank. Strange. Any thoughts on what's going on and how to fix?
    • CommentAuthorcccooper
    • CommentTimeOct 19th 2006
     permalinkReport Post
    I've used it and had no problems.

    Chris
    • CommentAuthorelmgator
    • CommentTimeOct 19th 2006
     permalinkReport Post
    Seems very strange, I also installed and use it every day with no problems.
    • CommentAuthorDenis
    • CommentTimeOct 20th 2006
     permalinkBuy a DrinkReport Post

    Blank Page is 99.99% caused by out of memory errors. What happens is, php starts an output buffer, and the script is terminated without flushing said output buffer by an out of memory exception. The result for you is a blank page, which at times might seem to be occuring randomly. To fix, contact your host, and ask them to increase the php memory on your server to 32 Megs, rather than the default 8 Megs.

    D.