[User Defaults] Attempt to set a non-property-list object as an NSUserDefaults/CFPreferences value for key "keyname"
i have object array and i want to store it in UserDefaults
but
it not storing and it giving error as above
at line for ja in la["items"]
for la["items"]
i am getting following error
Cannot subscript a value of type 'AnyObject' with an argument of type 'String'
how to solve this error ?
i am integrating Paypal and i am not getting any query string at success url
i set return url like this return_url' => 'http://mydomain.com/success.php',
i have no server so i cant use wget to run server . i have single file livefetch.py
so i want to setup cron for the single file of python
how to set cron with python file ?
i have some file in shared folder which i want to read by Web Application i made in Tizen
so i have files with xml extension and i want to read it and publish at display
Which One is Better WAMP and XAMPP ?
I am using window and Mac os as well for same pc . i want same feel for both os at development environment ? its local pc no server so which one is better in between XAMPP or WAMP ?
in Django . where i can see error log
i mean i getting blak page or Server Error (500) but not getting error . so i cant able to solve the problem
so to solve Django error pls can you tell me how can i see error log at Django ?
i brought some code and i am running the code and i am finding this error in error_log
PHP Fatal error: strict_types declaration must be the very first statement in the script
so what i should do to avoid this error