php - Fatal error: Cannot use Zend\XmlRpc\Value\String as String because 'String' is a special class name in zf2 -
move zf2 project php5 php7 fatal error in model
fatal error: cannot use zend\xmlrpc\value\string string because 'string' special class name what solutions resolve ?
you can try search string.php , rename sharedstring.php open sharedstring.php , change "class string" "class sharedstring" search in project for: "use your/namespace/string" , replace everywhere "use your/namespace/sharedstring" search in project for: "string::" , replace everywhere "sharedstring::"
i succeeded notepad++ -> search in files -> replace in files
Comments
Post a Comment