«error» 태그된 질문

PHP 오류 메시지 및 오류 로그에 대한 질문


3
Magento2의 웹 페이지에서 예외 인쇄 활성화
Magento 2를 설치하고 있는데 다음 오류가 발생했습니다. There has been an error processing your request Exception printing is disabled by default for security reasons. Error log record number: 354086296325 마 젠토 1, 나는 이름을 변경하는 데 사용 local.xml.sample에 local.xml오류가 폴더와 VAR 폴더에있는 파일을 확인하는 대신 웹 페이지 자체에 대한 예외를 …

2
성공적인 패치 SUPEE-5994 후 오류 : 클래스 'Mage_Install_Controller_Router_Install'을 찾을 수 없음
SUPEE-5994 패치를 성공적으로 설치했습니다 : [root@x]# sh PATCH_SUPEE-5994_EE_1.14.1.0_v1-2015-05-14-05-05-02.sh Checking if patch can be applied/reverted successfully... Patch was applied/reverted successfully. 그러나 이제 모든 웹 페이지가 비어 있습니다. httpd 오류 로그 : [오류] [클라이언트 x] PHP 치명적 오류 : 138 행의 /var/www/x/public_html/app/code/core/Mage/Core/Controller/Varien/Front.php에 클래스 'Mage_Install_Controller_Router_Install'이 없습니다. 나는 노력했다 : / var / cache를 …


3
마 젠토 업그레이드 후 오류
CLI에서이 명령을 실행 한 후 php bin/magento setup:upgrade 오류가 발생합니다-: Fatal error: Uncaught exception 'Magento\Framework\Exception\LocalizedException' with message 'Can't create directory /var/www/html/magento/magento2.0/var/generation/Magento/Framework/App/ResourceConnection/.' in /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator.php:103 Stack trace: #0 /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator/Autoloader.php(35): Magento\Framework\Code\Generator->generateClass('Magento\\Framewo...') #1 [internal function]: Magento\Framework\Code\Generator\Autoloader->load('Magento\\Framewo...') #2 [internal function]: spl_autoload_call('Magento\\Framewo...') #3 /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Reader/ClassReader.php(19): ReflectionClass->__construct('Magento\\Framewo...') #4 /var/www/html/magento/magento2.0/vendor/magento/framework/ObjectManager/Definition/Runtime.php(44): Magento\Framework\Code\Reader\ClassReader->getConstructor('Magento\\Framewo...') #5 /var/www/html/magento/magento2.0/vendor/magento/framework/ObjectMana in /var/www/html/magento/magento2.0/vendor/magento/framework/Code/Generator.php on line 103`

4
Magento2 CLI 모듈 : 활성화하면 "알 수없는 모듈"오류가 발생합니다
Magento2에서 간단한 사용자 정의 모듈을 만들고 CLI로 활성화하려고합니다. bin/magento module:enable Vendorname_Modulename 그러나 다음과 같은 오류가 발생합니다. 알 수없는 모듈 : 'Vendorname_Modulename' 모듈과 파일이 존재합니다. app/code/Vendorname/Modulename/ 물론 캐시를 지우거나 비활성화하고 생성을 지우고 Memcache (d)가 실행되지 않습니다 ...

9
CE1.9.1 사용자 등록시 비밀번호가 일치하는지 확인하십시오
CE1.9.1에서이 문제가 발생했습니다. 사용자가 등록 할 때 (체크 아웃 중이거나 계정 만들기 링크에서 발생하더라도) 암호를 올바르게 다시 입력하더라도 사용자는 암호 불일치 오류를 계속받습니다. 양식 유효성 검사는 불일치가 아니라 사용자가 등록을 클릭하면 불일치 오류를 반환합니다. 크롬 콘솔에 오류가 없습니다 ... 나는이 발견 : "확인하십시오 있는지 암호 일치"- 새로운 등록 양식을 체크 …

