I have a strange error, when I put the site on to a live server, I keep getting "An Error has Occurred" message whenever I try and publish something, the error doesn't point me to anywhere so not sure what I have configured wrong - anyone know and point me in the right place? I think it is something pretty simple that I have forgotten to do.
Can you double check permissions thats what usually causes publish errors. Also what os / iis version is your server runnning also I am assuming that this all wroks on dev?
Greg - unfortunately there are no event viewer logs for the error.
Ismail - running as it should, I have another Umbraco 7 site running on this server using same setting and works fine. Just something has happened with this one. Site runs completely fine just can't edit anything.
Cheers for all your help guys, but it didn't solve my problem.
Solution:
I tried everything you guys had said to do but was giving me nothing so I created a new database and copied the file up again - a new instance of Umbraco.
I think the problem was copying the database over, I went from a SQL Server 2012 instance to 2008 instance, without being able to copy the scripts over I copied the DB from 2012 instance to 2008 instance locally and then that 2008 instance to the live server 2008 instance. I think something somewhere here has broken.
The strange this is that is was allowing me to do changes, then all of a sudden stopped and gave me an error - seems a bit of a stange error.
Umbraco 7 Admin Error
Hi guys,
I have a strange error, when I put the site on to a live server, I keep getting "An Error has Occurred" message whenever I try and publish something, the error doesn't point me to anywhere so not sure what I have configured wrong - anyone know and point me in the right place? I think it is something pretty simple that I have forgotten to do.
Thanks in advance
Jason,
Anything in the log file in app_data directory?
Regards
Ismail
Hi Ismail
My log file look like:
*posted twice.
Can you double check permissions thats what usually causes publish errors. Also what os / iis version is your server runnning also I am assuming that this all wroks on dev?
Regards
Ismail
Ismail,
Check the DB permissions or the security permissions of the folders?
Windows Server 2008 R2, IIS 7.
Most likely folder permissions.
Is this a dedicated server or shared box?
Greg.
db will be fine because you can actually login.
Dedicated server, Greg. I've set the permissions up to allow everyone and network service under the folder permission. No change.
Ismail - you are correct I've been on to the DB and double checked, everything is fine DB user side.
Stumped.
What about the server's application event log, anything useful in there?
Jason,
The app pool for the site which account is it running under?
Regards
Ismail
Greg - unfortunately there are no event viewer logs for the error.
Ismail - running as it should, I have another Umbraco 7 site running on this server using same setting and works fine. Just something has happened with this one. Site runs completely fine just can't edit anything.
Checked the Chrome Developer console and now able to see this error:
{"Message":"The requested resource does not support http method 'GET'."}
Any ideas?
Can you see the URL of the resource it's attempting to request?
That error is usually some configuration gone wrong: http://stackoverflow.com/questions/16967134/odd-exception-scenario-system-net-http-mediatypeheadervalue-cannot-be-cast-to-me
There is quite a few errors happening like this. Take a look @ http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/49297-Umbraco-7-Save-content-issue :D
Cheers for all your help guys, but it didn't solve my problem.
Solution:
I tried everything you guys had said to do but was giving me nothing so I created a new database and copied the file up again - a new instance of Umbraco.
I think the problem was copying the database over, I went from a SQL Server 2012 instance to 2008 instance, without being able to copy the scripts over I copied the DB from 2012 instance to 2008 instance locally and then that 2008 instance to the live server 2008 instance. I think something somewhere here has broken.
The strange this is that is was allowing me to do changes, then all of a sudden stopped and gave me an error - seems a bit of a stange error.
Anyway thanks for the help guys.
J
is working on a reply...