vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   New posts problem (https://vborg.vbsupport.ru/showthread.php?t=228945)

jmiguez 11-26-2009 06:52 PM

New posts problem
 
When a regular user tries to acces "New Posts" the following message appears: "Invalid Forum specified. If you followed a valid link, please notify the administrator".

Although, administrator doesn't have this problem. I think is something with permissions and new posts in the moderators forum.

Any clue in how to solve this issue?

Thanx a lot in advance.

Lynne 11-27-2009 03:31 AM

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

PHP Code:

define('DISABLE_HOOKS'true); 


jmiguez 11-27-2009 08:10 PM

Thanks for the quick response, Lynne.

I tried your suggestion, but it didn't work either. I'm going crazy with this issue.

Lynne 11-27-2009 08:19 PM

Do you have any sort of seo installed? If so, remove the lines from the htaccess file and see if that fixes it.

Also, look at your page source - what is the exact url showing up in there for the New Posts?

jmiguez 11-27-2009 08:32 PM

I have vbseo, but nothing about it in .htaccess

The URL is /search.php?do=getnew

I just figured out that I get an empty result when searching *anything* also as a regular user. With an admin user I don't have any of these problems.

Lynne 11-27-2009 08:57 PM

Disable vbseo (I am pretty sure there are htaccess edits that go with it) and see if you still have the problem.

Also, you can try this - Create a new style with no parent:
  • Styles & Templates > Style Manager > Add New Style
  • Parent Style: No Parent Style
  • Title: Default vBulletin
  • Allow User Selection: Yes
  • Save
Then browse the site using that totally default vbulletin style - do you still have the same problem?

jmiguez 11-27-2009 09:09 PM

The template thing didn't worked.
Also I disabled *all* the plugins (including vbseo)... didn't worked.


This is my .htaccess:

Code:

Options All -Indexes
ErrorDocument 404 /404.html

RewriteEngine On
RewriteRule ^category/([0-9]+).html/?$ index.php?category=$1 [L]
RewriteRule ^news/([0-9]+).html/?$ index.php?news=$1 [L]
RewriteRule ^all/?(.*)$ index.php?view_all&$1 [L]
RewriteRule ^print/([0-9]+).html/?$ index.php?news=$1&mode=print [L]
RewriteRule ^comments/([0-9]+).html/?$ index.php?comments=$1 [L]
RewriteRule ^author/([^<]+).html/?$ index.php?author=$1 [L]
RewriteRule ^sitemap.xml$ plugins/sitemap/index.php [L]
RewriteRule ^files/(.*)$ files.php?file=$1 [L]
RewriteRule ^feed/?$ index.php?feed=$1 [L]
RewriteRule ^sitemap/?$ index.php?site_map [L]
RewriteRule ^sitemap/pagina/(.*)$ index.php?site_map&p=$1 [L]

RewriteRule ^futbol/sudamericana/ficha(.*).html$ df/sudamericana/fichas/ficha$1.html [L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^.]+)/?$ index.php?category_name=$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^<]+)/(?:[0-9]+-)?([^<]+).html/?$ index.php?news=$2 [L]


Lynne 11-27-2009 11:32 PM

Have you tried temporarily removing the .htaccess file to see if that makes the problem go away?

jmiguez 11-30-2009 11:15 AM

Yes I did.

Lynne 11-30-2009 01:34 PM

If you are using a default style with all your plugins off and your htaccess disabled and you still have the problem, then you should put in a support ticket.


All times are GMT. The time now is 07:23 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.01021 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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