Profile: Maciek
Statistics

- 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ć...
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?
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