Server migration, problems that may be caused by different PHP versions
After the server was migrated today, the front desk can be displayed and called normally. When logging in, a 500 error is displayed in the backend. Generally, in this case, the core jump file must be checked. After checking, it is found that the login.php file is not called. Because the login.php file is not called. If the login.php file is not found, it proves that there is a syntax error in this file. Open the server error message and find. Fatal error: Call-time
After the server was migrated today, the front desk can be displayed and called normally. When logging in, a 500 error is displayed in the backend. Generally, in this case, the core jump file must be checked. After checking, it is found that the login.php file is not called. Because the login.php file is not called. If the login.php file is not found, it proves that there is a syntax error in this file.
Open the server error message and find that Fatal error: Call-time pass-by-reference has been removed
After searching for information, I found that my original server environment was version 5.2, and I upgraded to version 5.2 after changing the server. Version 5.4, so a parameter passing error occurred.
Fatal error: Call-time pass-by-reference has been removed
When PHP is upgraded to 5.5, it will appear during program execution. The following error message is
Fatal error:Call-time pass-by-reference has been removed,
means that the new version no longer allows the use of references when calling functions, such as getFormMethod(& $method),
is no longer allowed. You can write
when defining the function. function getFormMethod(&$method){},
when calling.
getFormMethod($method);

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Linux new version
SublimeText3 Linux latest version

Atom editor mac version download
The most popular open source editor

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version
God-level code editing software (SublimeText3)