webERP Forum

Full Version: Problema instalación
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hola tengo este problema despues de instalar en mi notebook, tengo XAMPP en windos 8.1, la instalacion termina bien y despues arroja éste problema.
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in C:\xampp\htdocs\weberp\includes\Login.php:22 Stack trace: #0 C:\xampp\htdocs\weberp\includes\session.php(172): include() #1 C:\xampp\htdocs\weberp\index.php(4): include('C:\\xampp\\htdocs...') #2 {main} thrown in C:\xampp\htdocs\weberp\includes\Login.php on line 22

Saludos
Hola, esto se ha corregido, pero no estoy seguro de cuál es la última versión. PHP8 ha eliminado la función get_magic_quotes_gpc ().
Le sugiero que use este código en lugar del código que tiene https://github.com/timschofield/webERP-s...master.zip

Gracias
Tim
Paul: The function get_magic_quotes_gpc () has been removed in PHP8, so the current release will not work for the latest PHP. the code to fix this has been in the GitHub repository for a while now. Does it make sense to issue a new release?

Tim
Yes, it's probably more than past time for another release.
This weekend? Happy to help in any way I can

Tim