Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Forum Extension panel and v7.02.01

Asked Modified Viewed 7,145 times
S
Sjip
S
Sjip 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

After upgrad till new version, i get this in Error log:

forum_extension_panel/forum_extension_core.php
Undefined index: 47 Line: 141



Sjip
0 replies

7 posts

W
Wanabo
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
answered
Senior Member

Same problem here!
There was a thread about it here, http://mods.php-fusion.co.uk/forum/vi...post_34330.

But mods is closed. :@
0 replies
G
gittedl
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
answered
Newbie

I also have that problem on my site :(
0 replies
G
gh0st2k
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
answered
Member

Add:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]if (!isset($guests[$forum_id])) { $guests[$forum_id] = 0; }
if (!isset($members[$forum_id])) { $members[$forum_id] = 0; }[/syntaxhighlighter]
before:
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]$whoishere = @user_list($guests[$forum_id], $members[$forum_id]);[/syntaxhighlighter]

Maybe it will work and the errors are gone. Please report your feedback wink
0 replies
G
gittedl
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
answered
Newbie

I´ve tried it, but after uploading the file when vieving the news.php it's just blank. No text or images what so ever.
0 replies
G
gittedl
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
answered
Newbie

I've tied once again and this time I removed checkedByCssHelper="true"> and now it seems to be working.
0 replies
A
arat
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

Quote

gh0st2k wrote:
Maybe it will work and the errors are gone. Please report your feedback ;)


Thanks gh0st2k this helped
0 replies
— 2 years later —
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
answered
Senior Member

i get a error on my php fusion 7.02.007 too

Fehler: Undefined index: 3 Zeile: 141
Datei: infusions/forum_extension_panel/forum_extension_core.php Auf Seite: /forum/index.php

Quelltext (Zeile: 131 - 151)
131                    $guests = array();
132                    $members = array();
133                    while($data = dbarray($res)){
134                        if(empty($data['user_name'])){
135                            $guests[$data['forum_id']][] = 1;
136                        }else{
137                            $members[$data['forum_id']][] = array("user_id" => $data['user_id'], "user_name" => $data['user_name'], "user_level" =>
                            $data['user_level']);
138                        }
139                    }
140                    foreach($matches[1] as $forum_id){
141                        $whoishere = @user_list($guests[$forum_id], $members[$forum_id]);
142                       
143                        if($whoishere){
144                            $output = preg_replace("^<!--forum_name-->(.*?)\?forum_id=$forum_id(.*?)</td>^s", "<!--forum_name-->\\1?forum_id=$forum_id\\2<br/><span
                            class='small'><strong>".$locale['forum_ext_who_is_here']."</strong> $whoishere</span></td>", $output);
145                        }
146                    }
147                }
148            }elseif(stristr($url, $places['forum'])){
149                $res = dbquery(
150                    "SELECT ".DB_FORUM_OBSERVER.".user_id, forum_id, thread_id, user_name, user_level FROM ".DB_FORUM_OBSERVER."
151
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 6 members

6 participants

C
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
W
W
Wanabo 10
www.probemyip.com/probe-my-ip-80x15.png
pHp-Fusion.Asia & pHp-Fusion.Fr & pHp-Fusion.Cn are available for a localized support community. Send PB for info.
  • Senior Member, joined since
  • Contributed 598 posts on the community forums.
  • Started 94 threads in the forums
G
G
Gitte
  • Newbie, joined since
  • Contributed 9 posts on the community forums.
A
A
arat 10
  • Member, joined since
  • Contributed 79 posts on the community forums.
  • Started 21 threads in the forums
G
G
Ex Senior Dev.
  • Member, joined since
  • Contributed 131 posts on the community forums.
S
S
Sjip 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
  • Started 1 thread in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet