ID: 22963
User updated by: luke at cywh dot com
Reported By: luke at cywh dot com
Status: Open
Bug Type: Apache2 related
Operating System: Windows XP
PHP Version: 4CVS-2003-03-30 (stable)
New Comment:
ok now this is very weird....
i had something like this...
<?php
if($_GET['action']=="wh")
{
?>
a bunch of tables and stuff go here with font tags and what not.
<?php
}
?>
now the one above, i looked at the source (view/source), and i saw some
weird characters for the size in one of my font tags. its because i saw
one of my fields was larger than the rest. it just doesnt come up like
its saved. also the same problem as before.
when i do this....
<?php
if($_GET['action']=="wh")
{
ehcho "a bunch of tables and stuff go here with font tags and what
not.";
}
?>
it displays correctly (the font), accept i have the same problem. when
i save the html code to an html file, then do an include instead,
everything works fine. it must be some kinda of scripting problem
now im not sure whats wrong with the...
http://cytech.cywh.com/?id=order
but it solves the first one. first one must be a scripting problem
and i have a question. by any chance would php have a line limit for
php files? or is it unlimited? cause if it doesnt have a line limit
thats proboly has nothing to do with it. if it does have a line limit,
my files are about 1000 lines long because i create whole websites in
one file. (1 file per site). i doubt something as complicated as php
would have a line limit, but its a possibity worth exploring a guess.
Previous Comments:
------------------------------------------------------------------------
[2003-03-30 13:04:38] luke at cywh dot com
try clicking this link 10-20 times. notice that it works sometimes, but
sometimes it comes up as page cannot be displayed. it didnt do this
before. im on my local network and its doing it to me, so connection
isnt an issue. and i have confirmed it with numerous machines and
connections. it seems to happen in IE. dont know if it happens in other
browsers, but it definatly does it in IE.
links:
http://www.cywh.com/?action=wh
http://cytech.cywh.com/index.php?id=order
ftp with scripts at ftp://[EMAIL PROTECTED]
files location on http is at http://cywh.com/ftpshare/
------------------------------------------------------------------------
[2003-03-30 11:23:26] luke at cywh dot com
ok here ya go magnus....
i wanna keep everything exact so ill give you some ftp access....
ftp://[EMAIL PROTECTED]
there is cytech.php and cyweb.php
cyweb.php ->> http://www.cywh.com/ftpshare/cyweb.php?action=wh (doesnt
work at all, but it did work)
cytech.php ->> http://cywh.com/ftpshare/cytech.php?id=order
(works half the time, but it did work all the time)
i got the necessary files in there to make it work.
------------------------------------------------------------------------
[2003-03-30 10:49:26] [EMAIL PROTECTED]
Please provide a *short* script to reproduce the problem.
If it is more then 20 lines, provide an URL.
Also, it shows up at the first load for me. Probably IE related in some
way. I was using Phoenix.
------------------------------------------------------------------------
[2003-03-30 10:00:58] luke at cywh dot com
and the link..... it uses include() to include the order form into the
page. include() might have the problem, although when my file manager
views a directory with a bunch of files in it, it comes up with page
cannot be displayed, and it was working before.
------------------------------------------------------------------------
[2003-03-30 09:55:33] luke at cywh dot com
now i had this problem before, but its happening again. im upgraded to
the latest snap shot.
look here...
http://cytech.cywh.com/index.php?id=order
it comes up blank. i have to refresh it a couple dozen times just to
get it to come up. on my server machine, it loads the first time. on
others it dont work.
also when i upload a file the tmp file doesnt delete itself when the
script is done executing. ive tried using unlink to delete them myself,
but they are set to "read-only". i do have the upload directory set to
a specific location.
and now i have a question. for the uploading thing is there a way to
set the http upload so when someone is uploading it doesnt drasticaly
slow down my apache?
thanks
Luke Scott
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=22963&edit=1