AdminCP >>> vBSEO >>> vBSEO Sitemap Settings
Nothing shows up... blank page.
I had a similar issue with another AdminCP link and found there is a bug in the latest PHP 5.6.2 with libxml2 (see PHP Bugs: #45996: libxml2 2.7.1 causes breakage with character data in xml_parse()).
Is it possible this could be related?
If so... the fix was mentioned with some lines of code at one of their personal websites, which the content of the code was as follows:
But this fix was listed as not perfect and also I did not see any directions on which specific file to apply these lines of code too.Code:"patch" - --- php-5.2.6/ext/xml/compat.c.xmlwformed +++ php-5.2.6/ext/xml/compat.c @@ -412,7 +412,6 @@ XML_ParserCreate_MM(const XML_Char *enco #endif parser->parser->replaceEntities = 1; - parser->parser->wellFormed = 0; if (sep != NULL) { parser->use_namespace = 1; parser->parser->sax2 = 1;
Any ideas or alternate fixes if this is the issue?
Thanks!


LinkBack URL
About LinkBacks





Reply With Quote
