Hi, installed your package on a umbraco v 4.0.2.1 installation but i do net get any notifications. I have umbracoInternalRedirectId set on several pages.
Does your package need a newer version of umbraco or did i miss something.
Appologies for the delay, but I've tried it on 4.0.4.2 and it works fine. The one thing I would say is that you need to navigate away, and return to that page in the admin for it to display.
thank you for your reply. Still have the same situation. Your package is installed, have umbracoInternalRedirectIds set on several pages but nothing shows up. Did a reinstall of your package already but no difference :(
That is strange, I have just tested it again with both umbracoInternalRedirectId and umbracoRedirect and they both worked.
What version of .NET are you running, as it is compiled to .NET 3.5. May also be worth checking the umbraco log table (not that my package logs anything, but there may be a general error).
Have a look into these and let me know how you get on.
Doh! You actualy said that on your first post didn't you =)
I'm not quite sure how to continue then, as when I compile to .NET 2 it complains that the umbraco dlls have dependancies on a number of .NET 3.5 dlls, so not sure how your site could be running in plain old .NET 2.
It looks like it's not going to work with your version of Umbraco. The umbracoPage Load event isn't available in 4.0.2.1 which is what this uses to inject the notification, and unfortunatley in 4.0.2.1, there are no events dispatched, so I can't hook it up to something else either.
My applogies that I couldn't get this to work for you. I'll be sure to add a note to the project of the minimum version number this works on.
Cannot see notification
Hi,
installed your package on a umbraco v 4.0.2.1 installation but i do net get any notifications.
I have umbracoInternalRedirectId set on several pages.
Does your package need a newer version of umbraco or did i miss something.
Thank you
/horst
Shouldn't do, should just work from the install.
Will double check and let you know
Mat
ok, thank you
Hi Horst,
Appologies for the delay, but I've tried it on 4.0.4.2 and it works fine. The one thing I would say is that you need to navigate away, and return to that page in the admin for it to display.
Let me know if you are still having any issues.
Many thanks
Matt
Hi Matt,
thank you for your reply.
Still have the same situation. Your package is installed, have umbracoInternalRedirectIds set on several pages but nothing shows up. Did a reinstall of your package already but no difference :(
/horst
Hi Horst,
That is strange, I have just tested it again with both umbracoInternalRedirectId and umbracoRedirect and they both worked.
What version of .NET are you running, as it is compiled to .NET 3.5. May also be worth checking the umbraco log table (not that my package logs anything, but there may be a general error).
Have a look into these and let me know how you get on.
Many thanks
Matt
uuh, .NET version is the point. The servers for this website are still running with .Net 2.0
Thank you for digging :-)
/Horst
Ok, I'll have a play and recompile to V2 as I don't think it's doing anything special (3.5 is just my default setup).
Update should be out shortly.
Matt
Hi Horst,
Which actual version of umbraco are you using?
Matt
it's umbraco v 4.0.2.1
Doh! You actualy said that on your first post didn't you =)
I'm not quite sure how to continue then, as when I compile to .NET 2 it complains that the umbraco dlls have dependancies on a number of .NET 3.5 dlls, so not sure how your site could be running in plain old .NET 2.
Anybody got any other suggestions?
Matt
ok, have a closer look on what's installed on the servers (have to check with our admins)
/horst
okok, admins say NET 3.5 is installed - did't realize as in IIS you just see the major version 2.0
sorry for confusion
/horst
Cool, although that does mean it should actually be working.
Is there any way I could get access to the site to see how you have it setup?
Matt
hm, no private messaging in this forum
could you post your email?
/horst
Hi Horst,
Just fill in my contact form and I'll email you back
http://www.mattbrailsford.com/contact-me
Matt
hi matt,
filled out your contact form with all the credentials
please let me know about your insights
/horst
Hi Horst,
It looks like it's not going to work with your version of Umbraco. The umbracoPage Load event isn't available in 4.0.2.1 which is what this uses to inject the notification, and unfortunatley in 4.0.2.1, there are no events dispatched, so I can't hook it up to something else either.
My applogies that I couldn't get this to work for you. I'll be sure to add a note to the project of the minimum version number this works on.
Matt
Not that it helps you now, but it looks like 4.0.3 is the minimum version.
Matt
Hi Matt,
thank you for information.
If i find the time, will upgrade this website anyway :)
g/horst
is working on a reply...