1
jfmoore
WF-Channel 2 - Conflict with Smart Profile
  • 2008/1/29 14:52

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


I installed wf-Channel 2.00rc and wf-Resource, and, afterward, I couldn't access my profile in Smart Profile 1.0. I get a blank page with the following message:

Quote:

This page cannot be displayed due to an internal error.

You can provide the following information to the administrators of this site to help them solve the problem:

Error: Class wfc_PageHandler does not exist
Handler Name: page


After I uninstalled wf-Channel, I could access it again.

Jere
...

2
jfmoore
Re: WF-Channel 2 - Conflict with Smart Profile
  • 2008/1/31 18:33

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


(bump)

Catz?
...

3
terrion
Re: WF-Channel 2 - Conflict with Smart Profile
  • 2008/3/8 16:59

  • terrion

  • Friend of XOOPS

  • Posts: 299

  • Since: 2004/9/19


I'm running XOOPS 2.2.6 and having the same problem.

My error log reports:

[Sat Mar 08 10:50:04 2008] [error] [client xx.141.143.241] PHP Fatal error: Class <b>wfc_PageHandler</b> does not exist<br />Handler Name: page in /var/www/vhosts/mydomain.org/httpdocs/modules/wfresource/include/functions.php on line 60, referer:http://mydomain.org/


The function is:

function &wfp_gethandler( $name, $dirname = 'wfresource', $c_prefix = 'wfp_', $optional = false ) {
global $xoopsModule;
static $handlers;

$name = strtolower( trim( $name ) );
if ( !isset( $handlers[$name] ) ) {
if ( file_exists( $hnd_file = XOOPS_ROOT_PATH . '/modules/' . $dirname . '/class/class.' . $name . '.php' ) ) {
require_once $hnd_file;
}
$class = $c_prefix . ucfirst( $name ) . 'Handler';
if ( class_exists( $class ) ) {
$handlers[$name] = &new $class( $GLOBALS['xoopsDB'] );
}
}
if ( !isset( $handlers[$name] ) && !$optional ) {
trigger_error( 'Class <b>' . $class . '</b> does not exist<br />Handler Name: ' . $name, E_USER_ERROR );
}
if ( isset( $handlers[$name] ) ) {
return $handlers[$name];
}
$inst = false;
return $inst;
}



The part in red is line 60 where it bombs out.

Any ideas? Anybody?
Terrion
Purchase, renew, or transfer your domain name to Ultranet Domains and get a FREE 10GB hosting account. Virtual Dedicated Servers around $35/monthly, no contract. FREE 24/7 telephone ...

4
jfmoore
Re: WF-Channel 2 - Conflict with Smart Profile
  • 2008/3/10 14:31

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


Maybe catz will chime in.
...

5
terrion
Re: WF-Channel 2 - Conflict with Smart Profile
  • 2008/3/10 14:51

  • terrion

  • Friend of XOOPS

  • Posts: 299

  • Since: 2004/9/19


It looks like Catz hasn't been on in a while. :(
Terrion
Purchase, renew, or transfer your domain name to Ultranet Domains and get a FREE 10GB hosting account. Virtual Dedicated Servers around $35/monthly, no contract. FREE 24/7 telephone ...

6
Catzwolf
Re: WF-Channel 2 - Conflict with Smart Profile
  • 2008/3/31 13:22

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Hiya, sorry I have taken so long to answer, but rl issues have dogged me for the last few months.

Yes there is a bug in the WF-Channel search code that causes this issue. I have fixed this and a few other minor issues and I shall release an update shortly. This should hopefully be the last RC before a full release.

John

Login

Who's Online

190 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 190


more...

Donat-O-Meter

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

Latest GitHub Commits