For some reason, I keep getting this error,
Fatal error: Call to undefined function
but I know I’ve defined the functions in a file called scripts.php, and I included them in my index.php.
I dont think the problem is in the scripts, because they’ve been working for a while now, but recently I got these two messages,
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
after refreshing the page a few time, I got the Fatal Error Message. Does anyone know what is causing it and how I can fix it?