The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Problem in error_log file size is very large quickly
Hello everyone,
I have a problem which is increasing the file size of error_log very quickly I disable hacks from config.php still file size increases very strange way File size reached in less than 3 minutes 190 MB Note:: The upgrade to version 4.2.3 Beta 4 days ago These are some of the mistakes that appear file PHP Code:
|
#2
|
||||
|
||||
For now put this in your config.
define('SKIP_ALL_ERRORS', true); |
Благодарность от: | ||
Emad ELsayed |
#3
|
|||
|
|||
This is caused by a change in the error handling, and was discussed here: http://tracker.vbulletin.com/browse/VBIV-16079 (you have to log in at vbulletin.com first).
The bottom line is that you have to either disable all php logging by setting log_errors to 0 in your php.ini, or else edit file includes/class_core.php and comment out line 5711, so that it looks like this: Code:
if ($php_log_errors) { // If set, try to log to system log regardless of vB settings // error_log("VB PHP Error: $errstr in $errfile on line $errline"); } According to the comments in the tracker, there will be a solution to this in beta 5. |
Благодарность от: | ||
Lynne |
#4
|
|||
|
|||
That works in vb4.2.2 but it's been removed from 4.2.3. There is 'SKIP_ERRORS' that can be defined in 4.2.3, but it won't stop all of the messages.
|
#5
|
||||
|
||||
Quote:
Also I would add php_flag display_errors off to htaccess. |
#6
|
||||
|
||||
Quote:
Already is a successful way, but after I read the comments applied method kh99 Quote:
I apply the steps on class_core.php file. Indeed, a few mistakes to a large extent and now appear the following errors only PHP Code:
Thank you very much dears Do I need to do anything now Best regards |
#7
|
|||
|
|||
Quote:
If you do want to stop the messages you could try asking the mod developer, or if you have access to your php.in file you might be able to change error_reporting to remove E_STRICT. Edit: or maqybe you can put it in htaccess, as RichieBoy67 mentioned above. |
Благодарность от: | ||
Emad ELsayed |
#8
|
||||
|
||||
Quote:
I will try to solve these problems related to plugin Thank you for helping me |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|