close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

update.php not working properly

Thread began 1/24/2012 2:13 am by canmor51406258 | Last modified 1/24/2012 9:05 am by Jason Byrnes | 1070 views | 5 replies |

canmor51406258

update.php not working properly

I guess this must be something basic but I cannot seem to find the problem. I have run data assist 2.09 on the product categories for results, delete, update and input pages. There is is one name field and two file fields. I have used Digital File Pro for the file fields. Insert is fine but update results in � being put into image one field and image one field moves to image two field. This even happens when I make no changes - just press update button. Insert and update files attached. No matter what I try I cannot find the problem. Any help will be appreciated.

Attached Files
productcategories_Update.zip
Sign in to reply to this post

Jason ByrnesWebAssist

on the update page, change line 97:

php:
$WA_fieldValuesStr = "".((isset($_POST["CategoryName"]))?$_POST["CategoryName"]:"")  ."" . "|�|" . "".$WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]  ."" . "|�|" . "".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverFileName"]  ."";




to:

php:
$WA_fieldValuesStr = "".((isset($_POST["CategoryName"]))?$_POST["CategoryName"]:"")  ."" . "|" . "".$WA_DFP_UploadStatus["WA_UploadResult1"]["serverFileName"]  ."" . "|" . "".$WA_DFP_UploadStatus["WA_UploadResult2"]["serverFileName"]  ."";



there will be an update released in the next couple of days to correct the issue. See this thread for more details:
showthread.php?t=24550

Sign in to reply to this post

biz295654WebAssist

"there will be an update released in the next couple of days to correct the issue"

Is there a date set for this? I installed and don't want to use for fear of breaking existing work.

Thanks....

Sign in to reply to this post

Jason ByrnesWebAssist

If I had an exact release date for the update i would have posted the date instead of saying "in the next couple of days", we are working on getting the update ready and making sure it addresses the issue.

there are files available in the post I linked to that correct the problem, if you are going to install build 2.0.9, you should also download those files form the post I linked to.

Sign in to reply to this post

biz295654WebAssist

Sorry, Jason. I guess that was a dumb question.

If it helps to troubleshoot, I installed and used without doing any "fixes" and I didn't have any problems. I am on DW5.5, on Mac Snow Leopard.

Sign in to reply to this post

Jason ByrnesWebAssist

the issue only occurs if you edit the update record behavior.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...