473,378 Members | 1,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

PHP Stops after change in code

Hi All,

I am using PHP 5 ans Zend 3.5.2. and lately I am having problems with the
PHP engine locking up/stopping after changes in the code.

If I instanciate a new window from a static (HTML) page say from a form, the
new window will work OK, I can refresh the page after changes made to the
PHP code.

If I instanciate the new form from a Java Script:

function new_window(url,parm) {
w = window.open(url, "_blank", parm);
w.opener = this;
w.focus();
}

using the anchor:

<a href="ISoft.Php?TARGET=ENTITY_FORM&ACTION=Edit&ID= 1"
onClick="new_window(this.href,'width=700,height=35 0,toolbar=no,location=no,d
irectories=no,status=yes,menubar=no,scrollbars=yes ,resizable=yes,screenX=10,
screenY=10,left=1,top=1');return false;">

I will be able to use the window without problem until I make a change to
the source code. Once I make a change I get the error:
dllhost.exe - Application Error
The instruction at "0x77f82097" refrenced memory at "0x0000006c". the memory
could not be "written".
Click on OK to terminate the program
Click on CANCEL to debug the program

Any clues?

TIA,

Tom


Jul 17 '05 #1
0 1349

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

Similar topics

7
by: mjkahn | last post by:
Everything runs fine for a while (weeks even), and then IIS stops responding to (or even logging) requests for ASP pages. HTML pages are served up just fine. I'm running Windows 2000 SP4, and...
0
by: Jay Bienvenu | last post by:
I'm having a very strange problem that currently defies explanation. I use the code below to send a status report to a client. The intent is to send the user the report via fax using WinFax and/or...
9
by: mareal | last post by:
I have noticed how the thread I created just stops running. I have added several exceptions to the thread System.Threading.SynchronizationLockException System.Threading.ThreadAbortException...
4
by: Michael | last post by:
Hi Everyone, I hope someone else has had this problem. I recently started to use VS 2005 (vb.net) and today alone I have had to close VS 8 times while trying to code. I have a least 130 controls...
3
by: Workaholic | last post by:
Hi, I have a problem that I have now seen on two different servers. I have a VB.Net application that is installed on the servers. It works fine on both servers. If I make a change to the...
1
by: Chuck Anderson | last post by:
I'm using a simple, pseudo progress bar. Very simply, I display a still image next to a form submit button until the user clicks on it, and then I change the image source to an animated version of...
21
by: kevinfairs | last post by:
I've got the following javascript validation routine which runs against an asp page. function validate(form) { if (form.Forename.value == "") { alert("Please enter a forename");...
6
by: Justin.Voelker | last post by:
Can anyone clue me on on how to have my html page continue rendering past a MySQL error? If you visit www.Base2WebDesign.com, click login, type in anything for a username and password, then view...
0
by: Karsten_Markmann | last post by:
Hi I am writing an Office Com Addin application for XP and Office 2003 I am writing i Visual studio 2003 VB. I have a made a custom toolbar with some buttons and a combobox on. The bar loads OK...
3
by: Karsten_Markmann | last post by:
Hi I am building a large application where we use the combobox feature a lot. Its an office addin for office XP. I am using Visual studio 2003 VB. In outlook and excel it works perfect all the...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.