I am currently developing a web app using Runner 10.9.
When I leave a web page open for a while (maybe 2 or 3 mins) I get this error:
Fatal error: Uncaught Error: Call to undefined function getabspath() in C:\Users\Percy\Documents\PHPRunner\Projects\MyPortal10.9\output\include\locale.php:3 Stack trace: #0 C:\Users\Percy\Documents\PHPRunner\Projects\MyPortal10.9\output\include\dbcommon.php(87): include() #1 C:\Users\Percy\Documents\PHPRunner\Projects\MyPortal10.9\output\notifications.php(7): require_once('C:\\Users\\Percy\\...') #2 {main} thrown in C:\Users\Percy\Documents\PHPRunner\Projects\MyPortal10.9\output\include\locale.php on line 3
And when I refresh the page, the error goes away. I dont think it happens this happens on all pages (for example I have not seen it happen when I leave the login page and other pages open for short or long time).
Is it something in these particular pages I have to fix?
When I open "C:\Users\Percy\Documents\PHPRunner\Projects\MyPortal10.9\output\include\locale.php" line 3 I have:
require_once(getabspath("include/LocaleFunctions.php"));
Thanks for your kind assistance
Percy