Not offended.BernhardSiwek wrote:Sorry didn't want you to offend in any way.
I couldn't understand why a working code was "optimized" to a non working version.
Code: Select all
SQL ERROR [ mysqli ]
Incorrect string value: '\x80\x9CYou ...' for column 'post_text' at row 1 [1366]
Code: Select all
http://ghosttraingames.com/feed/
http://www.fantasyflightgames.com/edge_asp/edge_rss_minisite.asp?emid=93
http://nightvale.libsyn.com/rss
Code: Select all
if (extension_loaded('simplexml')) {
echo "Yes";
} else {
echo "Not installed";
}
print_r(get_loaded_extensions());
Just check the download link, also compared branches from github... the code is identical for master-develop-1.1.0r2 as reported on compare page, so download from master branch and release 1.1.02-r2 tag should be identical.messiahcide wrote:I think the link in the first post here is wrong. I went to the github directly and got the most recent version, ran the upgrade path and all the associated files in /contrib, and after manually checking the edits were all good starting up again.
- Changed MySQL UTF collation to utf8mb4, if and only if the version >=5.5
- Changed Php version to 5.4+