Have anyone seen this error on Lion Yet? While executing onBlur in DeleteRecord.htm the following JavaScript error(s) occurred: at line 173 ...cs6:Configuration:ServerBehaviors:PHP_MySQL:DeleteRecprd.js": -ColumnList has no properties
Hi,
YES! I get exactely the same error!..
as you said: when trying to delete a record (PHP_MySQL) I got this error... the strange thing however is that I was in the middle of the site (i.e. I created several "delete records" before on other pages - without problem).. and then suddenly this error came up..
hope we get an answer soon... (have to finish my site
)
http://helpx.adobe.com/dreamweaver/kb/troubleshoot-javascript-errors-d reamweaver-cs4.html
Start with 12 & 4 and go through the rest only if necessary.
Hi SnakeEyez02,
thanks for the info!.. for a moment I thought it would get solved, but unfortunately.. nothing did the trick..
- as suggested I started with 12,
- then 4
and so on... I've created a brand new page, checked the database (created a test tbl with another name, just in case), I checked all the latest versions of the extensions, disabled & enabled the extensions,.... but am still at the same starting point:
While executing onBlur in DeleteRecord.htm, the following JavaScript error(s) occurred:
At line 173 of file "Macintosh HD:Applications:Adobe Dreamweaver CS6:Configuration:ServerBehaviors:PHP_MySQL:DeleteRecord.js": _ColumnList has no properties
when I check this file/line(s):
171 else if (control == "PrimaryKeyParameterValue")
172 {
173 var columnInfo = _ColumnList.getValue();
174 if (columnInfo)
175 {
176 var paramValue = _PrimaryKeyParameterValue.getValue();
177 var paramType = _PrimaryKeyParameter.getValue();
178 var paramInfo = dwscripts.getParameterCodeFromType(paramType, paramValue, "");
179 columnInfo.setVariableName(paramInfo.nameVal);
180 }
181 }
I really hope someone got this same error solved... my technical skills are not sufficient to figure this one out...
All tips / help appreciated!
![]()
nice.. a product at such a price and no customer service in case of problems with the program itself? ("search internet or go on w3school??")...
I've uninstalled & reinstalled Dreamweaver and the problem persists.
If I could "fix these problems myself" I wouldn't be in the forum to start with..
Secondly: I'm no programmer & better not fiddle with the code.
Is there anyone from Adobe around who can spend a moment to look in this problem, please?
again, thanks for asistance,
I called Adobe several days ago and their tech person acknowledged that there was a problem with this and that their engineers were working on it and there would be a fix, but, but it is unknown when that fix will happen.....
So for all those telling you to just search the internet for the answer, well you may search until the cows come home but you will not 'find' a fix for this until Adobe wants you to find the fix.
Still Nothing..........
I have made serveral case numbers re this. Adobe keeps responding with emails stateing they believe the case is closed. I can not drop this as it is a critical part of rapid application building. Could I write this code by hand? Sure I could but, DW should write it for me.
Do not give up. Your calls can help shine light on this and get it fixed.
Thanks
Jerry
Taliking with Adobe tech. Started with low level attempt tp blow the case off, then was transfered to the wrong departement and told that I had to pay $250.00 US for a fix. I asked for a supervisor. Several mins later Shemesh Stated that no one was trained to handle this problem and I should look for a fix on public forums. I explained that there is no fix on the forums. Shemesh finally stated that he would ask his manager for assistance. Several more mins later Shemesh stated that no senior tech staff were available and he would arrange for on to call me in about 48 hours. That would make it on a Sunday..... After discussing that error, sometime on Monday was mentioned, which would not work for me as I would be at the hospital on Monday and out of town for a week starting the next day. An agreement was made that a senior tech would call me within a "couple" of hours.
Sooooooooooo, I am waiting!!!!
If there are any Adobe staff, Managers, Superviosrs, Tech Leads, Directors, Officers, Investors, or any other titles who care about your customers today, and want to somehow improve or build customers for tomarrow, please get involved. Not just for me and my problems with your products but to just do the right thing for people who have paid their money for fully functioning products that are not working. While everyone understands that nothing is perfect, we should still try to make things right. There is a need to take the high road in business and politics. If one expect others to be honest and fair, one must be that themselves.
So Adobe..... Get involved where you can, on a corporate level, you will be glad you did.
Thanks
Jerry Cannon
Ps Sorry for the rant with typos!!!!
Hi Jerry,
this really looks ugly... is Adobe really planning on getting all cs6 users stuck with this error until they release the next update? I'm not willing to pay $250 either to fix an error in a software that's completely new and is supposed to work without errors.
I got more or less the same info via chat, at this moment there simply is noone qualified to fix this, and was asked to call the technical department (no email, no chat).
At this point I'm forced to install a previous version from DW in order to complete the site I'm working on. Let's hope that lets me at least finish the project.
Will be checking here as well and hope that Adobe Technical Dept finds a fix soon for all CS6 users!
Sorry for the frustration, folks.
Jerry (and anyone else that was told they had to pay $250), can you send me a PM with your case number along with some details about what they said you were going to be paying for?
The issue is currently being investigated by the Dreamweaver development team, so no fix (certainly not anything you would need to pay for) is yet available.
In the future, if you should run into any issue you think is a bug, let our development team know directly: http://adobe.ly/DWBug
Hello Folks
Here is my latest info from Adobe.
"
Jerry, as per our discussion, Dreamweaver team is aware about the issue and they have logged a bug for the same.
The bug number is #3227671. Well, right now I cannot provide you exact time line for fixing this issue.
Whenever I get any information from them I will update you.
I apologies for this inconvenience. Please let me know if you have any other concern on this.
"
YES! I get exactly the same error, too! In my effort to fix the problem (tried ALL the recommendations), I discovered the same error in both Dreamwaver CS6 and CS5.5.
However, get this, the Delete Server Behavior works find in Dreamweaver CS4. So my fix is to open up CS4, apply the Behavior, and then return to CS6—waiting for a fix.
Here’s a recap of the Error Dialog boxes:
CS6 Error (Version 12.0 Build 5842):
While executing onBlur in DeleteRecord.htm, the following JavaScript error(s)occurred:
At line 173 of file "Macintosh HD: Applications Adobe Dreamweaver CS6: Configuration: Server Behaviors: PHP_MySQL: DeleteRecord.js": _ColumnList has no properties
CS5.5 Error:
While executing onBlur in DeleteRecord.htm, the following JavaScript error(s) occurred:
At line 173 of file "Macintosh HD-2: CSS.5: Adobe Dreamweaver CSS.5: Configuration: Server Behaviors: PHP_MySQL: DeleteRecord.js": _ColumnList has no properties
Again, in CS4 it works OK. And, again I’m waiting for fix.
Encountered the same problem while trying to implement the Adobe's tutorial on a confirmation form for deletions. Here is the solution I came up with. I used a blank PHP document called "delete.php" that simply had a form and a hiddenText field for the Primary Key that I was passing in.
I implemented DW's delete Server Behavior in that file and even though I got the error message, it still functions.
To delete the file, I created a confirm_delete.php in accordance with tutorial. Then I created two buttons, one titled cancel and the other titled delete. Here is the code for the buttons:
<input type="button" name="canceldelete" id="canceldelete" value="Cancel" onclick="window.location.href='manage_classes.php'"/>
<span class="hiddentext">CONFIRM DELETION</span>
<input type="button" name="confirm" id="confirm" value="Delete Record" onclick="window.location.href='delete_classes.php?class_id=<?php echo $row_confirmclassdelete['class_id']; ?>'"/>
Where confirmclassdelete is the name of my RecordSet in confirm_delete.php.
Works well and I did not have to jerk around with DW error.
You've probably all figured this out by now, but if not, here's what to do:
To isolate the line-item record you want to delete, set up a complete link in your <form action= as shown next> that goes to the Delete.php page using a URL Parameter called recordID, like this:
<form method="POST" name="form1" action="deleteItem.php?recordID=<?php echo $row_getItem['li_id']; ?>">
When you set up the Server Behavior on the deleteItem.php page, set the 1st and 5th field in the "Delete Record" dialog box to "Primary key value", and on the last one, flip to URL Parameter, and enter recordID, not li_id or class_id or member_id. Then you'll get it to work and the record will be deleted.
North America
Europe, Middle East and Africa
Asia Pacific