|
No message in Discussion Forum
|
| kristianc |
Posted on 20-06-2011 13:00
|

Newbie

Posts: 5
Joined: 20/06/2011
|
I have installed a new PHPfusion on my own webserver and MySQL database.
No problems under installation. News and articles works fine.
But in my Discussion Forum I can create a new thread with subject and message. But afterwards the message text is not shown. I can clik my new subjet under the Discussion Forum but the message text is missing. Just blank. I have tried to reinstall with a new database and so on, but still the same problem. If I preview the thread before saving the message is shown in preview but still not in the Discussion Forum afterwards!
I guess that data is stored in _threads right?
But a show fields from `test`.`fusiont23sn_threads` gives :
Field Type Null Key Default Extra
forum_id mediumint(8) unsigned NO 0
thread_id mediumint(8) unsigned NO PRI NULL auto_increment
thread_subject varchar(100) NO
thread_author mediumint(8) unsigned NO 0
thread_views mediumint(8) unsigned NO MUL 0
thread_lastpost int(10) unsigned NO MUL 0
thread_lastpostid mediumint(8) unsigned NO 0
thread_lastuser mediumint(8) unsigned NO 0
thread_postcount smallint(5) unsigned NO MUL 0
thread_poll tinyint(1) unsigned NO 0
thread_sticky tinyint(1) unsigned NO 0
thread_locked tinyint(1) unsigned NO 0
thread_hidden tinyint(1) unsigned NO 0
Where is the message stored?
Anyone ? |
| |
|
|
| PolarFox |
Posted on 20-06-2011 13:28
|

Admin

Posts: 1480
Joined: 26/08/2008
|
prefix_posts
your version? Update or clean install? Hosting or local webserver?
|
| |
|
|
| kristianc |
Posted on 20-06-2011 13:34
|

Newbie

Posts: 5
Joined: 20/06/2011
|
PHP-Fusion_7-02-02_full (tried with and without danish language files)
Clean install
Local webserver |
| |
|
|
| kristianc |
Posted on 20-06-2011 13:36
|

Newbie

Posts: 5
Joined: 20/06/2011
|
Do you know where the message field is stored? It could be interesting to see if the message is in the DB or not. The subject is in the DB |
| |
|
|
| kristianc |
Posted on 20-06-2011 13:57
|

Newbie

Posts: 5
Joined: 20/06/2011
|
Se the problem here:
http://test.famil...
Edited by PolarFox on 20-06-2011 14:13
|
| |
|
|
| Ankur |
Posted on 20-06-2011 14:12
|

Admin

Posts: 1291
Joined: 02/11/2010
|
First of all, Stop Double Posting in the Forums... Edit your Previous Post to Add Text...
You guyz are having same Problem : http://www.php-fu...ost_158312
I think that you should wait for the release of 7.02.03 version and should try installing that...
|
| |
|
|
| kristianc |
Posted on 20-06-2011 14:23
|

Newbie

Posts: 5
Joined: 20/06/2011
|
I'm very sorry...didn't know that Edit was the way.
Yeps that the same problem.
Just installed the 7.01.06 version and it works just fine. Do you know of the release date of the 7.02.03 version ?
Edited by kristianc on 20-06-2011 14:33
|
| |
|