error-log

Where are Magento's log files located?

喜欢而已 提交于 2019-12-03 04:08:13
问题 I am new to Magento. I can't find log files in Magento. I googled it, but the Magento Commerce site returns closed and some other sites explain how to create custom log files. I want to know the location of built-in log files. 回答1: You can find them in /var/log within your root Magento installation There will usually be two files by default, exception.log and system.log . If the directories or files don't exist, create them and give them the correct permissions, then enable logging within

Failed Apache2 start, no error log

家住魔仙堡 提交于 2019-12-02 20:11:55
I would restart Apache2 but there comes an Error $ sudo service apache2 start Starting web server apache2 Action 'start' failed. The Apache error log may have more information. But all error logs in "/var/log/apache2/" are empty. Edit: The Files are at "/var/log/apache2" and there are several entries from previous Problems but this Task doesn't create any new etry ... Where is the Problem? I've Solved the Problem! It was a error in the SSL Certificate and the path to the "error.log" are changed in the vHost configuration. If you don't need SSL (i don't because i'm running a local system)

How can I add to the “Error Log” section in Eclipse?

…衆ロ難τιáo~ 提交于 2019-12-01 23:15:14
问题 I am trying to make an Eclipse plugin that enables a student with no knowledge of English to code. So I want to take the errors of what he coded [in his own language], translate them and put them in the Error Log for him to see and understand. How can I write in the "Error Log"? 来源: https://stackoverflow.com/questions/16354549/how-can-i-add-to-the-error-log-section-in-eclipse

How can I add to the “Error Log” section in Eclipse?

别说谁变了你拦得住时间么 提交于 2019-12-01 20:29:51
I am trying to make an Eclipse plugin that enables a student with no knowledge of English to code. So I want to take the errors of what he coded [in his own language], translate them and put them in the Error Log for him to see and understand. How can I write in the "Error Log"? 来源: https://stackoverflow.com/questions/16354549/how-can-i-add-to-the-error-log-section-in-eclipse

where is the error_log file?

蹲街弑〆低调 提交于 2019-12-01 13:28:30
I already set //don't display errors ini_set('display_errors', 0); //write errors to log ini_set('log_errors', 1); //error log file name ini_set('log_errors', '/var/log/php/error.log'); but I cannot find the log file. also checked the php.ini but there is no error log. I cannot find directory named var/log/apache or var/log/php What I'm trying to do is Log the errors into a file, without showing it on browser the problem : I don't see /var/log/ directory, instead I found /php/logs/ directory I cannot log the errors without showing it on browser, even after I use ini_set() function Try \xampp

IIS PHP doesn't log errors to log file

白昼怎懂夜的黑 提交于 2019-12-01 11:58:21
My local windows webserver (IIS) doesn't log php errors to log file.The php53_errors.log file is always empty. http://prntscr.com/2aels How to fix it? I think something goes wrong with permission settings. But it shows errors on browser window. And, one more question:Notices like "Undefined index".. Are they really important? Spudley Read the last part of your question: Notices like "Undefined index".. Are they really important? It depends on your definition of 'important'. The easy answer is no, they're not important. That's the reason they're classified as notices rather than warnings. It's

IIS PHP doesn't log errors to log file

感情迁移 提交于 2019-12-01 10:28:56
问题 My local windows webserver (IIS) doesn't log php errors to log file.The php53_errors.log file is always empty. http://prntscr.com/2aels How to fix it? I think something goes wrong with permission settings. But it shows errors on browser window. And, one more question:Notices like "Undefined index".. Are they really important? 回答1: Read the last part of your question: Notices like "Undefined index".. Are they really important? It depends on your definition of 'important'. The easy answer is no

where is the error_log file?

纵饮孤独 提交于 2019-12-01 10:00:46
问题 I already set //don't display errors ini_set('display_errors', 0); //write errors to log ini_set('log_errors', 1); //error log file name ini_set('log_errors', '/var/log/php/error.log'); but I cannot find the log file. also checked the php.ini but there is no error log. I cannot find directory named var/log/apache or var/log/php What I'm trying to do is Log the errors into a file, without showing it on browser the problem : I don't see /var/log/ directory, instead I found /php/logs/ directory

layoutlib.jar is missing! : Plug-in “com.android.ide.eclipse.adt”

痞子三分冷 提交于 2019-12-01 07:39:49
问题 I am getting an error in graphical layout of xml after installing the updates from : SDK Manager help->check for updates help-> Install new Software... Tell me how to get rid away from this problem ? Thanks 回答1: Changing the api level(at top right of graphical layout) from 19 to 18 fixed this problem ! :) 回答2: you can find that library for api 22 and upper here just add that lib to your project. 来源: https://stackoverflow.com/questions/22346234/layoutlib-jar-is-missing-plug-in-com-android-ide

Android Studio 3.1 not showing build error details

寵の児 提交于 2019-11-30 12:28:11
问题 I have updated to Android Studio 3.1 and it doesn't show the details of error during compile time. Suppose if I miss a semicolon somewhere or I haven't implemented a method of an interface, then it gives me this error all the time, but doesn't tell me what or where the error occurred! All error details were perfectly shown in Studio 3.0. How do I see them in 3.1? This is the message that I get every time an error occurs. Compilation error. See log for more details 回答1: There is a toggle