vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - Featured Threads (https://vborg.vbsupport.ru/showthread.php?t=320387)

MarkFL 01-06-2016 07:18 PM

I would have to come to your site to see why the shoutbox is above it. At present there's not a way to have multiple lists. :)

vze2yqtm 01-09-2016 08:39 AM

Quote:

Originally Posted by MarkFL (Post 2562149)
I would have to come to your site to see why the shoutbox is above it. At present there's not a way to have multiple lists. :)


Messaged, thanks so much :)

jagtpf 01-10-2016 11:43 AM

Only installed on test PC site.

On any Location setting, bar default, I get error :

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\poets\includes\class_core.php on line 1394

Geoff

MarkFL 01-12-2016 02:54 AM

Quote:

Originally Posted by vze2yqtm (Post 2562333)
Messaged, thanks so much :)

I found the issue...another product is replacing your "navbar" template with a custom version, which makes my product the ineffectual. I hacked my plugin to use the name of the custom template instead, and rearranged where my custom hook is added so that now the "Featured Threads" list appears above the shoutbox, on the index page. :)

vze2yqtm 01-12-2016 10:22 AM

Quote:

Originally Posted by MarkFL (Post 2562520)
I found the issue...another product is replacing your "navbar" template with a custom version, which makes my product the ineffectual. I hacked my plugin to use the name of the custom template instead, and rearranged where my custom hook is added so that now the "Featured Threads" list appears above the shoutbox, on the index page. :)

Thanks so much :)

MarkFL 01-14-2016 06:35 AM

1 Attachment(s)
Quote:

Originally Posted by vze2yqtm (Post 2562530)
Thanks so much :)

I have traced the issue to you allowing HTML in posts, and so I am attaching a replacement for "markfl_featuredthreads/featurebuild.php" that will account for that. :)

Download this file, and then upload it to the "markfl_featuredthreads" folder, overwriting the file already there. This change will automatically be incorporated into future updates of this product, as will a workaround for those using the same product you are using that replaces the "navbar" template with a custom version.

This attached file is just a bandaid for you until then. ;)

vze2yqtm 01-14-2016 06:24 PM

Thanks so much Mark :)

jagtpf 01-18-2016 03:27 PM

Sorry Mark - I've loaded this onto a fresh test version of Forum (under xampp) and I'm still getting ....

Quote:

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\poetsl\includes\class_core.php on line 1394

Geoff

MarkFL 01-18-2016 04:49 PM

Quote:

Originally Posted by jagtpf (Post 2562890)
Sorry Mark - I've loaded this onto a fresh test version of Forum (under xampp) and I'm still getting ....




Geoff

Hello Geoff,

I apologize for not responding to your earlier post...I have no idea what could be causing this error. Can you post the line of code at which the error is pointing?

jagtpf 01-19-2016 08:59 AM

Quote:

Originally Posted by MarkFL (Post 2562900)
Hello Geoff,

I apologize for not responding to your earlier post...I have no idea what could be causing this error. Can you post the line of code at which the error is pointing?

Quote:

{
$this->connection_recent =& $link;
$this->querycount++;

if ($queryresult = mysqli_query($link, $this->sql, ($buffered ? MYSQLI_STORE_RESULT : MYSQLI_USE_RESULT)))
{
// unset $sql to lower memory .. this isn't an error, so it's not needed
$this->sql = '';

return $queryresult;
}
Line 1394 seems to be pointing at the 'if statement'.

The database in config.php is set to mysql - and everything else, Live and Test are running OK with this setting.


All times are GMT. The time now is 11:56 AM.

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.01158 seconds
  • Memory Usage 1,740KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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