Log in

View Full Version : Members profile problem


Devanand
11-26-2009, 06:10 AM
Hello,

In last two months lot of people start to complain me that they can't open own profile and it is true. When you click on profile it open profile of some different user.
I had at least 20 users with that problem.

Anyone know why?

Thank you

Edit:
Sorry, I just saw that I put it in wrong forum. This is for Vbulletin 3.8, please mods move this thread.

Lynne
11-26-2009, 01:48 PM
Moved.


Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Don't forget that for vbseo, disabling the modification means to also get rid of anything extra you added to your htaccess file.

Devanand
11-26-2009, 02:16 PM
even if it works it can't stay like that because I have some modifications/plugins which are very important to my forum, I can't disable them.

Lynne
11-26-2009, 02:55 PM
The reason you disable them is to see if it is a modification causing the problem. If you know that is the case, then you can go figure out which one it is and fix it.