Android Whats' Wrong With My advancedsettings.xml file?
#1
Hi

I having a problem with a plugin but while looking at the log I also noticed this error

Quote:13:25:53 T:1203824 ERROR: Error loading special://profile/advancedsettings.xml, Line 3
Error reading Attributes.

Code:
<advancedsettings>
<network
<cachemembuffersize>0</cachemembuffersize>
</network>
</advancedsettings>

What is wrong with it?
Reply
#2
Line 2 not closed
Reply
#3
You're missing the closing ">" in line 2 for the "<network>" tag.
Reply
#4
Don't know how I missed that one LOL.
Reply

Logout Mark Read Team Forum Stats Members Help
Whats' Wrong With My advancedsettings.xml file?0