Hi there,
I ran into a similar issue recently. The problem usually stems from using a newer version of PHP where get_magic_quotes_gpc() has been removed. Here are a few steps you can try to fix this:
Downgrade PHP: If your hosting service allows it, try downgrading PHP to version 7.3 or earlier. This function was removed in PHP 7.4.
Modify Code: If downgrading PHP isn't an option, you might need to modify the code. Replace instances of get_magic_quotes_gpc() with false in your basic.php file. This isn't ideal for long-term maintenance but can be a quick fix.
geometry dash
Update GetSimple: Ensure you are using the latest version of GetSimple CMS. Sometimes, updates are released to address compatibility issues with newer PHP versions.
Contact Hosting Support: If you installed GetSimple using a one-click installer from your hosting service, they might have more insights or a quick fix for this common issue.
Let us know how it goes or if you need more detailed instructions on any of these steps!
I ran into a similar issue recently. The problem usually stems from using a newer version of PHP where get_magic_quotes_gpc() has been removed. Here are a few steps you can try to fix this:
Downgrade PHP: If your hosting service allows it, try downgrading PHP to version 7.3 or earlier. This function was removed in PHP 7.4.
Modify Code: If downgrading PHP isn't an option, you might need to modify the code. Replace instances of get_magic_quotes_gpc() with false in your basic.php file. This isn't ideal for long-term maintenance but can be a quick fix.
geometry dash
Update GetSimple: Ensure you are using the latest version of GetSimple CMS. Sometimes, updates are released to address compatibility issues with newer PHP versions.
Contact Hosting Support: If you installed GetSimple using a one-click installer from your hosting service, they might have more insights or a quick fix for this common issue.
Let us know how it goes or if you need more detailed instructions on any of these steps!