1
alad2000
WF-link
  • 2006/2/8 19:02

  • alad2000

  • Just popping in

  • Posts: 12

  • Since: 2006/1/22


after successful installation, all functions are ok except for 2 things
1- with php debug on and after cliking on usermenu on wf-link
----
Notice [PHP]: Undefined index: groupid in file ****\xoops\modules\wflinks\index.php line 78

2- when I try to visit a submitted link new page will open with the following error;
--------
This page cannot be displayed due to an internal error.

If you are the administrator of this site, please visit the XOOPS Troubleshooting Page for assistance.

Helpful infomation you should provide while asking for assistance:

Error [Xoops]:
Class wflAgeHandler does not exist.
Handler Name: age in file ****\xoops\modules\wflinks\include\functions.php line 38

2
McDonald
Re: WF-link
  • 2006/2/8 20:15

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15



3
alad2000
Re: WF-link
  • 2006/2/9 10:51

  • alad2000

  • Just popping in

  • Posts: 12

  • Since: 2006/1/22


I tried the above linke before I post.
The correction did not solve the issue.

4
McDonald
Re: WF-link
  • 2006/2/9 11:46

  • McDonald

  • Home away from home

  • Posts: 1072

  • Since: 2005/8/15


The above link helps you.

Bug: Notice [PHP]: Undefined index: groupid in file modules/wflinks/index.php line 78.
Groupid is a typo and should be cid.
Open the file index.php in a text editor.

line 78 old:
if ( true == checkgroups$ele['groupid'] ) )


line 78 new:
if ( true == checkgroups$ele['cid'] ) )


In the file visit.php comment out line 20 as follows:

// $age_handler = &wfl_gethandler( 'age' );


After this you you have to save the 2 files and upload them to your server.

WF-Links 1.03 contains a couple of bugs which can be solved by adding the fixes you'll in the forum.

Also check your Inbox because I sent you an private mail yesterday.

5
alad2000
Re: WF-link
  • 2006/2/9 19:01

  • alad2000

  • Just popping in

  • Posts: 12

  • Since: 2006/1/22


Thnkassssssssss
it fine now

Login

Who's Online

287 user(s) are online (59 user(s) are browsing Support Forums)


Members: 0


Guests: 287


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits