You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drupal based platform we use to host our websites has found these issues with the IMu php code.
(I've removed the reference to the site name in the paths)
Line lib/IMu/MIME.php
75 Undefined variable: $file
177 Access to an undefined property IMuMIMEType::$type.
Line lib/IMu/Stream.php
483 Access to an undefined static property IMuStream::$blockSize.
Line lib/IMu/Trace.php
170 Should not use function "debug_backtrace", please change the code.
215 Should not use function "print_r", please change the code.
Line lib/IMu/Web/Platform.php
150 Access to an undefined property IMuWebPlatform::$device_mobile.
151 Access to an undefined property IMuWebPlatform::$device_phone.
The text was updated successfully, but these errors were encountered:
The drupal based platform we use to host our websites has found these issues with the IMu php code.
(I've removed the reference to the site name in the paths)
Line lib/IMu/MIME.php
75 Undefined variable: $file
177 Access to an undefined property IMuMIMEType::$type.
Line lib/IMu/Stream.php
483 Access to an undefined static property IMuStream::$blockSize.
Line lib/IMu/Trace.php
170 Should not use function "debug_backtrace", please change the code.
215 Should not use function "print_r", please change the code.
Line lib/IMu/Web/Platform.php
150 Access to an undefined property IMuWebPlatform::$device_mobile.
151 Access to an undefined property IMuWebPlatform::$device_phone.
The text was updated successfully, but these errors were encountered: