11
wcrwcr
Re: BLANK SCREEN accessing "userinfo.php"
  • 2004/1/13 22:05

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


Well

Come on guys, nobody uses this mod with XOOPS 2.0.5 and with these blocks activated?

Any tip, idea, words of wisdom or..........

Thanks

12
Catzwolf
Re: BLANK SCREEN accessing "userinfo.php"
  • 2004/1/29 21:25

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Ok here is the easy way to fix this bug,

Copy the groupaccess from wfsection includes to xoops_root/includes.

Look throu all the files for:

include XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->dirname() . '/include/groupaccess.php';

and change it to

include XOOPS_ROOT_PATH . '/include/groupaccess.php';

This should fix your problem.


13
Mithrandir
Re: BLANK SCREEN accessing "userinfo.php"

How about using include_once instead of include?

14
Catzwolf
Re: BLANK SCREEN accessing "userinfo.php"
  • 2004/1/29 21:36

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Ok here is the easy way to fix this bug,

Copy the groupaccess from wfsection includes to xoops_root/includes.

Look throu all the files for:

include XOOPS_ROOT_PATH . '/modules/' . $xoopsModule->dirname() . '/include/groupaccess.php';

and change it to

include XOOPS_ROOT_PATH . '/include/groupaccess.php';

This should fix your problem.


Login

Who's Online

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


Members: 0


Guests: 124


more...

Donat-O-Meter

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

Latest GitHub Commits