2
송장 인쇄 중 오류
XAMPP 용 BitNami Magento 설치를 사용하여 Windows 7에 표준 Magento 1.8.0.0을 설치했습니다. 나는 열 때 판매 -> 송장 화면 및 송장을 클릭 한 다음 내가 웹 브라우저 내에서 다음과 같은 오류 메시지가 화면의 오른쪽 상단에 주황색 인쇄 버튼을 클릭합니다 : 치명적인 오류 : Zend_Pdf_FileParserDataSource_File :: __ construct () 선언은 41 …

3
“잘못된 블록 유형 ..”오류를 진단하는 방법?
이 오류를 파악하는 방법을 모르면 일주일 동안 인터넷 검색을 해왔으며 해결책을 찾지 못하는 것 같습니다. 어떤 아이디어? 2013-06-10T04:04:28+00:00 ERR (3): exception 'Mage_Core_Exception' with message 'Invalid block type: ' in /home/xxxxxxx/public_html/app/Mage.php:594 Stack trace: #0 /home/xxxxxxx/public_html/app/code/core/Mage/Core/Model/Layout.php(495): Mage::throwException('Invalid block t...') #1 /home/xxxxxxx/public_html/app/code/core/Mage/Core/Model/Layout.php(437): Mage_Core_Model_Layout->_getBlockInstance('', Array) #2 /home/xxxxxxx/public_html/app/code/core/Mage/Core/Model/Layout.php(472): Mage_Core_Model_Layout->createBlock('', 'checkout.cart') #3 /home/xxxxxxx/public_html/app/code/core/Mage/Core/Model/Layout.php(239): Mage_Core_Model_Layout->addBlock('', 'checkout.cart') #4 …


5
EE 1.14.2.0으로 업그레이드 한 후 색인 오류 : catalog_product_entity_tmp_indexer 테이블이 존재하지 않습니다.
Magento를 EE 1.14.2.0으로 업그레이드 한 후 cron에 enterprise_refresh_index항상이 오류가 발생합니다. 'SQLSTATE [42S02] 메시지와 함께'PDOException '예외 : 기본 테이블 또는보기를 찾을 수 없음 : 1146 테이블'catalog_product_entity_tmp_indexer '이 (가) 없습니다'/var/www/public_html/lib/Zend/Db/Statement/Pdo.php:228 이 테이블이 존재하지 않는 이유를 모르겠습니다. Magento가 새로 고침 색인 프로세스에서 생성해서는 안됩니까?

3
Magento 2 StoreManagerInterface가 컴파일의 컨텍스트 객체에 이미 존재합니다
내 확장에서이 오류가 발생합니다. PackageName \ ModuleName \ Block \ Enhanced /var/www/html/app/code/PackageName/ModuleName/Block/Enhanced.php \ Magento \ Store \ Model \ StoreManagerInterface에서 PackageName \ ModuleName \ Block \ Enhanced 클래스의 종속성이 잘못되었습니다. 컨텍스트 객체 public function __construct( \Magento\Framework\View\Element\Template\Context $context, \Magento\Catalog\Model\Session $catalogSession, \Magento\Store\Model\StoreManagerInterface $storeManager, array $data = [] ) { parent::__construct($context, $data); $this->_catalogSession …

3
마 젠토에서 중성 타입 힌트 다루기
Magento의 사용자 정의 오류 처리기와 공존하는 유형 검사에 대해 생각했던 것보다 더 나은 전략이 있는지 궁금합니다. 특히, typehinted 매개 변수가 일치하지 않는 경우 "캐치 가능한 치명적 오류"에 대해 궁금합니다. 다음은 Mage수업 의 예입니다 . /** * Write exception to log * * @param Exception $e */ public static function logException(Exception …
15 error  exception 

7
보안상의 이유로 예외 인쇄는 기본적으로 비활성화되어 있습니다.
닫은. 이 질문은 주제에 맞지 않습니다 . 현재 답변을받지 않습니다. 이 질문을 개선하고 싶습니까? Magento Stack Exchange에 대한 주제가 되도록 질문을 업데이트하십시오 . 휴일 3 년 전 . 내 magento를 내 호스팅으로 설정하려고했습니다. 그래서 새 데이터베이스를 만들었고 SQL 파일을 가져 와서 local.xml의 데이터베이스 설정을 변경했습니다. 하지만 이제 보안상의 이유로 예외 …


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.