close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Major Problem

Thread began 7/21/2013 3:56 am by J7HNW | Last modified 7/23/2013 12:55 pm by Jason Byrnes | 1153 views | 6 replies |

J7HNW

Major Problem

I have recently bought Data bridge and want to simply set up my admin pages.

Every time I get part way through Dreamweaver Crashes

Have uninstalled and reinstalled databridge and design extender today ( 21st July ) and also deleted the winfilecache

Have also tried turning preview to off and closing Files and Bindings panels which I saw in another post but still no good

9 crashes this morning trying to set up simple Database admin forms. Please can you help

Sign in to reply to this post

J7HNW

MORE PROBLEMS

Am upgrading to Dreamweaverr CC so will see if this fixes the issue

Have uninstalled Dreamweaver CS6 - cleared cache and in stalled Dreamweaver CC

Installed Databidge - tried to make the database pages ( started with just Search ) and again crashed !!

Help please

It works on search, details , insert , results - but crashes everytime when I try to build the update page

John

Sign in to reply to this post

Jason ByrnesWebAssist

Are you using one of the Application presets? or selecting the New From Blank option?

If using a preset, are you selecting to have the table created fro you? or using your own table?

If using your own table, please send a dump of the table structure so i can try to reproduce.

Here are some things to try:

- Turn off the preview. Go to WebAssist -> Preferences. in the preview section, select the option to disable it.

- The underlying cause of the problem may be a memory leak in DW. restart the system to free all memory, then open DW and start the wizard.

- Before starting the wizard, close the files and server behaviors panels.

- after setting up one of the pages, pause for a moment or two before starting to set up the next one

Sign in to reply to this post

J7HNW

Still not working

Hi Jason

Tried this and still not working - still crashing out of CC

Replies below .....

Are you using one of the Application presets? or selecting the New From Blank option? NEW FROM BLANK

If using a preset, are you selecting to have the table created fro you? or using your own table? CREATED MY OWN TABLE

If using your own table, please send a dump of the table structure so i can try to reproduce. ( ATTACHED )

Here are some things to try:

- Turn off the preview. Go to WebAssist -> Preferences. in the preview section, select the option to disable it. DID THIS

- The underlying cause of the problem may be a memory leak in DW. restart the system to free all memory, then open DW and start the wizard.

- Before starting the wizard, close the files and server behaviors panels.

- after setting up one of the pages, pause for a moment or two before starting to set up the next one

DID ALL YOU SAID AND TOOK MY TIME - AND IT STILL CRASHES DREAMWEAVER CC EVERY TIME AT DIFFERENT INTERVALS

HOPE YOU CAN HELP

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

Jason ByrnesWebAssist

few things that strike me about the table definition:

1) I recommend using a naming convention that will prevent the possibility of using reserved words. the naming convention I like to use is to use <tableName><columnName>

for example:
motbookings:
motbookingID
motbookingName
motbookingAddress
etc...


2) you have the ID column set to mediumint, but the length is restricted to 9. that is nnot long enough for a medium int.

instead use a regular int and set the length to 11:
int(11)


3) you have 2 un needed keys set for the ID column:
UNIQUE KEY `ID` (`ID`),
KEY `ID_2` (`ID`)


by setting the ID column as a primary key, it already has a unique constraint, and it is already set as a key

4) the date column is set to varchar(500)
`Address` varchar(500) DEFAULT NULL,

if your server is using 5.0.3 or earlier, the maximum length for a varchar column is 250, to be able to use a larger length, double check the mysql server version.

Sign in to reply to this post

J7HNW

All changed

Changed .... but

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

Jason ByrnesWebAssist

you have another thread where I was going to do a screen sharing session, I'll look into this issue at the same time.

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