![]() |
Problema instalación - Printable Version +- webERP Forum (http://www.weberp.org/forum) +-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1) +--- Forum: Installation Issues (http://www.weberp.org/forum/forumdisplay.php?fid=13) +--- Thread: Problema instalación (/showthread.php?tid=8731) |
Problema instalación - recuperatodo - 09-04-2021 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 RE: Problema instalación - TimSchofield - 09-04-2021 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-svn/archive/refs/heads/master.zip Gracias Tim RE: Problema instalación - TimSchofield - 09-08-2021 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 RE: Problema instalación - TurboPT - 09-09-2021 Yes, it's probably more than past time for another release. RE: Problema instalación - TimSchofield - 09-10-2021 This weekend? Happy to help in any way I can Tim |