vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   "Null or not a object" error (https://vborg.vbsupport.ru/showthread.php?t=226817)

danyz81 10-26-2009 03:20 PM

"Null or not a object" error
 
Hello!

I'm using a script code for show the last threads on an external html page.
Work well, the problem is that the IE Console show me a error messages with:
line: 3360 'threads[...].threadid' is null or not a object


This is a part of the code script on the footer of my style:

Code:

<div class="lthds"><!-- BEGIN LATEST THREAD CODE -->

<script type="text/javascript" src="external.php?forumids=2,286,13,14,302,282,284,17,16,280,281,277,278,283,270,299,271,274,275,276&type=js"></script>


<script language="" type="text/javascript">
<!--
for (x = 0; x < 10; x++)
{
document.writeln("<p><a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a>  (by: "+threads[x].poster+")</p>");
}
//-->
</script>
<br />
<!-- END LATEST THREAD CODE --></div>

Any help?

Thanks in advance,
Daniele.

danyz81 10-28-2009 05:24 AM

bump ..

Lynne 10-28-2009 03:26 PM

Is it actually grabbing a full 10 threads? I don't have IE, so I can't really help with troubleshooting the issue.

danyz81 10-28-2009 05:06 PM

Quote:

Originally Posted by Lynne (Post 1907430)
Is it actually grabbing a full 10 threads? I don't have IE, so I can't really help with troubleshooting the issue.

Hi Lynne,

Sorry, was a stupid issue.. yes it doesnt show me all the 10 threads... so the issue was a different value about the threads shown and what was written on the script.

This error doesnt show up anymore, thanks for the idea! :)


All times are GMT. The time now is 05:40 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.01035 seconds
  • Memory Usage 1,714KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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