Developer forum

Forum » Development » Fresh custom install for development fails with paragraphs

Fresh custom install for development fails with paragraphs


Reply
Hey there ppl :)

I just downloaded all the latest files from engage to develop a few custom modules, it is also running very smooth but im getting some wierd error when im creating a new paragraph.

I have recompiled it as .net 3.5 before it would run.

I have only changed the password for the administrator(in the db), then i logged in, created a page and then a paragraph. So i havent tempered any files.


For info :
Clean windows 7 install
IIS 7 in integrated pipeline .net 2.0
using the access DB

Image of the bug
http://twitpic.com/3ealvs



Replies

 
Reply
Hi Rasmus,

99 out of a 100 times I saw this behavior, it was related to compression. Try removing everything from web.config that relates to compression (app settings, modules and so on) and then try again.

I haven't been able to consistently reproduce this but it worked most of the times for me.

Cheers,

Imar
 
Reply
Ey Imar :) 

and thx for helpin out..

Ive narrowed it down to this line in the web.config

<remove name="ScriptModule"/><add name="HttpCompression" type="HttpCompression.HttpCompressionModule,HttpCompression" preCondition="managedHandler"/>

But if i remove it i get an error

i have pasted in here http://twitpic.com/3eblf2

I know its on danish so ill translate as much as i can

The Row 'ParagraphMasterType' dosn't belong to the table Table

Kolonnen 'ParagraphMasterType' tilhører ikke tabellen Table.



 
Reply
That looks like a mismatch between the DW version and the database schema. Have you tried rerunning the update scripts?

Imar
 
Reply
Hmm update scripts, not sure what mean ? Not something i have read about in any of your (brilliant) tutorials or the DW course matriale.


 
Reply
Hi Rasmus,

Click Management Center and then System Information. At the bottom of the dialog, set ecom.xml to 50 and update.xml to 100 and then click Rerun Updates. This updates the database schema to the latest version for your solution.

Hope this helps,

Imar
 
Reply
Arh it works :)

Thanks a bunch :D
 
Reply
FYI and future reference, running update scripts is discussed in step 12 near the end of this article:

http://devierkoeden.com/Articles/[articleId/11]/Custom-Modules---Part-1---Introduction.aspx

And the compression issue is (briefly and out of context) mentioned here:

http://devierkoeden.com/Articles/[articleId/21]/Custom-Functionality-%E2%80%93-Using-User-Controls.aspx

Cheers,

Imar 

 

You must be logged in to post in the forum