Installation Error - Method not found

Thursday, April 25, 2024 9:24:40 AM
  • Posted: Thursday, May 3, 2018 12:45 PM
  • 4
Hi Team,

While installing GrandNode on Windows server, I have come across the error - Setup failed: Method not found: 'System.String Grand.Core.IWebHelper.GetStoreLocation(Boolean)'.

When I re-trying to install the app, I am getting the error as - Setup failed: Sequence contains more than one element

Can someone please help with this.

Many thanks
1
  • Posted: Thursday, May 3, 2018 9:38 PM
  • 2
I am getting the exact same issue, and I can not find anything online that helps to resolve it
0
  • Posted: Monday, May 7, 2018 7:22 AM
  • 953
Hi,

"Setup failed: Sequence contains more than one element" error means that settings.txt file already exist in your application, but it's empty due to unsuccessful installation. You need to remove it from App_Data folder.

Mentioned error is probably related with server. Maybe it has some limits and it didn't make all inserts. Where do you have your MongoDB hosting?
Best regards,
Patryk

GrandNode Team
0
  • Posted: Sunday, May 20, 2018 2:08 PM
  • 1
After installed my error is.

Uncaught ReferenceError: $ is not defined
    at public.actions.js:77
(anonymous) @ public.actions.js:77

Ticks?
tks
Krishna
0
  • Posted: Monday, May 21, 2018 5:43 AM
  • 953
Hello,

It may be caused by 3 reasons, but without store URL or analyzing the source code :
- Your JavaScript file is not being properly loaded into your page
- You have a broken version of jQuery. This could happen because someone edited the core file, or a plugin may have overwritten the $ variable.
- You have JavaScript running before the page is fully loaded, and as such, before jQuery is fully loaded.

If you are deploying GrandNode on Linux, did you restart application after successful installation?

As you may see on our demo, in the default installation this problem doesn't exist.
Best regards,
Patryk

GrandNode Team
0
  • Posted: Tuesday, June 26, 2018 6:53 AM
  • 4
Hello Patryk,

I'm getting the same error on MS windows 2012 R2 server. I'm tryning to install without source code  - (GrandNode 4.10 - Web (without source code)

It did successfully created the database in mongodb.

If it is related Jqeury, please suggest how we can fix it.

Any help would be appreciated.

Thanks.
Kartik
0
  • Posted: Tuesday, June 26, 2018 7:01 AM
  • 953
Hi,

Could you show the screenshot of error? Did you enable stdout logs? If yes, please share with us a content of logs. Which version of MongoDB are you using?

Best,
Patryk
Best regards,
Patryk

GrandNode Team
0
  • Posted: Tuesday, June 26, 2018 7:03 AM
  • 4
I'm sorry I did not post the error message. The error I'm getting is..

•Setup failed: Method not found: 'System.String Grand.Core.IWebHelper.GetStoreLocation(Boolean)'.
0
  • Posted: Tuesday, June 26, 2018 7:09 AM
  • 953
Please try to restart the IIS Service. It should help.

Best,
Patryk
Best regards,
Patryk

GrandNode Team
0
  • Posted: Tuesday, June 26, 2018 7:15 AM
  • 4
I have installed monodb 3.5.6 community edition. Please note the only difference I'm doing here vs nopCommerse is on installation screen, I'm not providing user name and password for database connection as monodb does not require it. It created the database successfully with probably all the tables so connection is probably not the issue.


Please click the link below to see the error screen shot.

https://ibb.co/ihHxFT

Thanks.
0
back to top
Filters