It works fine on local, however when upload to server, the tags functionality stopped working. It shows the field, however it does not work.
Also browser showing this error:
Anyone has an idea what is going on?
Obs: I already updated the bin folder, config files, deleted all files from app_data/temp/clientdependency. I did publish entire site using Umbraco/dialogs/republish.aspx?xml=true
Thank you so much for taking the time to look into it.
All the app pool/permission is assigned to website.
I found something really interresting, when I run website in http it works great, however when I run it in https it does not work, so I am investigating how I can fix it, I am not very savvy with server side.
I will keep looking, if you have any comment on it will be appreciated.
The problem was that the SSL certificate was expired, so I generate a new certificate, uploaded to server, in the IIS, selected my website and bind the new certificate to https and done.
went to the browser and cleaned the cache by press ctrl+F5.
Now the whole website is working like charm.
Also Anthony, my config is exacly yours. Thanks a lot for help.
UBlogsy uTagsy tags not working back office
Hi all
UBlogsy uTsgay tags not working on back office.
It works fine on local, however when upload to server, the tags functionality stopped working. It shows the field, however it does not work.
Also browser showing this error:
Anyone has an idea what is going on?
Obs: I already updated the bin folder, config files, deleted all files from app_data/temp/clientdependency. I did publish entire site using Umbraco/dialogs/republish.aspx?xml=true
Also I have some tags created.
Any help will be appreciated.
Cheers
Perhaps double check that the tag files exist on the server?
Yes, its exits there, and is the same as the local.
Just did another full deployment, copy the database from local to server.
And the problem stills there.
What its funny, its just that little bit.
Very frustated right now.
is the dll in the bin on the live server?
yes, it is.
Could it be a permissions issue?
Ensure IIS_IUSRS and Network Service have read and write permissions to App_data, umbraco etc
Hi Anthony
Thank you so much for taking the time to look into it.
All the app pool/permission is assigned to website.
I found something really interresting, when I run website in http it works great, however when I run it in https it does not work, so I am investigating how I can fix it, I am not very savvy with server side.
I will keep looking, if you have any comment on it will be appreciated.
Cheers
I'm not sure about SSL in v7, but in v6, I normally have these app settings for SSL in the web.config:
<add key="umbracoUseSSL" value="false" />
<add key="umbracoUseMediumTrust" value="false" />
Ok folks,
Finally I found the solution.
The problem was that the SSL certificate was expired, so I generate a new certificate, uploaded to server, in the IIS, selected my website and bind the new certificate to https and done.
went to the browser and cleaned the cache by press ctrl+F5.
Now the whole website is working like charm.
Also Anthony, my config is exacly yours. Thanks a lot for help.
ARG!!! SSL causes so much pain and suffering.
Glad you got it sorted.
is working on a reply...