solved Aparna tool

Developer Networks
Developer Networks
@developer-networks
4 years ago
566 posts
went to use the jrAparna tool today and instead of creating it on submit the ajax hangs.

I was able to locate this error.

error: jrCore_checktype: invalid type: user_name

I have checked my developer credentials and everything seems correct.

I have cleared out the form and tried different module names but it keeps hanging with this error.

the post is saving to the database and seems to pass the form data but stops during the response with the error and and never creates the module.

updated by @developer-networks: 09/17/20 09:40:38PM
paul
@paul
4 years ago
4,325 posts
The Aparna module is no longer supported and hasn't been updated in ages.
However, the jrCore_checktype 'user_name' option is no longer valid and has been replaced by the 'valid_name' option, so what you could try is to locate where this error occured in the module code and replce the jrCore_checktype option 'user_name' with 'valid_name'.
hth


--
Paul Asher - JR Developer and System Import Specialist
Developer Networks
Developer Networks
@developer-networks
4 years ago
566 posts
Im just going to manually write the module. I loved this tool for prototyping ideas and getting up and running quickly.

it was a very cool tool. sad to see it go.

Tags