Developer forum

Forum » Development » Error when attaching custom module to paragraph

Error when attaching custom module to paragraph


Reply
Hi there,

I am trying to upload a custom module to a custom server. I have managed to make the module work in the back-end. The user can type in data and store them.

But when I try to add the module to a paragraph it fails.

It gives me an error message in my _Edit.aspx-file
[NullReferenceException: Object reference not set to an instance of an object.]

and it shows me the path to where it was created locally.

Where do I change that? I cannot find that path anywhere in the code or in the project properties.


ST

Replies

 
Nicolai Høeg Pedersen
Reply
You have modules, and you have the paragraph settings that goes with a modules frontend. It seems you are missing that part.

Have a look at this article:
http://devierkoeden.com/Articles/[articleId/14]/Custom-Modules---Part-2---7-Steps-to-Building-a-Custom-Module---Background.aspx

 

You must be logged in to post in the forum