MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
probleme with forum
AuthorText
chatina
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _MALE_
Online: No
Date: 18/04/2008 17:02
probleme with forum
#post6285
url : http://hschoool.freehostia.com/files
version : 3.7.5

when i move any topics

I have this mesage
Notice:
Errno: 8
File: /home/olympe-network/habboschool/files/pages/forum/index.php
Line: 1434
Function: viewForum
Note: Undefined index: text
Edited: 18/04/2008 17:03
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5130
Contributes: 2473

Gender: _MALE_
Online: No
Date: 18/04/2008 18:58
Re: probleme with forum
#post6290
I see no "text" variable on row 1434:

code
viewForum($id,$ofsbgn,$ofsppg,$pg);
Delete Edit Quote
 
daris
Junior Member
Avatar

Posts: 16
Contributes: 0

Gender: _MALE_
Online: No
Date: 18/04/2008 20:22
Re: probleme with forum
#post6296
I've got same problem.

I looked into this file and found solution. In 282 line missing is p.text for select query (problem was caused by 291 line)
Edited: 18/04/2008 20:24
Sorry for my english Smile
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5130
Contributes: 2473

Gender: _MALE_
Online: No
Date: 18/04/2008 20:37
Re: probleme with forum
#post6297
Ah i understand now.

daris is right, p.text is missing in the query, it's used when a thread has been moved
Delete Edit Quote
 
chatina
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _MALE_
Online: No
Date: 19/04/2008 13:05
Re: probleme with forum
#post6310
how to regulate the probleme?
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5130
Contributes: 2473

Gender: _MALE_
Online: No
Date: 19/04/2008 13:20
Re: probleme with forum
#post6314
Find
code
$result = $dblink->get_list("SELECT p.id,p.lastchild,p.name,p.status,p.flag,DATE_FORMAT
in the viewForum function and replace with
code
$result = $dblink->get_list("SELECT p.id,p.lastchild,p.name,p.status,p.flag,p.text,DATE_FORMAT
Delete Edit Quote
 
chatina
Junior Member
Avatar

Posts: 42
Contributes: 0

Gender: _MALE_
Online: No
Date: 19/04/2008 13:36
Re: probleme with forum
#post6317
/page/forum/index.php ?
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5130
Contributes: 2473

Gender: _MALE_
Online: No
Date: 19/04/2008 13:42
Re: probleme with forum
#post6318
yes
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo