473,471 Members | 1,716 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

connection down xampp

AD
Hello!

I have a problem with XAMPP portable server run on Windows XP platform.

I was building an application on this server, but I`ve noticed strange
behaviour. I think that it is something like file or application size limit
or something like that, because when I add some variable which is not
connected with the previous and following code lines i.e.

....
$test="test";
....

it forces connection down on XAMPP server.
When I move the same files with $test="test"; code into the ftp php server
whole web page works properly with no errors.

Is it something like xampp file size limit or buffers application limit?
If so - how can I fix the problem with connection down?

Thank you in advance for help
M.
Jun 2 '08 #1
1 2490
AD

Użytkownik "AD" <an********@poczta.onet.plnapisał w wiadomo¶ci
news:g1**********@news.onet.pl...
Hello!

I have a problem with XAMPP portable server run on Windows XP platform.

I was building an application on this server, but I`ve noticed strange
behaviour. I think that it is something like file or application size limit
or something like that, because when I add some variable which is not
connected with the previous and following code lines i.e.

...
$test="test";
...

it forces connection down on XAMPP server.
When I move the same files with $test="test"; code into the ftp php server
whole web page works properly with no errors.

Is it something like xampp file size limit or buffers application limit?
If so - how can I fix the problem with connection down?

Thank you in advance for help
M.

I have found what couses the error and restarting xampp server

This is what I got from error logs

[Fri May 23 19:37:10 2008] [notice] Parent: child process exited with status
3221225477 -- Restarting.
[Fri May 23 19:37:11 2008] [notice] Apache/2.2.8 (Win32) DAV/2 mod_ssl/2.2.8
OpenSSL/0.9.8g mod_autoindex_color PHP/4.4.8 configured -- resuming normal
operations
[Fri May 23 19:37:11 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri May 23 19:37:11 2008] [notice] Parent: Created child process 5020
[Fri May 23 19:37:11 2008] [notice] Child 5020: Child process is running
[Fri May 23 19:37:11 2008] [notice] Child 5020: Acquired the start mutex.
[Fri May 23 19:37:11 2008] [notice] Child 5020: Starting 250 worker threads.
[Fri May 23 19:37:11 2008] [notice] Child 5020: Starting thread to listen on
port 80.
[Fri May 23 19:37:11 2008] [notice] Child 5020: Starting thread to listen on
port 443.

I tried to find the solution on net, but without result.
Some guy wrote a few years go when sb has got the same problem, that it should
be re return date("I"); code line added at the top of the below function

function inDaylightTime($date)
{
return date("I");
$env_tz = '';
if(isset($_ENV['TZ']) && getenv('TZ')) {
$env_tz = getenv('TZ');
}

putenv('TZ=' . $this->id);
$ltime = localtime($date->getTime(), true);
if ($env_tz != '') {
putenv('TZ=' . $env_tz);
}
return $ltime['tm_isdst'];
}

But it didn`t take any good and fine effect.

This funcation is located here I:\xampp\php\PEAR\Date\TimeZone.php and I change
this function there.

Is it possible for you to help me to solve this problem://///

Thank you in advance
M.

Jun 2 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: jayPLEASEtylerNOwilliamsSPAM | last post by:
Hi, I set up PHP 4.xx using Apache 1.3 on Windows XP to begin a project. The project now needs to be moved to a real test box. Admittedly, I am not quite sure how I was able to access Oracle on my...
0
by: John K | last post by:
I am still pretty new to this environment and don't know much about httpd.conf. I understand that it is the place to configure the server but don't know how to actually use it for what I'm trying...
18
by: Frances | last post by:
I want to learn PHP.. I know JSP, Servlets, have been using Tomcat for 2 years now, and even though I know there are ways you can use PHP in conjunction with Tomcat, I'd rather not tinker with...
5
by: Frances | last post by:
a few days ago I installed XAMPP in my Windows 2000 machine, it completely messed my existing MySQL installation.. I've had it installed for over a year now (4.1) have never had any problems with...
1
by: pjpinella | last post by:
Hik, I'm ready to buy a new desktop PC with Windows Vista, but need to be sure XAMPP will run on it OK. I'd much prefer to install using the XAMPP Windows install routine, rather than manually. ...
5
by: DavidNorep | last post by:
Hi, I installed basic xampp with the installer from http://www.apachefriends.org/en/xampp-windows.html#524. When I started Apache from the panel, I got a window with the error message: This...
5
by: r.g. | last post by:
Hello, Recently, my PHP (5, as installed by the XAMPP package) stopped working, and won't let me run locally-served PHP files in my web browsers. I think (but I'm not sure) that the Apache...
1
by: Piotr Nowak | last post by:
Hi, I tried to get php dbg debugger working on my machine but it doesn't work at all. Ok, what i did: copied php_dbg-5.2.x.dll (for PHP 5.2.x version) into my xampp/php/ext directory...
2
rohitrohitrohit
by: rohitrohitrohit | last post by:
Hi every one i am a beginner.......... i installed xampp in my computer.(php+mysql) i wrritten a code below. but it generate a error class not found. can i connect my servlets...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.