php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22963 few problems
Submitted: 2003-03-30 09:55 UTC Modified: 2003-03-30 20:47 UTC
From: luke at cywh dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4CVS-2003-03-30 (stable) OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: luke at cywh dot com
New email:
PHP Version: OS:

 

 [2003-03-30 09:55 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-30 10:00 UTC] 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 10:49 UTC] magnus@php.net
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 11:23 UTC] luke at cywh dot com
ok here ya go magnus....

i wanna keep everything exact so ill give you some ftp access....

ftp://ftpshare@cywh.com

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 13:04 UTC] 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://ftpshare@cywh.com
files location on http is at http://cywh.com/ftpshare/
 [2003-03-30 14:44 UTC] luke at cywh dot com
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.
 [2003-03-30 14:45 UTC] luke at cywh dot com
*ehcho=echo
 [2003-03-30 15:07 UTC] luke at cywh dot com
ok....

i fixed the http://cytech.cywh.com/?id=order

the problem was i had more than one <html> tag. as far as the scripging error i encoutered (above post), it still happens. 

and i still have the question does php have a line limit for files.
 [2003-03-30 20:47 UTC] rioter@php.net
as these does not seem to be a bug in php but within his code i am marking it as bogus 
as for your scripting problem please refer to 
http://www.php.net/support.php


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 21:01:33 2024 UTC