close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Dreamweaver crash

Thread began 7/01/2013 9:41 am by MMEN76899049 | Last modified 8/29/2013 7:25 am by Jason Byrnes | 1565 views | 7 replies |

MMEN76899049

Dreamweaver crash

Hi! I can´t use Data Assist Pages. Every time I try to use it, Dreamweaver crashes. I tried uninstalling-installing Data Bridge extension, reset dreamweaver configuration folder, hide Files window, disable Preview from Webassiste Preferences, use a minimal table, and always the same result: Crashes on different points after the Search page. The problem is the same for Dreamweaver CS4 and CS6 on Windows 8. Thanks a lot for your help.

Attached Files
abc.sql
Sign in to reply to this post

Jason ByrnesWebAssist

in your table the ID column is set to length of 5 bytes:

DROP TABLE IF EXISTS `abc`;
CREATE TABLE `abc` (
`id_abc` int(5) NOT NULL AUTO_INCREMENT,
`fecha` date NOT NULL,
`abc` varchar(255) NOT NULL,
`comentarios` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id_abc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;


use 11 insttead:

DROP TABLE IF EXISTS `abc`;
CREATE TABLE `abc` (
`id_abc` int(11) NOT NULL AUTO_INCREMENT,
`fecha` date NOT NULL,
`abc` varchar(255) NOT NULL,
`comentarios` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id_abc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Sign in to reply to this post

MMEN76899049

Still crashing

Hi, Jason!

I made the changes and still crashing, now after the Detail page

Sign in to reply to this post

Jason ByrnesWebAssist

change the date column to be a timestamp instead:

CREATE TABLE `abc` (
`id_abc` int(11) NOT NULL AUTO_INCREMENT,
`fecha` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`abc` varchar(255) NOT NULL,
`comentarios` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id_abc`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8

Sign in to reply to this post

MMEN76899049

Again

It crashes again, after the insert page

Sign in to reply to this post

Jason ByrnesWebAssist

see private message

Sign in to reply to this post

Vikingbear

Private Message

Hi Jason, I am having the same issue, I have spoken with Ray Borduin on Skype a number of times and we are still working on the issue..
You sent a private message to MMEN76899049 I was wondering if it contained anything that solved the issue for him? if so, could you send me the same details.. Thanks
> Windows8 64bit, 8GB ram, Adobe CC suite
> Deleted cache, remove & reinstall extension, disable preview
..any suggestions greatly appreciated..

Sign in to reply to this post

Jason ByrnesWebAssist

Dreamweaver crashing like this is usually an issue with a Memory leak, dreamweaver is not very good at freeing up memory it is not using.

things to try:
-Disable preview
-Close the Files and server behaviors panel before running the wizards
-Restart the OS after deleting the DWQ Cache file.

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