vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   New Posts link throws an error (https://vborg.vbsupport.ru/showthread.php?t=308021)

setishock 02-07-2014 11:51 PM

4.1.2 PL 8 Yes remove link and disable function. The Neon Black theme has a button in the top row that links to the function also so need to disable the function.

ozzy47 02-07-2014 11:55 PM

I would assume the ones in the top are in the header, and the other one is in the navbar.

setishock 02-08-2014 12:49 AM

Alright then I'll scope it out after Smack Down. Thanks.

ozzy47 02-08-2014 12:50 AM

If not let me know, and we will see what can be done.

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

Ya know what, it is not only the New Posts search, it is all search links, go to http://www.computervitals.org/search.php and click on any of the links in the sub-navbar.

Also it happens while doing any search.

Try the following:

On a unmodified default style.
With all mods disabled.

setishock 02-09-2014 11:44 AM

Good morning Ozzy47.

I had the host disable mod_security and that didn't fix it. Created a virgin default theme and the problem was still there.

Upgraded to 4.2.2 and that fixed the search problem but brought on a couple more. One is the styles changer is blank. The other is the general tools in the ACP stops loading at clear and rebuild search index. This warning message appears right above the search tool:

Warning: Declaration of vBForum_Item_SocialGroupMessage::getLoadQuery() should be compatible with that of vB_Model::getLoadQuery() in ..../packages/vbforum/item/socialgroupmessage.php on line 261

Have no idea what that's about. With out the style selector I can't see how much damage was done to the other styles.

ozzy47 02-09-2014 11:55 AM

In class_core.php around lines 5683-5685

Find:
Code:

case E_NOTICE:   
        // Just ignore these completely //   
    break;

Replace with:
Code:

case E_NOTICE: 
      case E_STRICT;     
  case E_DEPRECATED;       
    // Just ignore these completely // 
      break;

And see if that solves the problems.

setishock 02-09-2014 12:21 PM

No joy

ozzy47 02-09-2014 12:23 PM

No joy what, the warning is still there?

setishock 02-09-2014 12:56 PM

Not only is it in the tools in the ACP now when I click on advanced under the search box it's there too.

ozzy47 02-09-2014 01:02 PM

OK let's try this then.

Add the following line to your config.php under the <?php line:
Code:

define('SKIP_ALL_ERRORS', true);


All times are GMT. The time now is 02:18 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.01141 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete