2 yabba Jul 28, 2010 16:46

¥åßßå wrote:
Guessing you have an unclosed tag or other (x)html error in your latest post.
Link to your problem page would answer that one
¥
Not using any tag at all. Just tried again and it doesn't work. I can make another post and send you a link but that also mess up my entire blog. (at least the home page)
That'd be cool, I'm here for the next hour or so ;)
¥
¥åßßå wrote:
That'd be cool, I'm here for the next hour or so ;)
¥
oops... I guess I didn't expect a quick reply like this!
Here is the link if you have a chance to look at! Much much appreciated!
http://ikeanblog.com/
The content in the post is : "This is a test post. Can you see the content?"
Have you installed/enabled any new plugins recently? If so try disabling them.
If not then it may be a memory problem, take a look in /conf/_advanced.php
¥
¥åßßå wrote:
Have you installed/enabled any new plugins recently? If so try disabling them.
If not then it may be a memory problem, take a look in /conf/_advanced.php
¥
Thank you so much for the fast reply. No, I haven't done anything to it. What kinda of memory problem will this be? I reached my 8 MB? How do I go about fixing it then? (Where do I find php.ini to change the line?) I just deleted the last entry and it went back to normal as you can see. Thanks again for your help!
If you take a look in /conf/_advanced.php you'll see a line that mutters about memory, just delete the "//" from the start of it so it reads :
ini_set( 'memory_limit', '32M' );
¥
¥åßßå wrote:
If you take a look in /conf/_advanced.php you'll see a line that mutters about memory, just delete the "//" from the start of it so it reads :
ini_set( 'memory_limit', '32M' );
¥
Tried that and it doesn't change anything. :(
Tried to copy your line, tried with //, w/o, load to the serve few times. Still the same. Is it possible to be something else?
In the same file, uncomment all bits that mutter about showing errors, then see if you get anything spat out ;)
// To help debugging severe errors, you'll probably want PHP to display the errors on screen.
// In this case, uncomment the following line:
// ini_set( 'display_errors', 'on' );
Uncomment (delete // ) the last line
¥
¥åßßå wrote:
In the same file, uncomment all bits that mutter about showing errors, then see if you get anything spat out ;)
// To help debugging severe errors, you'll probably want PHP to display the errors on screen. // In this case, uncomment the following line: // ini_set( 'display_errors', 'on' );
Uncomment (delete // ) the last line
¥
Still not working. :-/
Did you not get any errors or warnings displayed?
¥
Ok, that's weird, your phpinfo doesn't have a value for memory_limit ... try asking your hosts about it and ask if they can set it to 32M
¥
¥åßßå wrote:
Ok, that's weird, your phpinfo doesn't have a value for memory_limit ... try asking your hosts about it and ask if they can set it to 32M
¥
Contacted them but no reply yet. What's the best way to address this?
Guessing you have an unclosed tag or other (x)html error in your latest post.
Link to your problem page would answer that one
¥