Skip to content

SimpleXmlElement Parsing Errors

Just had a WordPress site updated with the latest Custom Contact Forms. After the update the site is no longer loading and I see these errors: The first error refers to this function: But these errors are only PHP warnings, not fatal errors. But I get the white screen of death anyways. I am not familiar with …

Elasticsearch Sort based on value first

I want to sort results on the release date. I want 2015 movies first and the rest of the years sorted on the has_poster value. So I get results like: 2015, 2015, 1989, 2017, 2006 etc. So far this …

How to get absolute path to public_html folder

I’m a little confused about absolute paths when searching in the questions. I have a php project that includes a Header.php file which is the header for first level php files. To avoid adding another …

Sort array by keys in custom order

I have the following multidimensional array I need to sort each of the inner arrays by their key so they are in the order LOW, MEDIUM, HIGH (the first is correct by chance). I tried the following code which I took and adjusted from here: but this orders them as HIGH, MEDIUM, LOW (ascending alphabetical). It d…

htaccess url rewrites and redirects not working

I have a website that was updated. I want to make the old urls work, I want to redirect some of them, so links from google search still work, and rewrite the url for other urls, using .htaccess. For …