vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Help - My Sites All Messed Up Somehow, VBSEO, url's? (https://vborg.vbsupport.ru/showthread.php?t=224924)

gwerzal 10-10-2009 12:45 AM

Help - My Sites All Messed Up Somehow, VBSEO, url's?
 
Hi

My site, http://www.cashloopholes.co.uk , has been going along quite smoothly when all of a sudden i cant seem to get onto any page of a thread apart from the 1st page. as soon as i click the 2nd page or any other page it just reloads the first page.

Also whenever i click on a username im getting the error below

This user has not registered and therefore does not have a profile to view.


I installed jujjubins lottery a few hours ago but that seemed to be going ok otherwise i have changed nothing it all.

It seems to be something to do with vbseo but it might not have.

Does anybody have any idea whats going on.

Any help is very very much appreciated.

James Birkett 10-10-2009 02:08 AM

Disable modifications and see if the problem still occurs.
AdminCP -> vBulletin Options -> Enable Plugin/Hook System -> No

If you can't get to that:
open up /includes/config.php, right under the <?php add the following code:
PHP Code:

define('DISABLE_HOOKS'true); 


Lynne 10-10-2009 02:09 AM

You aren't using standard links to the pages - you are using vbseo - so it's impossible for me to tell what is going on. You'll either need to turn that off (including changing the htaccess file) or ask for help from them.

gwerzal 10-10-2009 11:57 AM

Quote:

Originally Posted by James Birkett (Post 1897377)
Disable modifications and see if the problem still occurs.
AdminCP -> vBulletin Options -> Enable Plugin/Hook System -> No

If you can't get to that:
open up /includes/config.php, right under the <?php add the following code:
PHP Code:

define('DISABLE_HOOKS'true); 


Hi

If i do this then it does stop the problem. Does that mean it is definately one of my plug-ins that is doing this.

Will disabling each plug-in in turn work to find out what the problem is.

James Birkett 10-10-2009 11:58 AM

Well the idea would be to disable all plugins then enable them until you recreate the error.

Then you know which plugin is causing the issue, and can remove it.

gwerzal 10-10-2009 12:07 PM

ok il try that

Thank you

--------------- Added [DATE]1255185683[/DATE] at [TIME]1255185683[/TIME] ---------------

For some reason my site was overloading the server then. I really havnt got a clue whats going on.

If i disable all the hooks via the config file it works

If i disable all the plug-ins it doesnt.

Anybody know what to do now?

Iv been at this non stop for 8 hours

Any help is greatly appreciated

--------------- Added [DATE]1255186816[/DATE] at [TIME]1255186816[/TIME] ---------------

If i litteraly deleted all the vbulletin files and re-uploaded a fresh set do you think that would sort the problem out?

If i did do that can anyone forsee any problems other than having to make any manual edits to the php files for any mods i have.

--------------- Added [DATE]1255190682[/DATE] at [TIME]1255190682[/TIME] ---------------

Please if anyone has any ideas

I dont know what to do.

Lynne 10-10-2009 04:15 PM

I don't understand what you are trying to do. If you disabled the plugins via the config.php file, things were fine, right? So, take that line out and then disable all your products *and* your plugins that aren't included in products. Then turn them on one-by-one until the problem happens again.

gwerzal 10-10-2009 09:33 PM

I have done that but the problem still happens.

If i do it via the config file it works but if i do it via disabling all products and plug-ins it doesn't

This is really wierd as this is a really busy site and this happened all of a sudden out of nowhere. One minute it was fine the next it wasn't.

Lynne 10-10-2009 10:19 PM

Are you getting anything in the error_logs?

hpidriver 10-11-2009 12:22 AM

I had this exact same problem. my problem was my .htaccess file. make sure it is in your FORUMS root.

and paste whats in your .htaccess file, ill try to help out.

have you tried to disable vbseo via plugin manager?

gwerzal 10-11-2009 10:39 AM

My .htaccess file is definately in the root of the site(forum)

This is what i have in my .htaccess file below -


# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
#RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]

--------------- Added [DATE]1255261470[/DATE] at [TIME]1255261470[/TIME] ---------------

Could anybody tell me if deleting all the vbulletin files and then re-installing them would work

hpidriver 10-11-2009 06:55 PM

You didn't put your domain in the .htaccess file lol. change yourdomain.com with your website, and if that does not work, try removing the # before rewritebase

"# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /"

and make sure it is in your forum folder. that should solve your problem...

ohh is mod_rewrite enabled on your server? if it is not vbseo will not work no matter what.

when i had this problem, all i had to do was disable vbseo, have you tried that?

--------------- Added [DATE]1255291259[/DATE] at [TIME]1255291259[/TIME] ---------------


Try this one first...
Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www.cashloopholes.co.uk
#RewriteRule (.*) http://www.cashloopholes.co.uk/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


if that one doesn't work this one should work.
Code:

# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
RewriteBase /

#RewriteCond %{HTTP_HOST} !^www.cashloopholes.co.uk
#RewriteRule (.*) http://www.cashloopholes.co.uk/forums/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]


hotrodbiker 04-17-2010 05:43 AM

So, what was the fix?????

nakedanvil 04-28-2010 02:50 AM

Don't ya hate that?

hotrodbiker 04-28-2010 02:20 PM

Hell yeah I do.


All times are GMT. The time now is 04:55 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.01111 seconds
  • Memory Usage 1,762KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (15)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