Recent Topics

1 Jul 28, 2010 04:33    

My b2evolution Version: Not Entered

I've got one of those old version and hasn't been working on my blog too much. Last post made on 7/7/2010 and everything was fine. But today, after I made an entry the contents doesn't show up. Both entry page and the home page only has blog header and entry header and that's it! (No side bar or log in whats so ever! ) All other datas are still there since I can enter the blog from other pages.

What problem could that be? Pleasssssse help!

2 Jul 28, 2010 16:46

Guessing you have an unclosed tag or other (x)html error in your latest post.

Link to your problem page would answer that one

¥

3 Jul 28, 2010 18:16

¥åßßå 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)

4 Jul 28, 2010 18:22

That'd be cool, I'm here for the next hour or so ;)

¥

5 Jul 29, 2010 04:12

¥åßßå 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?"

6 Jul 29, 2010 09:37

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

¥

7 Jul 29, 2010 13:00

¥åßßå 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!

8 Jul 29, 2010 13:59

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' );

¥

9 Jul 29, 2010 17:50

¥åßßå 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?

10 Jul 29, 2010 18:31

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

¥

11 Jul 29, 2010 22:52

¥åßßå 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. :-/

12 Jul 30, 2010 09:49

Did you not get any errors or warnings displayed?

¥

13 Jul 30, 2010 09:54

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

¥

14 Aug 02, 2010 19:04

¥åßßå 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?


Form is loading...