Messages disappearing from board

Everything related to MBoard - PHP message board
Locked
jelliott
Posts: 2
Joined: Fri May 29, 2009 11:20 pm

Messages disappearing from board

Post by jelliott »

/*************************************
Title:
Version: 1.3
Author:
Demo:
Download:
Website:http://www.wyodaily.com/mboard/mboard.php

Short description:
Messages will post to my board and stay there a day or so, then disappear. Do I need to change something in my settings?

*************************************/

(Here below you can write additional info, longer description and comments)
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In the settings file what is your $settings['maxposts'] variable set to?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
jelliott
Posts: 2
Joined: Fri May 29, 2009 11:20 pm

Post by jelliott »

It is set to 60.

// Maximum number of posts displayed on the first page
$settings['maxposts']=60;
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Seems like someone or something is overwriting your threads.txt file with a blank one. I'm not sure why that is happening, you can try reinstalling but other than that I'm afraid I don't have any ideas of why this is happening as I have no information about your server, PHP setup, software installed, hosting company, ...
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked