I'm using SQLite and, by mistake, I removed (rm) my database (/tmp/zabbix.db).
I fired my browser at my frontend-php and the browser hang trying to load the index.php page... The source code I get (Stopping the page hang) is:
My browser is Konqueror 3.5.5 on Ubuntu 6.10. Anyway, this does the same with Firefox 2.0.
Not really a critical issue anyway.
Cheers,
I fired my browser at my frontend-php and the browser hang trying to load the index.php page... The source code I get (Stopping the page hang) is:
Code:
<script language="JavaScript" type="text/javascript"> <!-- window.location = 'index.php?message=Missed database'; //--> </script>
Not really a critical issue anyway.
Cheers,
Comment