Method not found: 'Void Umbraco.Cms.Infrastructure.Migrations.MigrationPlanExecutor..ctor(Umbraco.Cms.Core.Scoping.IScopeProvider, Microsoft.Extensions.Logging.ILoggerFactory, Umbraco.Cms.Infrastructure.Migrations.IMigrationBuilder)'.
at MediaWiz.Core.Composers.PostViewsComponent.Initialize()
at Umbraco.Cms.Core.Composing.ComponentCollection.Initialize()
at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.<StartAsync>d__22.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Umbraco.Cms.Infrastructure.Runtime.CoreRuntime.<StartAsync>d__19.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at Microsoft.Extensions.Hosting.Internal.Host.<StartAsync>d__12.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.<RunAsync>d__4.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.<RunAsync>d__4.MoveNext()
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
at Microsoft.Extensions.Hosting.HostingAbstractionsHostExtensions.Run(IHost host)
at ForumUmbraco.Program.Main(String[] args) in C:\Users\Satpal\source\repos\ForumUmbraco\Program.cs:line 6
I will take a look over the weekend, possibly because when originally installed on the test site it was v9, so I will test an install on a clean 10.3.2
I created a simple cmsMaster.cshtml just to keep it vanilla, and added a reference to bootstrap css cdn. might be worth putting those into the release, cos its nice to not have any errors when you run it.
There is a reference to the email From field in configuration. If it is not set, it will return an error after creating the member via register function. But the member does get created fine.
For me, I dont know if this is by design, if you manually approve member via the back office, the password isnt saved into the user. So i manually set a password.
I like the back office interface, and its super changeable. lockable and the permissions are good. Good member features.
It could be worth creating its own index, and putting the posts in that rather than as content? just an idea.
Are you working on Quoting parts of text? I think people like to do that a lot on forums.
Many thanks for the feedback it is much appreciated, I will certainly look into some of the points you have raised.
I had initially considered including the cmsMaster template, but didn't want to cause any probems if anyone already had a master template called cmsMaster, but may be worth doing so and just giving it a name that is unlikely to already exist, maybe mediawizMaster or something like that :)
There is a reference to the email From field in configuration
I will add some code to the emailservice so that if there is no from address in the mail config it doesn't error, hadn't thought about that.
if you manually approve member via the back office, the password isnt
saved into the user
I will look into that as not something I had checked, I just assumed that it would have kept the password so will do some checking.
It could be worth creating its own index, and putting the posts in
that rather than as content? just an idea.
Yes, it is really only designed as a small forum rather than a full blown collaboration forum, which TBH should really use it's own data structure/tables rather than using umbraco content nodes.
Are you working on Quoting parts of text?
Good idea, I will consider that, as yes you are correct, people do like to quote :)
I am one of the co-authors of Snitz Forums 2000 so have been working with forum related code for a very long time, but their popularity has declined massively since the advent of social media platforms unfortunately :D
The code for this package was taken from an old Umbraco package called Simply Forums, as someone asked for a version that was compatible with Umbraco 8, so decided to give it a go when I first started working with Umbraco.
if you manually approve member via the back office, the password isnt
saved into the user
I have no idea why this happens, it must be something to do with Umbraco itself as they are just standard Umbraco members, will do some digging to see if I can come up with an answer
Umbraco 9 version released
I have almost finished migrating this to Umbraco 9. You can view/test it here https://umbraco.themediawizards.co.uk/
Still ironing out a few issues and then I need to figure out how to package it up :)
Nuget package now available for Umbraco 9.5
https://our.umbraco.com/packages/collaboration/mediawizards-forum-for-umbraco/
Umbraco 10 version coming soon
This looks great Huw, I'll install it on 10.2, and see if i have any feedback.
That would be great thanks.
so this is the error that occurs on 10.3.2, i suppose the one youre using on https://umbraco.themediawizards.co.uk/ is a more recent build?
Hi sattapaal,
I will take a look over the weekend, possibly because when originally installed on the test site it was v9, so I will test an install on a clean 10.3.2
Thanks for the feedback
no probs, let me know if you need anything.
I have uploaded a new version to nuget 10.3.0
Could you let me know if that fixes the issue. I installed into a clean Umbraco 10.3.2 and all went OK.
Yes it worked!
Some feedback:
I created a simple cmsMaster.cshtml just to keep it vanilla, and added a reference to bootstrap css cdn. might be worth putting those into the release, cos its nice to not have any errors when you run it.
There is a reference to the email From field in configuration. If it is not set, it will return an error after creating the member via register function. But the member does get created fine.
For me, I dont know if this is by design, if you manually approve member via the back office, the password isnt saved into the user. So i manually set a password.
I like the back office interface, and its super changeable. lockable and the permissions are good. Good member features.
It could be worth creating its own index, and putting the posts in that rather than as content? just an idea.
Are you working on Quoting parts of text? I think people like to do that a lot on forums.
Hi sattapaal,
Many thanks for the feedback it is much appreciated, I will certainly look into some of the points you have raised.
I had initially considered including the cmsMaster template, but didn't want to cause any probems if anyone already had a master template called cmsMaster, but may be worth doing so and just giving it a name that is unlikely to already exist, maybe mediawizMaster or something like that :)
I will add some code to the emailservice so that if there is no from address in the mail config it doesn't error, hadn't thought about that.
I will look into that as not something I had checked, I just assumed that it would have kept the password so will do some checking.
Yes, it is really only designed as a small forum rather than a full blown collaboration forum, which TBH should really use it's own data structure/tables rather than using umbraco content nodes.
Good idea, I will consider that, as yes you are correct, people do like to quote :)
I am one of the co-authors of Snitz Forums 2000 so have been working with forum related code for a very long time, but their popularity has declined massively since the advent of social media platforms unfortunately :D
The code for this package was taken from an old Umbraco package called Simply Forums, as someone asked for a version that was compatible with Umbraco 8, so decided to give it a go when I first started working with Umbraco.
I have no idea why this happens, it must be something to do with Umbraco itself as they are just standard Umbraco members, will do some digging to see if I can come up with an answer
I have discovered the root of the password issue, I will update the nuget package later today
NuGet package updated to 10.3.1 - fix for registration password issue
New version posted, it will install for Umbraco 10 & 11
is working on a reply...