Re: [PHP] Max script size

2003-08-14 Thread Jeff Held
URL's correct. If I cut the script in half it runs fine. FYI The scrpit in full of 4000 or so mysql SQL statements. Jeff "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] [snip] Sorry, in terms of PHP error no. I get a page cannot be displayed/DNS error. It happens in

RE: [PHP] Max script size

2003-08-14 Thread Jay Blanchard
[snip] Sorry, in terms of PHP error no. I get a page cannot be displayed/DNS error. It happens instantly...in fact, not 1 line of script exe. [/snip] So, is the URL path to the script correct? What is the server path to the file? Let's just double check. A DNS error has nothing to do with the scr

RE: [PHP] Max script size

2003-08-14 Thread Jay Blanchard
[snip] Let's be clear -- a DNS error has nothing to do with the script (whether it is there or not). In fact it has nothing to do with your webserver at all. [/snip] Well said Jason, I rushed in too quickly. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

RE: [PHP] Max script size

2003-08-14 Thread Jay Blanchard
[snip] The scrpit in full of 4000 or so mysql SQL statements. [/snip] I am sorry Jeff, we have begun to wonder very seriously what you would be doing with that many SQL statements in a single script. Sounds rather convoluted. Would you enlighten us? Thanks! -- PHP General Mailing List (http://www

Re: [PHP] Max script size

2003-08-14 Thread Jason Wong
On Monday 11 August 2003 19:59, Ivo Fokkema wrote: > > I must say I don't agree. Although it seems odd, I received a DNS error a > while ago while creating a script using the GD library. If the script > wasn't there, I would've got a 404. That particular script was generating > problems with Apache

Re: [PHP] Max script size

2003-08-14 Thread Ivo Fokkema
Hi, I must say I don't agree. Although it seems odd, I received a DNS error a while ago while creating a script using the GD library. If the script wasn't there, I would've got a 404. That particular script was generating problems with Apache somehow causing my browser to display a DNS error. Run

Re: [PHP] Max script size

2003-08-14 Thread Ivo Fokkema
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 11 August 2003 19:59, Ivo Fokkema wrote: > > > > I must say I don't agree. Although it seems odd, I received a DNS error a > > while ago while creating a script using the GD library. If the script > > wasn't there,

RE: [PHP] Max script size

2003-08-14 Thread Jay Blanchard
[snip] Yes. PHP versions differnt. Ini's Diffiernt, don't want to to match those. I assmue the reason is because of a differnt ini setting...I just can't find it. [/snip] And you say this file is 6MB? Have you set any error reporting on the file at all? -- PHP General Mailing List (http://www.ph

Re: [PHP] Max script size

2003-08-14 Thread Fokkema, I.F.A.C. (HKG)
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Monday 11 August 2003 19:59, Ivo Fokkema wrote: > > > > I must say I don't agree. Although it seems odd, I received a DNS error a > > while ago while creating a script using the GD library. If the script > > wasn't there,

RE: [PHP] Max script size

2003-08-14 Thread Jay Blanchard
[snip] Yes. PHP versions differnt. Ini's Diffiernt, don't want to to match those. I assmue the reason is because of a differnt ini setting...I just can't find it. [/snip] How identical are the servers themselves? We may need to see some code (PLEASE do not post the entire thing here, just the fir

RE: [PHP] Max script size

2003-08-10 Thread Jay Blanchard
[snip] URL's correct. If I cut the script in half it runs fine. FYI The scrpit in full of 4000 or so mysql SQL statements. [/snip] It is not a PHP issue then. It is probably an issue with Apache (look in httpd.conf or perhaps a local .htaccess). 4000 MySQL statements? WOW. Why? Is it necessary t

RE: [PHP] Max script size

2003-08-09 Thread Jay Blanchard
[snip] I have a 6MB PHP script that just won't exe on the live server. It works on the local one. Any ideas on a setting that may limit the script. It is not timing out, it only takes about 3 sec to exe. [/snip] I'll take a SWAG at itare the PHP versions the same? Do the ini files have the s

[PHP] Max script size

2003-08-09 Thread Jeff Held
I have a 6MB PHP script that just won't exe on the live server. It works on the local one. Any ideas on a setting that may limit the script. It is not timing out, it only takes about 3 sec to exe. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

Re: [PHP] Max script size

2003-08-09 Thread Jeff Held
Transfering data between mysql servers. I create a mysql insert file via file system, ftp the file to another server, then exe it...all on a schedule. I know there is a better way, but this way is very fast, well until the file got to big. My solution now is to break it over two files (easy). I

Re: [PHP] Max script size

2003-08-08 Thread Jeff Held
Thanks! Yes. PHP versions differnt. Ini's Diffiernt, don't want to to match those. I assmue the reason is because of a differnt ini setting...I just can't find it. I looked for a setting that may set a limit but didn't find any. Jeff "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[

Re: [PHP] Max script size

2003-08-08 Thread Jeff Held
Sorry, in terms of PHP error no. I get a page cannot be displayed/DNS error. It happens instantly...in fact, not 1 line of script exe. Jeff Held "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visi