The app had no problems until I tried to change the app's icon. And now I get that error in the manifest.
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="#color/ic_launcher_background"/>
<foreground android:drawable="#mipmap/ic_launcher_foreground"/>
</adaptive-icon>
In, say, mipmap-mdpi there is ic_launcher.png, ic_launcher_foreground and ic_launcher_background.
I made what to me was a trivial change to a icon file and ended up with a 4 day headache (so far).
Any help is greatly appreciated.
RON
(and yes, I asked it once already but just don't seem to understand what the suggestions are.)
Related
We have an issue with Preview in Wagtail CMS. I have looked around at several other people that have had this issue but none are the same as mine. As preview is not even working in Dev and we are receiving no errors to suggest what the issue might be.
We Use Wagtail 1.13.1 & DJANGO 1.11.8
When i click the preview button It just takes me to a new tab thats blank with no error or anything.
if i inspect the button I can see:
<button class="button action-preview icon icon-view" data-action="/admin/pages/30/edit/preview/" data-auto-update="false">Preview</button>
So I took: /admin/pages/30/edit/preview/ and manually pasted into the browser and it gives me:
https://domain.dev:8000/admin/pages/30/edit/preview/
I am still receiving no errors, which leaves me to believe either a setting is incorrect or this is a bug in Wagtail as it does not work in Dev,Staging or Prod
If anyone can shed more light on this topic it would be greatly appreciated as at least if i got an error I could look to resolve it. but i get nothing.
Where am i going wrong?
I use TFS online to store my source codes, and I want to use the integrated build service.
I have created several Build définitions last week, and they work perfectly (I can start builds, modify them). But since this morning, I can't create new Build définitions. Visual Studio show me an error message :
Could not find service '0000000d-0000-8888-8000-000000000000' from host'7e427fe9-b401-40e8-b6c8-5613d886b8df'. Please ensure the service is registered with the Shared Platform Service.
When I start Fiddler, I see an error 500 when calling the service : /DefaultCollection/Services/v3.0/SecurityService.asmx - There is a "ServiceOwnerNotFoundException".
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<soap:Code>
<soap:Value>soap:Receiver</soap:Value>
<soap:Subcode>
<soap:Value>ServiceOwnerNotFoundException</soap:Value>
</soap:Subcode>
</soap:Code>
<soap:Reason>
<soap:Text xml:lang="en">Could not find service '0000000d-0000-8888-8000-000000000000' from host'7e427fe9-b401-40e8-b6c8-5613d886b8df'. Please ensure the service is registered with the Shared Platform Service.</soap:Text>
</soap:Reason>
<soap:Detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
I can't find anything about this problem, do you have any idea ?
We have rolled out the fix for this issue. Sorry for the disruption!
Looks like the problem is identified and a fix is on the way - http://blogs.msdn.com/b/vsoservice/archive/2015/04/27/issues-with-visual-studio-online-4-27-investigating.aspx
We have never experienced this issue in Umbraco 4, but we've got this twice in Umbraco 7.
The Problem
So we've got a page: www.mywebsite.com/sale
It has been working for a month, then suddenly it shows 404:
The (non-ideal) Solution
We could change the template of this document, eg. from SalePage to TextPage, then back to SalePage.
That will temporarily fix it.
But after IIS restart, or after republishing the page, it will show the 404 error again.
For a permanent fix, we have to change the page name, eg. from Sale to Sale1.
The Question
Sometimes changing the page name is not an ideal solution at all.
Has anyone experienced this? Or know where to look? May be the database has a corrupted entry somewhere..?
We found the problem! We have this structure under Content:
Home
HomeSlide1
HomeSlide2
Pages
Sale
About Us
etc
The problem started when someone created a "home slide" under Home called "sale".
So, both Home/sale and Pages/Sale has the same path: /sale/
Deleting/renaming Home/sale fixed the problem.
This sounds like a corrupt cache.
To find out what went wrong:
Investigate the xml config (/config/umbraco.config)? I suspect this file will still contain the correct information.
If the umbraco.config file doesn't contain wrong elements, check the examine indexes. When you do a "rebuild indexes" from the developer node in the umbraco backend the problem might go away also.
If you know what is going wrong, you can start finding a solution for fixing the issue. E.g. finding out which action went wrong.
Our Umbraco site was writing out its site structure to its XML config file for most of the project but recently it has stopped doing this and we don't know why. We haven't done anything new or unusual and we didn't notice it straight away so we are not to sure if there was a change that actually triggered this.
I have checked the premissions on the folder and i am sure that it has premissions to write.
I don't know what else to look for. Does anybody have any suggestions for what i should be looking for or experience with this happening?
The best place to start look at this problem is Umbraco Database.you can see a table name dbo.umbracoLog .In this table all activities like writing to xml config files will be recorded.If an error has occurred you will definitely get some info from there which will lead you to finding out the real cause
Well i figured it out after binary sorting my way through the revision history there was a change in the app config:
<add key="umbracoContentXMLUseLocalTemp" value="true" />
setting this to false made this reappear im my App_Data folder. I assume that it was actually appearing in the temp folder when this was set to true. If somebody wants to edit this answer with more specifics it would be interesting to know what this setting actually does.
I can't get sIFR to display. It just shows the regular web text. I've went through the steps several times.
Maybe I'm just missing some tiny bit of code, but I think I've followed all the steps correctly. Just can't get it to display.
Anyone want to look and see if I'm just screwing up some mundane detail? Here is a link to my test page
Test Page
Any help would be appreciated!
You're including the config file before the main library file. Try to switch it around.
If you're in Firefox, you can look at the Error Console. Where it says.
Error: sIFR is not defined
Source File: http://www.creativewhirlwind.com/reallynewversion/sifr_test/js/sifr-config.js
Line: 25
You should also look at using FireBug.