1
ShortZ
SERIOUS PROBLEM !
  • 2004/11/16 5:11

  • ShortZ

  • Just popping in

  • Posts: 21

  • Since: 2004/11/14


I don't know why, lots of my modules are all messed up !

the page is all white with some module anywhere in the screen.

I tried to re-upload the modules but without success.

Please help !!!!

On my home page I can see the search box, if I click on it everythig come back to normal with the search page. I click on another link and it screw up again.... !!!

here's the link

http://shortcutz.hollosite.com/modules/news/

2
ShortZ
Re: SERIOUS PROBLEM !
  • 2004/11/16 13:19

  • ShortZ

  • Just popping in

  • Posts: 21

  • Since: 2004/11/14


OK ... That looks like a very serious problem. If nobody knows what to do to fix it, maybe I should restart the whole site ?

Is there a way that I re-upload everyfiles whitout losing my database ? All the work I did since last week ?

3
tjnemez
Re: SERIOUS PROBLEM !
  • 2004/11/16 14:27

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


when you do a view source this is the first bit of code that loads:

<script type="text/javascript" language="javascript" src="http://counter.fateback.com/java.php?user=10003"></script><noscript><a href="http://counter.fateback.com" target="_blank"><img src="http://counter.fateback.com/webstat.php?user=10003" alt="counter" border="0"/></a></noscript>

and then your right column and blocks are displayed, check your code in your theme.html

4
Anonymous
Re: SERIOUS PROBLEM !
  • 2004/11/16 14:28

  • Anonymous

  • Posts: 0

  • Since:


Try to change a theme. Maybe just a theme is messed up...

5
ShortZ
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:13

  • ShortZ

  • Just popping in

  • Posts: 21

  • Since: 2004/11/14


Yeah I see the soucre code but ... I don't understand a whole thing in it ....

here is my theme.html file

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="kesigomu - http://www.iaols.com" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<script type="text/javascript">
<!--
<{$xoops_js}>
//-->
</script>
<! -----------------Original TechoBlue Theme By kesigomu --- Converted to Xoops2RC3 by HughG @ http://www.iaols.com ---->
</head>
<body>
<! -------------------------Start of Header ------------------------->
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="11" height="150"><img src="<{$xoops_imageurl}>leftheader.jpg" width="11" height="150"></td>
<td width="100%" background="<{$xoops_imageurl}>mainheadercell.jpg" height="150"><table border="0" width="100%" height="150" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"><img src="<{$xoops_imageurl}>logo.jpg" width="236" height="150"></td>
<td width="50%"></td>
</tr>
</table>
</td>
<td width="11" background="<{$xoops_imageurl}>mainheadercell.jpg" height="150"><img src="<{$xoops_imageurl}>rightheader.jpg" width="11" height="150"></td>
</tr>
</table>
<br>
<! -----------------------------Left Column--------------------------->
<table cellspacing="0">
<tr>
<td id="leftcolumn" valign="top">
<! -- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<{include file="fcTechnoBlue/theme_blockleft.html"}>
<{/foreach}>
<! -- End left blocks loop -->

</td>
<! -----------------------------Start Center Column -------------------->
<td id="centercolumn" valign="top" width="100%">

<! -- Display center blocks if any -->
<{if $xoops_showcblock == 1}>

<table cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">

<! -- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<{include file="fcTechnoBlue/theme_blockcenter_c.html"}>
<{/foreach}>
<! -- End center-center blocks loop -->

</td>
</tr>
<! -------------Start CenterL----------------->
<tr>
<td id="centerLcolumn">

<! -- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}>
<{include file="fcTechnoBlue/theme_blockcenter_l.html"}>
<{/foreach}>
<! -- End center-left blocks loop -->

</td><td id="centerRcolumn">

<! -- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}>
<{include file="fcTechnoBlue/theme_blockcenter_r.html"}>
<{/foreach}>
<! -- End center-right blocks loop -->

</td>
</tr>
</table>

<{/if}>
<! -- End display center blocks -->

<div id="content">
<{$xoops_contents}>
</div>
</td>

<{if $xoops_showrblock == 1}>

<td id="rightcolumn">
<! -- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}>
<{include file="fcTechnoBlue/theme_blockright.html"}>
<{/foreach}>
<! -- End right blocks loop -->
</td>

<{/if}>

