I’m currently working with php 7.2 and when I use get_the_content() or get_the_excerpt() outside of a single template, in the functions.php for example, I get the following Warning: Warning:...
  • May 4, 2022
  • 0 Comments
I am getting an error like this: [WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png [WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/d.png [WARN]Warning: Multiple build commands for output...
  • May 3, 2022
  • 0 Comments
Eclipse is giving me a warning of the following form: Type safety: Unchecked cast from Object to HashMap This is from a call to an API that I have...
  • April 28, 2022
  • 0 Comments
IT Nursery
I get this PHP Warning when accessing my fresh WordPress 3.4.1 install (Norwegian language). Warning: fopen(URL_TO_MY_WORDPRESS_PAGE/wp-cron.php?doing_wp_cron=1341476616.7605190277099609375000): failed to open stream: Connection timed out in PATH_TO_MY_WP_FILES/wp-includes/class-http.php on line 923 This...
  • April 16, 2022
  • 0 Comments
I’m getting a warning from ReSharper about a call to a virtual member from my objects constructor. Why would this be something not to do? 1 18 In order...
  • April 13, 2022
  • 0 Comments