DNNCommunity / DNN.FormAndList

Design your own table complete with field types, validation and custom user permissions.
MIT License
28 stars 20 forks source link

9.2.2 issue trying to add existing form and list module to new pate #74

Closed rdh755 closed 3 years ago

rdh755 commented 4 years ago

Describe the bug

When I tried to add a existing form and list module to a new page, I was granted the following popup error 'Error occurred when request service 'AddModule'.' Could this be due to DNN and the module not playing nice w/ each other?

To Reproduce

Steps to reproduce the behavior:

  1. Go to a DNN 9.2.2 instance
  2. Add a form and list module and configure it work as intended. Should be on home page
  3. Create a new page
  4. Append existing form and list module on home page.
  5. Error occurs.

Expected behavior

It should add the form and list module. Not produce an error.

Screenshots

If applicable, add screenshots to help explain your problem.

Error log

Note: Debug DLL's No error logs were found when the error comes up.

Additional context

If the error does not come up in later versions of DNN 9, please let the users know.

rdh755 commented 4 years ago

Tested this on DNN 9.4.4 and it still comes up.

jncraig commented 4 years ago

You might want to turn off popups (you have to do this in SQL I think.

You might want to look at Admin Log and the separate log4net log to see if there are some clues there.

You should also try this on a page that has the Xcillion skin applied to see if it's a skin problem.

On Wed, May 20, 2020 at 7:03 PM rdh755 notifications@github.com wrote:

Tested this on DNN 9.4.4 and it still comes up.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DNNCommunity/DNN.FormAndList/issues/74#issuecomment-631782489, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEDMRLBUUWLS2RXITKNAY3RSROSZANCNFSM4NGKZHUQ .

rdh755 commented 4 years ago

Tried it on Xcilion skin as well other skins. Problem isn't a skin issue but w/ DNN. I've even turned off popups thru SQL. Still shows up. I'm doing this on a brand new DNN local instance, so there isn't a lot of log issues. When the error comes up, there's no admin log.

The issue comes up when adding an existing form and list module to a new page. It comes up only once. After a page refresh, the module is on the page and not floating. Could this be due to some miscommunication between the module and dnn?

rdh755 commented 4 years ago

When checking my browser console, when the error occurs, I'm seeing the following error: VM1885:1 POST http://www.dnntest95b.me/API/internalservices/controlbar/AddModule 500 (Internal Server Error).

Could this issue be due to an ongoing issue w/ DNN and the module?

SCullman commented 4 years ago

Can you please verify for othertypes of modules? This doesn't look like to be FnL only.

valadas commented 3 years ago

I am closing this issue due to no response for multiple months