New release GrandNode 2.0 - 2.3.0 is out now! Get the newest version from downloads page! Download GrandNode 2.0 CLOSE

Profile: Maciek

Statistics
Avatar
  • 4

Próbuje wygenerować atrybuty w opcji "Kombinacje atrybutów", jednak pomimo posiadania wprowadzonych atrybutów w zakładce "atrybuty" i kliknięciu "wygeneruj wszystkie możliwe kombinacje", nic się nie dzieje.
Chciałem sprawdzić czy na demie u Was da się to zrobić, jednak na podpowiadane dane nie da się zalogować...

Sunday, July 17, 2022 4:05 PM

Staram się stworzyć nowy plugin, jednak postępująć według dokumentacji (https://docs.grandnode.com/base-plugin-structure), nie potrafię sprawić by pojawił się na liście pluginów.

https://gist.github.com/maciekkukuczka/c1ef2850cb19e31650bc225cdc0181b6
https://gist.github.com/maciekkukuczka/9d52b4c9c42172a5ff620c826454a485
https://gist.github.com/maciekkukuczka/57a02189f89cc64c223605531f0e269e

Czy coś robię zle?

Thursday, July 14, 2022 11:00 PM

Pomogło, dziękuje!

Thursday, July 14, 2022 12:51 PM

Witajcie.

Gdy odpale projekt z poziomu IDE, przejdę przez proces instalacji, a póżniej opublikuje projekt na serwerze, otrzymuje poniższe błędy.
Jestem początkujący, czy mógłbym prosić o pomoc?

[code]2022-07-14 00:47:01.510 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Authentication.Facebook.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.540 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Authentication.Google.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Braintree.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\DiscountRules.Standard.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\ExchangeRate.McExchange.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Microsoft.AspNetCore.Authentication.Facebook.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.541 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Microsoft.AspNetCore.Authentication.Google.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String path)
   at Grand.Infrastructure.Plugins.PluginManager.Load(IMvcCoreBuilder mvcCoreBuilder, IConfiguration configuration) in C:\Users\macie\source\repos\GN\src\Core\Grand.Infrastructure\Plugins\PluginManager.cs:line 79
2022-07-14 00:47:01.542 +02:00 [ERR] PluginManager
System.UnauthorizedAccessException: Access to the path 'D:\WEBSERVER\SITES\GN-dev\Plugins\bin\Payments.BrainTree.dll' is denied.
   at System.IO.FileSystem.DeleteFile(String fullPath)
   at System.IO.File.Delete(String pat

Wednesday, July 13, 2022 11:04 PM
back to top