Author |
Message |
sbec
New Member


Joined: Jul 16, 2003
Posts: 10
|
Posted:
Tue Aug 19, 2003 12:17 pm |
|
Hi, i have a wierd problem.
( PHPNuke 6.5 )
I've installed KISSQ 3.2 .. everithing run OK.
The Block looks OK
But when the module is called it look strange... something like this:
Quote: |
$history"; } elseif(isset($Symbol)&&strpos($Symbol,'^')===FALSE&&$showNews) { if (str_replace('.','',phpversion())<430) { $getNews = fopen("http://finance.yahoo.com/q?s=$Symbol&d=t", "rb"); $readNews = fread($getNews, 32767); fclose($getNews); } else { $readNews = file_get_contents("http://finance.yahoo.com/q?s=$Symbol&d=t"); } echo "
|
see it here:
[url]
http://www.itconcepts.biz/modules.php?p=modload&name=Stock_Quote
[/url]
does anyone know what im doing wrong ??
Have i done something wrong in the theme ?
Regards
Simon |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Tue Aug 19, 2003 12:33 pm |
|
I can't look at it because it for registered users only. |
|
|
|
 |
sbec

|
Posted:
Wed Aug 20, 2003 12:45 am |
|
Sorry
Changed it, so its callable for all Users
Regards
SImon |
|
|
|
 |
Raven

|
Posted:
Wed Aug 20, 2003 9:31 am |
|
I am unable to reproduce this. Did you modify the script at all to change a setting? If so, you may have a punctuation/syntax error. Try reloading the files. |
|
|
|
 |
sbec

|
Posted:
Thu Aug 21, 2003 12:43 am |
|
Hi,
No, i did not Change one bit in the FIle
I have this Probl. since the 1.st time i installed KISSQ
(1st one was 3.1)
what files would you need from me to investigate ?
Is it possible that we have a PHP parameter set wrong ?
Regards |
|
|
|
 |
Raven

|
Posted:
Thu Aug 21, 2003 4:43 am |
|
Well, you had to change modules/Stock_Quote/index.php to show isNuke=TRUE; Make sure that you have a semi colon at the end. Did you reupload the files? |
|
|
|
 |
sbec

|
Posted:
Thu Aug 21, 2003 11:08 pm |
|
Hi,
isNuke=TRUE;
is in the index.php defined when i download it from here.
So i did'nt Change a thing.
i tried to reuploadet the File several time with Verion 3.1 ..
alsways the same Error.
My Guess is, that i'm doing someting wrong in the Theme... but this is just a Guess.
Simon |
|
|
|
 |
Raven

|
Posted:
Fri Aug 22, 2003 5:22 am |
|
About the only thing I could suggest at this point is that you give me access to your site and to your ftp site. That way I can look for myself. |
|
|
|
 |
sbec

|
Posted:
Mon Aug 25, 2003 12:24 am |
|
HI Raven,
a friend of mine told me, that its possible, that we have Problems with the
"GLOBAL" Parameter in PHP ... i'll try with this....
send me a E-Mail to
simon.beck@itconcepts.ch
and i'll send you my PW.
Greetz |
|
|
|
 |
Raven

|
Posted:
Mon Aug 25, 2003 5:04 am |
|
Don't understand how global would enter into this. It's on hundreds of nuke sites w/o any problem and I don't use the GLOBALS array at all. in any event, just PM me your
site url/id/password
and
ftp url/id/password |
|
|
|
 |
sbec

|
Posted:
Wed Aug 27, 2003 2:53 am |
|
Hi,
if played around with php.ini .....
IT WORKS now
i set
magic_quotes-gpc = On ( before it was Off )
magic_quotes_runtime = Off ( before it was On )
short_open_tag = On ( before it was Off )
I guess it was the Short_open_tag ....
Thanx Anyway...
Regards |
|
|
|
 |
Raven

|
Posted:
Wed Aug 27, 2003 4:30 am |
|
Yes, that would have done it. Glad you got it working! |
|
|
|
 |
sbec

|
Posted:
Thu Aug 28, 2003 12:01 am |
|
But now i have the Problem that with IE
clicking WebMail the Browser tries to Download the Script instead of Executing it
Regards |
|
|
|
 |
|