close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

SA wizard pages not function after DA 2.09 update

Thread began 1/19/2012 11:34 am by steelace396915 | Last modified 1/23/2012 9:44 am by biz295654 | 2047 views | 7 replies |

steelace396915

SA wizard pages not function after DA 2.09 update

I just discovered that pages created from SA wizard don't work when updating DataAssist to newest version 2.09. I had to delete the insert record behaviour from the registration page created by SA and then add it back manually to get the page to work.

/Martin J.

PS. Ill soon give up on this! :=(

Sign in to reply to this post

Jason ByrnesWebAssist

We are working on a new dot release to address this issue, it should be released in the next couple of days.

in the mean time, here are updated copies of the configuration/commands/WAAB_Update_SB.htm, configuration/commands/WAAB_Update_SB.js, configuration/commands/WAAB_Insert_SB.htm and configuration/commands/WAAB_Insert_SB.js files to correct the issue.

please copy them to the dreamweaver configuration folder, see the Common Installation issues PDF if you need assistance finding the configuration folder:
common_installation_issues.pdf

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

steelace396915

Ok! Thanks Jason. I appreciate it! Your fast respons saved me from having to call for psykological assistance tomorrow morning! LOL ;=)

Sign in to reply to this post

steelace396915

Sorry Jason but that did not fix it! None of my SA generated forms works now. I have not done any modifications, checked connection script to make sure it is not pointing to my local testing server, I even deleted the insert record behaviour from registration page and inserted it manually again! When submitting the reg page nothing happens, just blank page and no record is inserted in db.

/Martin J.

Sign in to reply to this post

steelace396915

Ill wait for the update and reinstall everything! I need a break from this!

Sign in to reply to this post

Jason ByrnesWebAssist

the files i sent wont fix files that have already been created, it will only fix new files.


for files that have already been created, the problem is that code was generated with a bad separator, for example:

php:
$WA_fieldValuesStr = "".((isset($_POST["ProductSKU"]))?$_POST["ProductSKU"]:"") ."" . "|�|" . "".((isset($_POST["ProductName"]))?$_POST["ProductName"]:"") ."";



the "|�|" needs to be manually edited to "|" so the code looks like:

php:
$WA_fieldValuesStr = "".((isset($_POST["ProductSKU"]))?$_POST["ProductSKU"]:"") ."" . "|" . "".((isset($_POST["ProductName"]))?$_POST["ProductName"]:"") ."";



if you do not want to fix the files manually, you will need to recreate them.

Sign in to reply to this post

steelace396915

Thanks Jason! I did not understand that at first! Will try to recreate the wizard pages and exchange the files you sent me!

/Martin J.

Sign in to reply to this post

biz295654WebAssist

I've just upgraded too and am ready to start a new project. Posting here so I can subscribe to thread to find out when update comes out. Thx.

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...