Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove any use of get_magic_quotes_gpc #28

Open
csev opened this issue May 31, 2020 · 0 comments
Open

Remove any use of get_magic_quotes_gpc #28

csev opened this issue May 31, 2020 · 0 comments

Comments

@csev
Copy link
Collaborator

csev commented May 31, 2020

This has been deprecated since PHP 5.4. If you are running Tsugi with PHP < 5.4 make sure get_magic_quotes_gpc is turned off :)

Here is the tsugi-dev bug report:

I installed latest XAMPP (PHP Version 7.4.6) and get errors:

Deprecated: Function get_magic_quotes_gpc() is deprecated in C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php on line 780

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php:780) in C:\xampp\htdocs\tsugi\vendor\tsugi\lib\src\Core\LTIX.php on line 392

br matti

csev added a commit that referenced this issue May 31, 2020
This has been deprecated since PHP 5.4.
If you are running Tsugi with PHP < 5.4
make sure get_magic_quotes_gpc is turned off :)

Fix issue #28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant