1
Artemis
Problem with member profile..need help asap
  • 2004/6/9 0:00

  • Artemis

  • Just popping in

  • Posts: 29

  • Since: 2004/5/23


Sorry ahead of time if I posted this in the wrong section..

My link
http://crypticconspiracies.com/

When a member clicks on someones name to view their profile..it goes to.."sorry you don't have permission" then reloads itself automaticaly..over and over again. It won't even let me hit the back button. I have permissions set for members module so everyone can view..I have no idea what to do..PLEASE HELP ME!!


2
brash
Re: Problem with member profile..need help asap
  • 2004/6/9 0:03

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Have you given the appropriate permissions to the registered users group? You can do this from the groups admin section in your XOOPS admin panel.

3
Artemis
Re: Problem with member profile..need help asap
  • 2004/6/9 0:05

  • Artemis

  • Just popping in

  • Posts: 29

  • Since: 2004/5/23


Yes..I have permissions set to all can view...even non members.

4
tl
Re: Problem with member profile..need help asap
  • 2004/6/9 0:15

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Check your hack of userinfo file. Something wrong there.

5
Artemis
Re: Problem with member profile..need help asap
  • 2004/6/9 0:26

  • Artemis

  • Just popping in

  • Posts: 29

  • Since: 2004/5/23


I'm looking at it now...I don't know a whole lot about php..

I believe it has to be in this code below


$xoopsOption['pagetype'] = 'user';
include 'mainfile.php';
include_once XOOPS_ROOT_PATH.'/class/module.textsanitizer.php';

$uid = intval($HTTP_GET_VARS['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}

if (is_object($xoopsUser)) {
if ($uid == $xoopsUser->getVar('uid')) {
$config_handler =& xoops_gethandler('config');
$xoopsConfigUser =& $config_handler->getConfigsByCat



Can someone tell me if there's any errors

6
tl
Re: Problem with member profile..need help asap
  • 2004/6/9 0:41

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


By default, XOOPS allows people to view user profile. There is a hack that prevents the information from being viewed by general public.

I assumed you have applied the hack. If you did hack, you should go back to where you made the changes and double-check if the hack has been done properly.

7
Artemis
Re: Problem with member profile..need help asap
  • 2004/6/9 1:03

  • Artemis

  • Just popping in

  • Posts: 29

  • Since: 2004/5/23


no I haven't installed the hack..so that couldn't be the problem

8
tl
Re: Problem with member profile..need help asap
  • 2004/6/9 1:05

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


If that's the case, try to re-upload the
userinfo.php
file to your root directory and see if that solves the problem.

9
Artemis
Re: Problem with member profile..need help asap
  • 2004/6/9 1:39

  • Artemis

  • Just popping in

  • Posts: 29

  • Since: 2004/5/23


I re-uploaded the file..and it still doesn't work

10
tl
Re: Problem with member profile..need help asap
  • 2004/6/9 1:47

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


If you did not apply the hack and downloaded the package from this site, well, I don't know what else to suggest.

It seems to me that you are using a hacked version from someone else. Re-uploading the hacked file will not help if that is case.

Try to download the version from this site and upload the file from the newly downloaded package.

Login

Who's Online

215 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

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

Latest GitHub Commits