Bramernic
Forum Replies Created
-
Forum: Installing WordPress
In reply to: solution for not receiving emails – is it safe?Cheers samboll. I now understand what is being suggested.
Forum: Fixing WordPress
In reply to: 404 not working properlySorry to bounce this topic but I am having exactly the same problem. It even goes wrong on the default theme. It looks to me like a bug in the core code of wordpress. Basically, if you enter a url that doesn’t exist you get an html page without the first bit. It literally chops out everything until some random point in the page. Because of this you actually get raw html displayed on the screen. Viewing the source displays the same thing because the page had no header etc.
Using my limited knowledge of how this all works it seems like the output buffer is being flushed part way through outputting the page, leaving only the second block onwards to be sent to the browser.
I really would appreciate any help in fixing this.
Forum: Installing WordPress
In reply to: solution for not receiving emails – is it safe?Sorry, I must be appearing a bit dumb here. Can you explain exactly what you are suggesting. Is it just a plug-in? If yes, which one? Or are you suggesting I should write my own?
Forum: Installing WordPress
In reply to: solution for not receiving emails – is it safe?I might be missing something, but isn’t wp-mail concerned with accepting posts by email? I’m talking about sending registration and lost password emails.