11
WauloK
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 3:26

  • WauloK

  • Just popping in

  • Posts: 17

  • Since: 2003/10/22


I think the XOOPS site adds that when you turn on debugging.

<script type="text/javascript">

script>
head>


grep javascript *
theme.html:<script type="text/javascript">

12
tjnemez
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 3:29

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


okay that makes sense.

13
tjnemez
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 3:37

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


it appears that the issue is database related as the only info is the maunual info.

14
WauloK
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 4:02

  • WauloK

  • Just popping in

  • Posts: 17

  • Since: 2003/10/22


so updating the theme will wipe the database?

15
tjnemez
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 4:29

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


no, but this one has me confused. i am not sure whats up here.

16
WauloK
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 21:36

  • WauloK

  • Just popping in

  • Posts: 17

  • Since: 2003/10/22


Looks like I may have to reinstall Xoops.
If I upgrade to the latest version, it might fix it (one can always dream).
I will delete all XOOPS files and install the new one and hope.

17
tl
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 21:49

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Should
Quote:
be this?
Quote:

About Us

18
WauloK
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 23:44

  • WauloK

  • Just popping in

  • Posts: 17

  • Since: 2003/10/22


Yes, but that wouldn't cause nothing at all to show.

19
tjnemez
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/21 23:52

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


that java script i asked you about is a popup window blocker:

var blockedReferrer = 'blockedReferrer';
NS_ActualWrite=document.write;
// Popup Blocker -->
RanPostamble=0;
NS_ActualOpen=window.open;
function NS_NullWindow(){this.window;}
function nullDoc() {
this.open = NS_NullWindow;
this.write = NS_NullWindow;
this.close = NS_NullWindow;
}
function NS_NewOpen(url,nam,atr){
if((nam!='' && nam==window.name) || nam=='_top'){
return(NS_ActualOpen(url,nam,atr));}
obj=new NS_NullWindow();
obj.focus = NS_NullWindow;
obj.blur = NS_NullWindow;
obj.opener = this.window;
obj.document = new nullDoc();
return(obj);
}
function NS_NullWindow2(){this.window;}
function NS_NewOpen2(url,nam,atr){
if((nam!='' && nam==window.name) || nam=='_top'){
return(NS_ActualOpen(url,nam,atr));}
return(new NS_NullWindow2());
}
function op_stop() { NS_ActualOpen2=window.open; window.open=NS_NewOpen2; }
function op_start() { window.open=NS_ActualOpen2; }
function noopen_load() {
op_stop(); if(zl_orig_onload) zl_orig_onload(); op_start();
}
function noopen_unload() { op_stop(); if(zl_orig_onunload) zl_orig_onunload(); op_start(); }
function postamble() {

if(!RanPostamble) {
RanPostamble=1;
zl_orig_onload = window.onload;
zl_orig_onunload = window.onunload;
window.open=NS_ActualOpen;
}
}
window.open=NS_NewOpen;

why do you have this in your theme.html

20
WauloK
Re: Updated an .html file and now site is blank (no errors)
  • 2004/6/22 0:07

  • WauloK

  • Just popping in

  • Posts: 17

  • Since: 2003/10/22


I dont

grep RanPostamble *

grep blocked *

$

Login

Who's Online

465 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 465


more...

Donat-O-Meter

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

Latest GitHub Commits