My website is runing slow, and sometimes I get an error like this:
Warning: require(/public_html/bazaznanja/qa-include/qa-install.php) [function.require]: failed to open stream: No such file or directory in /public_html/bazaznanja/qa-include/qa-page.php on line 53
Fatal error: require() [function.require]: Failed opening required '/public_html/bazaznanja/qa-include/qa-install.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in/public_html/bazaznanja/qa-include/qa-page.php on line 53
Any ideas why?
This only happens sometime. Other times it works fast and with no problem
Sometimes I get an error like this:
Warning: mysql_fetch_assoc() expects parameter 1 to be resource, boolean given in /public_html/bazaznanja/qa-external/qa-external-users.php on line 223
Warning: require(/public_html/bazaznanja/qa-include/qa-install.php) [function.require]: failed to open stream: No such file or directory in /public_html/bazaznanja/qa-include/qa-page.php on line 53
Fatal error: require() [function.require]: Failed opening required '/public_html/bazaznanja/qa-include/qa-install.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in/public_html/bazaznanja/qa-include/qa-page.php on line 53
I get it that database fails and then qa_page_db_fail_handler function gets invoked, but how come database fails with Q2A and it doesn't fail with main domain application?