I'm having trouble with Content & Media requiring to be republished to prevent null exceptions occuring normally after an app pool recycles or if I bring the database back to Dev to do more work on etc.
Is there a neat way to clear the cache and auto-rebuild it from the DB please?
I thought media cache was from the internal index and in the past i have issues after website / app pool restart and i have just rebuilt internal index and that fixed fixed the issue? You can goto developer section and open up Examine managment tab open up internal indexer > tools then rebuild index.
Why are you trying to install something? The examine management is part of the core? Unless you have tried to install my examine inspector package although that does not do rebuild and its definately not v7 compatible.
Content/Media cache republish
I'm having trouble with Content & Media requiring to be republished to prevent null exceptions occuring normally after an app pool recycles or if I bring the database back to Dev to do more work on etc.
Is there a neat way to clear the cache and auto-rebuild it from the DB please?
Cheers
PS Using 7.0.4
Hello,
This might help: http://our.umbraco.org/wiki/reference/api-cheatsheet/publishing-and-republishing
Jeroen
Thanks. Is there an equivilent for media. I get lots of null exceptions when using Umbraco.Media(int).Url
Guys,
I thought media cache was from the internal index and in the past i have issues after website / app pool restart and i have just rebuilt internal index and that fixed fixed the issue? You can goto developer section and open up Examine managment tab open up internal indexer > tools then rebuild index.
Regards
Ismail
Ismail, that does work nicely in v6, but wont install for v7 for me.
For now, i have just deleted the ExamineIndex and have it rebuilt, but that's not ideal.
Perhaps on a null Umbraco.Media(int), the core should try rebuilding that part of the index?
JJ,
Why are you trying to install something? The examine management is part of the core? Unless you have tried to install my examine inspector package although that does not do rebuild and its definately not v7 compatible.
Regards
Ismail
is working on a reply...