cz modules blocks debug error

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   cz modules blocks debug error
HasBahCa
CZ Newbie
HasBahCa has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jan 15, 2004
0.00 posts per day
Posts: 4
Points: 1,069
   
Hello, I thank first for those modules addon and block I work with phpnuke 7,0 and get debug error me IE if I modules block activate


Hallo,
Ich danke zuerst für die modules addon und block

Ich arbeite mit phpnuke 7.0 und bekomme debug fehler mir IE wenn ich modules block aktiviere
[ Register or login to view links on this board. ]



Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Do you mean the IE error in the browser?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#3   
HasBahCa
CZ Newbie
HasBahCa has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jan 15, 2004
0.00 posts per day
Posts: 4
Points: 1,069
   
Yes



Back to top Reply with quote
#4   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Can you deactivate the CZM please.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#5   
HasBahCa
CZ Newbie
HasBahCa has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jan 15, 2004
0.00 posts per day
Posts: 4
Points: 1,069
   
is deactive



Back to top Reply with quote
#6   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 45
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Ok pack up the block , the bookmark.js and the swap.js attach here so i can look through it.




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
#7   
HasBahCa
CZ Newbie
HasBahCa has been a member for over 20 year's 20 Year Member
Gender: Male
Website:
Status: Offline
Joined: Jan 15, 2004
0.00 posts per day
Posts: 4
Points: 1,069
   
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="http://turk.ch/";
var title="DATA-TÜRK HasBahCa";
document.write('<A HREF="javascript:window.ext');
document.write('ernal.AddFavorite(url,title);" ');
document.write('onMouseOver=" window.status=');
document.write("' zu Favoriten  '; return true ");
document.write('"onMouseOut=" window.status=');
document.write("' '; return true ");
document.write('">zu Favoriten</a>');
}
else {
var msg = "zu Hinzufügen!";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}

swap.js

var Open = ""
var Closed = ""
Open.src = "images/CZModules/open.gif"
Closed.src = "images/CZModules/closed.gif"

function preload(){
if(document.images){
   Open = new Image(16,13)   
   Closed = new Image(16,13)
//   Open.src = "images/CZModules/open.gif"
//   Closed.src = "images/CZModules/closed.gif"
}}


function showhide(what,what2){
if (what.style.display=='none'){
what.style.display='';
what2.src="images/CZModules/open.gif"
}
else{
what.style.display='none'
what2.src="images/CZModules/closed.gif"
}
}



Back to top Reply with quote
#8   
Roger_L
CZ Newbie
Roger_L has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.00 posts per day
Posts: 1
Points: 56
   
Hi, I think I may be having the same error he is getting.

I installed CZmodules 7.0 on nuke 7.5, and it appears to work fine with the exception of an IE debug error on load. I removed everything (including SQL entry) and installed 7.1 and get the same error. here's what I get:



Line:304 (varies depending on module the block is on)
Char: 19 (constant with all modules)
Error: Expected ';'
Code: 0



I have looked through all the associated files and can't find a line 304 (pr other) that looks like it needs a ";" at character 19.

Any and all help would be appreciated.

Thanks in advance!!



Back to top Reply with quote
#9   
Tommyguns
CZ Newbie
Tommyguns has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.00 posts per day
Posts: 6
Points: 1,228
   


Originally posted by Roger_L @ Tue Oct 12, 2004 1:13 pm:

Hi, I think I may be having the same error he is getting.

I installed CZmodules 7.0 on nuke 7.5, and it appears to work fine with the exception of an IE debug error on load. I removed everything (including SQL entry) and installed 7.1 and get the same error. here's what I get:



Line:304 (varies depending on module the block is on)
Char: 19 (constant with all modules)
Error: Expected ';'
Code: 0



I have looked through all the associated files and can't find a line 304 (pr other) that looks like it needs a ";" at character 19.

Any and all help would be appreciated.

Thanks in advance!!


I am having the exact same problem -- any one know what the answer is?



Back to top Reply with quote
#10   re: cz modules blocks debug error
Tommyguns
CZ Newbie
Tommyguns has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 11, 2004
0.00 posts per day
Posts: 6
Points: 1,228
   
Here is a SS of it..




Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum