คำถามติดแท็ก php-5.4

2
Magento ภายใต้ PHP 5.4 เว็บเซิร์ฟเวอร์ - ร้ายแรง: getFrontNameByRoute () บนไม่ใช่วัตถุ
มีใครจัดการให้ Magento ทำงานภายใต้ PHP 5.4 ด้วยเว็บเซิร์ฟเวอร์ในตัวหรือไม่ ฉันใช้HTRouter PHARเพื่อเลียนแบบกฎ. htaccess - แต่จนถึงตอนนี้ฉันว่างเปล่าถนนทุกสายในขณะนี้นำไปสู่ Fatal error: Call to a member function getFrontNameByRoute() on a non-object

1
จำนวนโมดูล PHP ขั้นต่ำที่จำเป็นในการเรียกใช้ Magento
เราได้ติดตั้ง Modules ต่อไปนี้ที่ Rackspace สำหรับเซิร์ฟเวอร์ 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" type="text" sortOrder="1" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Custom</label> <field id="active" translate="label" type="select" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enabled</label> …

3
การสร้างโมดูลที่กำหนดเองใน magento2 แสดงข้อผิดพลาดร้ายแรง
ฉันทำงานเกี่ยวกับการสร้างโมดูลที่กำหนดเองใน magento 2 แต่มันไม่ทำงาน คุณช่วยแนะนำฉันในที่ที่ฉันผิดไปได้ไหม. รหัสโมดูลของฉัน: app / etc / config.php: 'modules' => array ( 'Ramesh_Sample' => 1, ), app / รหัส / Ramesh / ตัวอย่าง / 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 / รหัส / Ramesh / ตัวอย่าง / etc / …
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.