You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hitting the site immediately after a git clone I get the error:
Fatal error: Uncaught [HY000] - SQLSTATE[HY000]: General error: 8 attempt to write a readonly database thrown in /home/mark/public_html/zfkit/library/R.php on line 637
When I cd to scripts and try to run ./run to have doctrine recreate the database i get the error:
Hitting the site immediately after a git clone I get the error:
Fatal error: Uncaught [HY000] - SQLSTATE[HY000]: General error: 8 attempt to write a readonly database thrown in /home/mark/public_html/zfkit/library/R.php on line 637
When I cd to scripts and try to run ./run to have doctrine recreate the database i get the error:
~/public_html/zfkit/scripts $ ./run
PHP Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with message 'Resource matching "doctrine" not found' in /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php:691
Stack trace:
#0 /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php(626): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctrine')
#1 /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php(583): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('doctrine')
#2 /home/mark/public_html/zfkit/scripts/doctrine(5): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('doctrine')
#3 {main}
thrown in /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 691
Fatal error: Uncaught exception 'Zend_Application_Bootstrap_Exception' with message 'Resource matching "doctrine" not found' in /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php:691
Stack trace:
#0 /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php(626): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctrine')
#1 /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php(583): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('doctrine')
#2 /home/mark/public_html/zfkit/scripts/doctrine(5): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('doctrine')
#3 {main}
thrown in /home/mark/public_html/zfkit/library/Zend/Application/Bootstrap/BootstrapAbstract.php on line 691
The text was updated successfully, but these errors were encountered: