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
Installation Error - Method not found
Monday, November 25, 2024 3:42:31 PM
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?
"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
Patryk
GrandNode Team
0
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.
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
Patryk
GrandNode Team
0
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
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
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.
Please click the link below to see the error screen shot.
https://ibb.co/ihHxFT
Thanks.
0