Emad ELsayed |
03-23-2015 03:31 PM |
Quote:
Originally Posted by RichieBoy67
(Post 2541289)
For now put this in your config.
define('SKIP_ALL_ERRORS', true);
|
Thank you dear
Already is a successful way, but after I read the comments applied method kh99
Quote:
Originally Posted by kh99
(Post 2541290)
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");
}
(added two forward slashes before error_log ).
According to the comments in the tracker, there will be a solution to this in beta 5.
|
Dear kh99
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:
[23-Mar-2015 16:23:51 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:23:53 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:23:53 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
[23-Mar-2015 16:23:55 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
[23-Mar-2015 16:23:58 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:00 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:00 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
[23-Mar-2015 16:24:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:01 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:04 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:05 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
[23-Mar-2015 16:24:06 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:06 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:06 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:06 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:06 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:08 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:11 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/includes/class_postbit.php(345) : eval()'d code(356) : runtime-created function on line 1
[23-Mar-2015 16:24:12 UTC] PHP Strict Standards: Only variables should be passed by reference in /home/myforum/public_html/vb/redirector.php on line 33
Is this a problem
Thank you very much dears
Do I need to do anything now
Best regards
|