17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 906 Views |
-
Problems with getting the latest forum post

10 September 2008 at 8:04pm Last edited: 10 September 2008 8:05pm
I tried to get the latest forum post with this code.
return DataObject::get_one('Post', '', 'Created DESC');
this works fine, but when I delete the latest forum post from the forum the site just doesnt return anything to the screen (whole screen is white).
To get the site live again I have to make a forum post.
can anyone help me with this?
-
Re: Problems with getting the latest forum post

10 September 2008 at 8:33pm
Could it be that you only have 1 post, and you delete that post, then there is nothing to get. Does it work for you when you have more then 1 post (try it with at least 2 posts)?
-
Re: Problems with getting the latest forum post

10 September 2008 at 8:37pm
No that is not the problem, It doesnt get the older posts.
-
Re: Problems with getting the latest forum post

10 September 2008 at 8:42pm Last edited: 10 September 2008 8:48pm
This post might help you.
-
Re: Problems with getting the latest forum post

11 September 2008 at 1:46am
I checked with that code too.
But the result is the same.I am using this on a page which I created as the page is in another module.
| 906 Views | ||
|
Page:
1
|
Go to Top |


