vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Users Cant See Other Profiles (https://vborg.vbsupport.ru/showthread.php?t=320405)

sheyworth 10-03-2015 06:48 AM

Users Cant See Other Profiles
 
For some reason after I used Impex to merge a vbulletin 3 database to vbulletin 4 my users cant view each others profile. It says they do not have the permission to but I have confirmed that they do according to usergroup permissions. Any of you guys have any idea why this might be occuring? I would be greatly appreciative.

Dave 10-03-2015 09:07 AM

Have you tried running "Fix broken user profiles" in the AdminCP > Maintenance > General Update Tools?

sheyworth 10-05-2015 02:30 AM

Quote:

Originally Posted by Dave (Post 2556156)
Have you tried running "Fix broken user profiles" in the AdminCP > Maintenance > General Update Tools?

Yes I have tried most of the general update tools, nothing.

friendlymela 10-05-2015 03:41 AM

Check your usergroup settings again

HM666 10-06-2015 04:08 AM

Question: Why did you ImPex from vBulletin 3 to vBulletin 4? Why not just upgrade instead? Upgrading should be easier than using the ImPex system unless there is an issue I've not encountered before.

Next...try globally disabling your mods to see if a mod maybe causing this issue. Many mods from vB3 do not work in vB4 as the coding is different from one to the other so it could be your problem.

You will need a HTML editor like Dreamweaver or use NotePad. DO NOT use MS Word or Word Pad. Global disable: open your includes>config.php file and find:

Code:

<?php
and under place:

Code:

define('DISABLE_HOOKS', true);
Save and upload again to your server in the includes directory.

If you find that it works after disabling the plugins globally then re-enable the plugins by putting // in front of the code so it looks like this:

Code:

//define('DISABLE_HOOKS', true);
Save and upload again.

Then you will have to go through your mods one by one until you find the one that is causing the conflict.


All times are GMT. The time now is 06:57 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00985 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete