Navigator
Online Users

In total there are 23 users online :: 7 registered, 0 hidden and 16 guests

Most users ever online was 81 on Wed Jun 09, 2010 10:40 am

Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Google 2.1 [Bot], hardpeter , MSN [Bot], Yahoo [Bot] based on users active over the past 240 minutes

Last Online
In order to view the online list you have to be registered and logged in.



We are a free and open
community, all are welcome.

Click here to Register

Bot Tracker

Google 2.1 [Bot]
Fri. Sep. 10 2010, 02:58
MSN [Bot]
Fri. Sep. 10 2010, 02:58
Exabot [Bot]
Fri. Sep. 10 2010, 02:55
Yahoo [Bot]
Fri. Sep. 10 2010, 02:54
Ask Jeeves [Bot]
Fri. Sep. 10 2010, 02:34
Baidu [Spider]
Thu. Sep. 09 2010, 23:54
Google [Bot]
Thu. Sep. 09 2010, 18:14
Google Desktop
Thu. Sep. 09 2010, 14:28
MSNbot Media
Thu. Sep. 09 2010, 07:23
Alexa [Bot]
Thu. Sep. 09 2010, 06:04

Search

Categories
Not processed for this page
In development
Demo Block
Progress: [||||||||||]
Last updated:
Mon 25 Aug 2008
Version: 0.0.0
Designed by: Michaelo
Not downloaded yet
Team Speak
Progress: [||||||||||]
Last updated:
Mon 20 Apr 2009
Version: 1.0.0
Designed by: HelterSkelter
Ported by: Mike
Not downloaded yet
Cloud9 Links

; ; ; ; ; ; ; ; ; ;

Error on this site

If you notice any strange effect relating to the recent site update please post here...

Error on this site

Postby Mitch » Sun Mar 07, 2010 3:09 pm

Hi Mike getting this error on search, new messages , active messages ect.
also got a report from someone that they can't register due to an error.
I would have sent you a pm but that's effected also

Code: Select all
Fatal error: Call to undefined function display_forums() in /home/stargate/public_html/forum/blocks/block_forum_categories.php on line 41
Mitch
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 914
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: Error on this site

Postby WiZaRd » Sun Mar 07, 2010 5:08 pm

Same here... also, the header's sometimes corrupted... try to load the portal page several times and you might end up with the same thing.

sgp.jpg
sgp.jpg (8.82 KiB) Viewed 214 times
Michael
Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]

WiZaRd
 
Posts: 97
Joined: Sat Feb 20, 2010 9:13 am
  Flag

Re: Error on this site

Postby HelterSkelter » Sun Mar 07, 2010 5:28 pm

the block causing the trouble has been disabled. Mike is updating the core of the portal so some problems are bound to show up. Thanks for the notice.

WiZaRd, your header issue looks like a browser plugin issue. I dont think it is related to this site unless it is trying to report a few css errors. Try deleting your browser cache and if it continues try disabling any debug browser plugins
Image
User avatar
HelterSkelter
 
Posts: 148
Joined: Mon Jun 04, 2007 3:43 am
Location: Seattle Wa Flag

Re: Error on this site

Postby Mitch » Sun Mar 07, 2010 5:39 pm

Thanks Helter I figured that's what it was but had to make sure.
Mitch
http://www.stargatestyles.com/ Stargate Portal Ported Styles
http://www.phpbbmodinstalls.com/ Mods, phpBB3, Stargate Portal Install service.
Image

10% off full year enter promotion code stargate
http://bloginsphere.com/ Free Wordpress blogs
User avatar
Mitch
 
Posts: 914
Joined: Wed Dec 12, 2007 11:19 am
Location: Mill Basin, Brooklyn, New York Flag

Re: Error on this site

Postby WiZaRd » Sun Mar 07, 2010 5:45 pm

It's reproduceable for me... just reloading the portal page randomly yields this error.
I saved the sourcecode of the "clean" page and the "erroneous" and compared them... in the erroneous one, this codepart is missing:
Spoiler:
<div id="L_10">
<div class="block_body">
<div class="inner">
<span class="corners-top"><span></span></span>
<div class="block_header">
<div style="text-align:left;">Categories</div>
<span class="showhide" id="_L_10">
<img src="./images/block_images/small/categories.png" alt="" />
</span>

</div>
<div class="box" id="BLOCK_L_10">
<div class="iefix" style="clear:both; width:100%;">

<script type="text/javascript">
function expMenu(id)
{
var element = null;
if (document.getElementById)
{
element = document.getElementById(id);
}
else if (document.all)
{
element = document.all[id];
}
else if (document.layers)
{
element = document.layers[id];
}

if (!element)
{
// do nothing
}
else if (element.style)
{
if (element.style.display == "none")
{
element.style.display = "";
return 1;
}
else
{
element.style.display = "none";
return 2;
}
}
else
{
element.visibility = "show";
return 1;
}
}
</script>


<!-- IDTAG starts block_forum_categories.html starts -->
<div class="block_data">

<span class="showhide2">
<a href="javascript:ShowHide('B_0');"><img src="./images/forum_icons/news.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=1" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >News &amp; Announcements</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_0">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">A forum to hold News and Announcements...</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_2');"><img src="./images/forum_icons/examine.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=10" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >Stargate Support</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_2">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">All support for Stargate Portal to go in here.<br />Please check the sections for correct version.</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_9');"><img src="./images/forum_icons/block_dev.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=28" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >Stargate Blocks</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_9">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">Anything related to Stargate Portal blocks can be found in this section.</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_13');"><img src="./images/forum_icons/mod.gif" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=32" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >Stargate and other Mods &amp; Blocks</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_13">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">This is a area for mods developed or altered to work with SGP.<br />Also include new blocks (you ca request block too)...</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_21');"><img src="./images/forum_icons/theme_port.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=45" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >Stargate Themes</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_21">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">All discussion related to styles, ports, bug, suggestions and more...</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_29');"><img src="./images/forum_icons/tech2.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=46" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >Web Development</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_29">
<div class="centre" style="text-align:center; padding-top: 6px; padding-bottom: 3px; ">Web development, discuss everything...</div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<span class="showhide2">
<a href="javascript:ShowHide('B_35');"><img src="./images/forum_icons/users.png" title="Click to expand..." class="smallimage" alt="" /></a>
<br />
</span>
<div style="text-align:center; margin-top: -8px; margin-bottom:16px; margin-right: 12px; ">
<strong><a href="./viewforum.php?f=51" title="0 Forums &bull; 0 Topics &bull; 0 Posts" >General Forum</a></strong>
</div>
<div class="smallimage_hide" style="display:none;" id="B_35">
<div class="centre" style="text-align:center; padding-top: 1px; padding-bottom: 1px;"></div>
<div style="text-align:center; padding-top:3px;"><span class="gensmall">Topics: <strong>0</strong> - Posts: <strong>0</strong></span></div>
<div style="text-align:center;"><span class="gensmall">Number of Forums: <strong>0</strong></span></div>
</div>

<div class="category2">
<div class="smallimage"><img src="./images/forum_icons/style_dev.png" class="smallimage" alt="" /></div>
<div style="text-align:center; padding-top: 8px; padding-bottom:8px;"><strong><a href="./viewforum.php?f=44">Stargate Styles</a></strong></div>
<div style="text-align:center;"><span class="gensmall">Please visit Stargate Styles for any of your theme issues or requests.</span></div>
</div>

<div class="category2" style="text-align:center;"><span class="gensmall">Total redirects:&nbsp;<strong>1641</strong></span></div>


</div>
<div style="text-align:center; padding-top:3px;">Q = 0, C = 0, RT = 0</div><!-- IDTAG ends block_forum_categories.html ends -->

</div>
</div>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<script type="text/javascript">
<!--
if(GetCookie('BLOCK_L_10') == '2')
{
ShowHide('L_10','_L_10','BLOCK_L_10');
}
//-->
</script>
</div>

I don't doubt that it *could* be a browser issue (Opera 10.5 user) but I wanted to report it anyways.
Michael
Proud Stargate Portal User on phpBB 3.0.7-PL1 [SGP v2.0.0RC2 (build 307-200)]

WiZaRd
 
Posts: 97
Joined: Sat Feb 20, 2010 9:13 am
  Flag

Re: Error on this site

Postby HelterSkelter » Sun Mar 07, 2010 6:13 pm

I cannot comment on opera atm because I only have FF, Safari and IE8 on my current comp.
Image
User avatar
HelterSkelter
 
Posts: 148
Joined: Mon Jun 04, 2007 3:43 am
Location: Seattle Wa Flag

Re: Error on this site

Postby Mike » Sun Mar 07, 2010 8:36 pm

My fault... am re-writing the block as we speak.... will put back old code and move testing home or another site... :uns:

Will update phpbbireland to 307P1 and latest build so I can test without screwing ppl around... :iamb:
Mike
Stargate Portal . [phpBB 3.0.6 + 1.0.4 (build 307-203)] . Dev Status: (Cashel) 99%.
Dev site: Main site:
User avatar
Mike
 
Posts: 2275
Joined: Wed Mar 11, 2009 1:57 am
Location: Dublin, Ireland Flag


Return to Site related

Who is online

Registered users: Ask Jeeves [Bot], dravekx , Exabot [Bot], Google 2.1 [Bot], hardpeter , MSN [Bot], Yahoo [Bot]