During the uploading of files, it failed in creating a new folder in the library, and uploading a file to it. What folder was added to the library in this release so I can try to do it manually?
That is part of Zend framework and that hasn't been touched for a while, so yes it was there in beta 3. We don't actually use that component at this time.
ok, in the Extension folder, there was a file called Content that was 0 in size. I changed its name and the Content folder and file now uploaded. Is that 0 sized file named Content that was in there needed?
ok, in the Extension folder, there was a file called Content that was 0 in size. I changed its name and the Content folder and file now uploaded. Is that 0 sized file named Content that was in there needed?
Those functions aren't used in day-to-day use. It's likely that your PHP configuration changed (unexpectedly). The check for those functions is rather simple, so I do not expect it to be wrong.
Nonetheless, remove this from library/XenForo/Install/Model/Install.php:
Code:
if (!class_exists('DOMDocument') || !class_exists('SimpleXMLElement'))
{
$errors['xml'] = new XenForo_Phrase('required_php_xml_extensions_not_found');
}
Though I don't expect that the upgrade will complete correctly.
Actually, DOM has always been listed in the requirements, so I'm not sure how you got past it before. DOM isn't strictly required for the upgrade, but it is used for XML building in places.
If you have so many issues with this host ... look for another .. Seriously ... you shouldn't guess what's needed for .. or hack your way through installation or upgrade.
If you have so many issues with this host ... look for another .. Seriously ... you shouldn't guess what's needed for .. or hack your way through installation or upgrade.