error on cat.inc [message #21711] |
Sun, 12 December 2004 13:18 |
josemv
Messages: 11 Registered: December 2004
Karma: 0
|
Junior Member |
|
|
Hello,
I got this error in many places:
Warning: Variable passed to each() is not an array or object in /blabla/forum/include/cat.inc on line 120
Let me know if you need more details or what kind of check have to do, to fix that bug.
Could check if the variable is an array but don't know if that only hidden the error.
Thanks,
Jose
J.Valle
1234web.net
elsuper.com
|
|
|
|
|
Re: error on cat.inc [message #21730 is a reply to message #21717] |
Mon, 13 December 2004 15:40 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Can you give sql dump of all the data inside cat & forum tables and I'll try to replicate the problem on my development server.
FUDforum Core Developer
|
|
|
Re: error on cat.inc [message #21741 is a reply to message #21711] |
Mon, 13 December 2004 21:35 |
josemv
Messages: 11 Registered: December 2004
Karma: 0
|
Junior Member |
|
|
Hi Ilia,
sure, check the attache archive.
Also some notices downloading posts from newsgroups
Notice: Uninitialized string offset: 9 in /home/..../forum/include/nntp.inc on line 175
Notice: Constant sql_p already defined in /home/..../forum/include/theme/default/imsg_edt.inc on line 488
Notice: Uninitialized string offset: 2120 in /home/..../forum/include/theme/default/post_proc.inc on line 394
I suppose they are related to parsing proccess but the constant already defined...
-
Attachment: tables.txt
(Size: 2.15KB, Downloaded 797 times)
J.Valle
1234web.net
elsuper.com
[Updated on: Mon, 13 December 2004 21:36] Report message to a moderator
|
|
|
Re: error on cat.inc [message #21743 is a reply to message #21741] |
Tue, 14 December 2004 00:09 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Quote: |
Notice: Constant sql_p already defined in /home/..../forum/include/theme/default/imsg_edt.inc on line 488
|
Should be fixed in latest CVS, I believe that http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3237 patch should take care of this issue.
Quote: |
Notice: Uninitialized string offset: 9 in /home/..../forum/include/nntp.inc on line 175
|
Should be fixed by this: http://cvs.prohost.org/c/index.cgi/FUDforum/chngview?cn=3241
Quote: |
Notice: Uninitialized string offset: 2120 in /home/..../forum/include/theme/default/post_proc.inc on line 394
|
This can be safely ignored.
The warnings you've been seeing in the category manager are fixed in CVS, the patches are a little tricky so I am not posting them. 2.6.9 will be out in a few days and It will contain all those fixes.
FUDforum Core Developer
|
|
|