When i enter the application i get this Error Message , could you help?
Notice: A non well formed numeric value encountered in C:\xampp\htdocs\gibbon\modules\Timetable\moduleFunctions.php on line 794
Hello, and welcome to Gibbon. PHP makes a distinction between errors (which are going to stop the system working) and notices (which are generally just for coders to improve their code). In this case you have a notice, not an error. I suggest you disable notice reporting on screen in XAMPP for testing purposes (for production we advise turning off errors too).
I can’t recreate this issue. Can you let me know what version of Gibbon you are running?
Thanks,
Ross
It ok now i turned error reporting off and now nothing is being displayed thanks