Deprecated : Assigning the return value of new by reference is deprecated in……
Solution
Where to find the error code
Before the change: $helper =& new GK3NewsShowHelper();
After the change: $helper = new GK3NewsShowHelper();
Remove &
Similar Posts:
- [LeetCode] 291. Word Pattern II
- [Solved] Eclipse Error: Access restriction: The type ‘BASE64Decoder’ is not API
- Fast locating nonetype ‘object is not Iterable in Python
- QT use of undeclared identifier ‘cout’
- The solution of base64decoder prompt error under eclipse
- Fatal error: Call-time pass-by-reference has be…
- Tensorflow ImportError: DLL load failed with error code -1073741795
- [Vue warn]: You may have an infinite update loop in a component render function
- Steps of MyEclipse / eclipse importing sun.misc.base64encoder jar package
- [Solved] Github Push Error: OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443