Janyour Posted March 15 Share Posted March 15 Hello, i am getting this error on some files downloads : Error: Call to undefined function IPS\downloads\modules\front\downloads\ignore_user_abort() (0) #0 /home/x/webapps/x/applications/downloads/modules/front/downloads/view.php(585): IPS\downloads\modules\front\downloads\_view->_download() #1 /home/x/webapps/x/system/Dispatcher/Controller.php(107): IPS\downloads\modules\front\downloads\_view->download() #2 /home/x/webapps/x/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #3 /home/x/webapps/x/applications/downloads/modules/front/downloads/view.php(62): IPS\Content\_Controller->execute() #4 /home/x/webapps/x/system/Dispatcher/Dispatcher.php(153): IPS\downloads\modules\front\downloads\_view->execute() #5 /home/x/webapps/x/index.php(13): IPS\_Dispatcher->run() #6 {main} Can you advise please ? In the logs file i find this error repeated +170 times Link to comment Share on other sites More sharing options...
Ryan Ashbrook Posted March 15 Share Posted March 15 It looks like the ignore_user_Abort() PHP function is either missing or disabled on your server. I would recommend contacting your host regarding this issue. Janyour 1 Link to comment Share on other sites More sharing options...
Janyour Posted March 16 Author Share Posted March 16 18 hours ago, Ryan Ashbrook said: It looks like the ignore_user_Abort() PHP function is either missing or disabled on your server. I would recommend contacting your host regarding this issue. Thanks, resolved by enabling this on my php ! tnn 1 Link to comment Share on other sites More sharing options...
Recommended Posts