</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td bgcolor="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" width="1" bgcolor="#6789a4"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="4" border="0"></td>
<td colspan="5" width="100%" height="1" bgcolor="#6789a4"><img src="<{$xoops_imageurl}>spacer.gif" width="2"
height="1" border="0"></td>
<td rowspan="3" width="1" bgcolor="#436aa1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="4" border="0"></td>
</tr>
<tr>
<td colspan="5" height="2" bgcolor="#3d6183" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="2" border="0"></td>
</tr>
<tr>
<td colspan="5" height="1" bgcolor="#436aa1" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
</tr>
<tr>
<td colspan="7" height="1" bgcolor="#000000" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
</tr>
<tr>
<td rowspan="3" width="1" bgcolor="#e1eaf3"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="8" border="0"></td>
<td colspan="5" width="100%" height="1" bgcolor="#e1eaf3"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
<td rowspan="3" width="1" bgcolor="#7f8ea5"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="8" border="0"></td>
</tr>
<tr>
<td colspan="5" height="6" bgcolor="#ababab" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="2" border="0"></td>
</tr>
<tr>
<td height="1" bgcolor="#ababab" width="6"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td height="1" bgcolor="#606c78" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="6"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="1" bgcolor="#e1eaf3"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td width="6" height="1" bgcolor="#ababab"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
<td width="1" bgcolor="#606c78"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td align="center" width="100%" height="1" bgcolor="#4882d4"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="5" border="0"><br>
<{$xoops_banner}>
<img src="<{$xoops_imageurl}>spacer.gif" width="1" height="5" border="0"></td>
<td width="1" bgcolor="#e1eaf3"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td width="6" height="1" bgcolor="#ababab"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
<td width="1" bgcolor="#7f8ea5"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#000000"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td rowspan="3" width="1" bgcolor="#e1eaf3"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="8" border="0"></td>
<td height="1" bgcolor="#ababab" width="6"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td height="1" bgcolor="#e1eaf3" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="1" border="0"></td>
<td height="1" bgcolor="#ababab" width="6"><img src="<{$xoops_imageurl}>spacer.gif" width="6" height="1" border="0"></td>
<td rowspan="3" width="1" bgcolor="#7f8ea5"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="8" border="0"></td>
</tr>
<tr>
<td colspan="5" height="6" bgcolor="#ababab" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="2" border="0"></td>
</tr>
<tr>
<td colspan="5" height="1" bgcolor="#606c78" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
</tr>
<tr>
<td colspan="5" height="1" bgcolor="#000000" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
</tr>
<tr>
<td rowspan="3" width="1" bgcolor="#6789a4"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="4" border="0"></td>
<td colspan="5" width="100%" height="1" bgcolor="#6789a4"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
<td rowspan="3" width="1" bgcolor="#436aa1"><img src="<{$xoops_imageurl}>spacer.gif" width="1" height="4" border="0"></td>
</tr>
<tr>
<td colspan="5" height="2" bgcolor="#3d6183" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="2" border="0"></td>
</tr>
<tr>
<td colspan="5" height="1" bgcolor="#436aa1" width="100%"><img src="<{$xoops_imageurl}>spacer.gif" width="2" height="1" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>

<table cellspacing="0">
<tr id="footerbar">
<td><b>Original TechoBlue Theme By Kesigomu. Converted and changes by <a href="http://fortchaos.iaols.com/">Fort Chaos</a></td>
</tr>
</table>
<! -----------------Original TechoBlue Theme By kesigomu --- Converted to Xoops2RC3 by HughG @ http://www.iaols.com ---->

</body>
</html>

6
tjnemez
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:17

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


does not appear to be any erros in code.

when did you add the counter?

7
ShortZ
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:26

  • ShortZ

  • Just popping in

  • Posts: 21

  • Since: 2004/11/14


I didn't ... ???

8
tjnemez
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:26

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><script type="text/javascript" language="javascript" src="http://counter.fateback.com/java.php?user=10003"></script><noscript><a href="http://counter.fateback.com" target="_blank"><img src="http://counter.fateback.com/webstat.php?user=10003" alt="counter" border="0"/></a></noscript>
<head>

java script should be within head tag

9
ShortZ
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:38

  • ShortZ

  • Just popping in

  • Posts: 21

  • Since: 2004/11/14


I don't understand anything in this ... Looks like chinese to me ...

A sure thing, I didn't play with any code... Everything was workin yesterday ... weird...

10
tjnemez
Re: SERIOUS PROBLEM !
  • 2004/11/16 16:47

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


so you did not add some form of web stat tracking?:

<script type="text/javascript" language="javascript" src="http://counter.fateback.com/java.php?user=10003"></script><noscript><a href="http://counter.fateback.com" target="_blank"><img src="http://counter.fateback.com/webstat.php?user=10003" alt="counter" border="0"/></a></noscript>

Login

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits