何か問題が発生したときにmagentoをアップグレードしていましたが、管理者にログインしようとすると、magentoのバックエンド管理者にログインできず、次のエラーが表示されます
Fatal error: Call to undefined method Zend_XmlRpc_Value::getGenerator() in /home/boutique/public_html/app/code/core/Zend/XmlRpc/Request.php on line 413
それぞれの行のコードは
/**
* Create XML request
*
* @return string
*/
public function saveXml()
{
$args = $this->_getXmlRpcParams();
$method = $this->getMethod();
$generator = Zend_XmlRpc_Value::getGenerator();
$generator->openElement('methodCall')
->openElement('methodName', $method)
->closeElement('methodName');
なぜこの問題が起こっているのか理解できません.magentoの新しいダウンロードからrequest.phpとresponse.phpファイルを置き換えてみました..
体は私を助けることができますか?なぜこのエラーが飛び出しているのですか?