«php-5.4» 태그된 질문


1
Magento를 실행하는 데 필요한 최소 PHP 모듈 수
기존 Magento 서버의 랙 공간에 다음 모듈이 설치되어 있습니다. 그들은 이것을 연결하기를 희망하는 새로운 서버를 가지고 있습니다. 필요한 최소값은 얼마입니까? php54-pecl-memcache-3.0.8-1.ius.centos6.x86_64 php54-mysql-5.4.38-1.ius.centos6.x86_64 php54-mbstring-5.4.38-1.ius.centos6.x86_64 php54-ioncube-loader-4.7.4-2.ius.centos6.x86_64 php54-cli-5.4.38-1.ius.centos6.x86_64 php54-mcrypt-5.4.38-1.ius.centos6.x86_64 php54-pecl-apc-3.1.13-2.ius.centos6.x86_64 php54-xml-5.4.38-1.ius.centos6.x86_64 php54-soap-5.4.38-1.ius.centos6.x86_64 php54-gd-5.4.38-1.ius.centos6.x86_64 php54-pear-1.9.5-2.ius.centos6.noarch php54-pecl-lzf-1.6.2-8.ius.centos6.x86_64 php54-pecl-redis-2.2.5-1.ius.centos6.x86_64 php54-imap-5.4.38-1.ius.centos6.x86_64 php54-process-5.4.38-1.ius.centos6.x86_64 php54-bcmath-5.4.38-1.ius.centos6.x86_64 php54-pdo-5.4.38-1.ius.centos6.x86_64 php54-intl-5.4.38-1.ius.centos6.x86_64 php54-odbc-5.4.38-1.ius.centos6.x86_64 php54-pspell-5.4.38-1.ius.centos6.x86_64


1
이메일 템플릿 'custom_mail_template'이 (가) 정의되지 않았습니다
맞춤 모듈에서 메일을 보내려고합니다. 이를 위해 system.xml파일을 만들었지 만 오류를 반환합니다. 오류: 이메일 템플리트 'custom_mail_template'이 (가) 정의되지 않았습니다. 내 코드는 다음과 같습니다 <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> <system> <tab id="custom" translate="label" sortOrder="1"> <label>custom mail</label> </tab> <section id="custom" translate="label" type="text" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1"> <label>custom mail</label> <tab>custom</tab> <resource>Learning_Custom::config_custom</resource> <group id="mail" translate="label" …

3
magento2에서 사용자 정의 모듈 생성 치명적 오류 표시
magento 2에서 사용자 정의 모듈을 만드는 중이지만 작동하지 않습니다. 내가 어디로 잘못 갔는지 제안 해 주시겠습니까?. 내 모듈 코드 : app / etc / config.php : 'modules' => array ( 'Ramesh_Sample' => 1, ), 앱 / 코드 /Ramesh/Sample/etc/module.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd"> <module name="Ramesh_Sample" schema_version="2.0.0"> </module> </config> app / …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.