c.cr...@googlemail.com
unread,Feb 25, 2013, 7:04:25 PM2/25/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to shin...@googlegroups.com
Hi,
After downloading the code and then setting MySQL username, password, hostname and database in 'config.xml', I run the following:
# ./doctrine build-all-reload
... Then get the following error:
object(SimpleXMLElement)#18 (1) {
["config"] => object(SimpleXMLElement)#13 (1) {
["database"] => object(SimpleXMLElement)#14 (4) {
["host"] => string(9) "localhost"
["db"] => string(8) "shineisp"
["username"] => string(4) "TheMySQLUsername"
["password"] => string(11) "TheMySQLPassword"
}
}
}
PHP Fatal error: Uncaught exception 'Doctrine_Connection_Exception' with message 'There is no open connection' in /home/web/bwshineispa/library/Doctrine/Manager.php:662
Stack trace:
#0 /home/web/bwshineispa/library/Doctrine/Manager.php(264): Doctrine_Manager->getCurrentConnection()
#1 /home/web/bwshineispa/application/Bootstrap.php(36): Doctrine_Manager::connection(NULL, 'doctrine')
#2 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(669): Bootstrap->_initDoctrine()
#3 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(629): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctrine')
#4 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(586): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('doctrine')
#5 /home/web/bwshineispa/application/scripts/doctrine.php(25): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('doctrine')
#6 /home/web/bwsh in /home/web/bwshineispa/library/Doctrine/Manager.php on line 662
Fatal error: Uncaught exception 'Doctrine_Connection_Exception' with message 'There is no open connection' in /home/web/bwshineispa/library/Doctrine/Manager.php:662
Stack trace:
#0 /home/web/bwshineispa/library/Doctrine/Manager.php(264): Doctrine_Manager->getCurrentConnection()
#1 /home/web/bwshineispa/application/Bootstrap.php(36): Doctrine_Manager::connection(NULL, 'doctrine')
#2 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(669): Bootstrap->_initDoctrine()
#3 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(629): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource('doctrine')
#4 /home/web/bwshineispa/library/Zend/Application/Bootstrap/BootstrapAbstract.php(586): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap('doctrine')
#5 /home/web/bwshineispa/application/scripts/doctrine.php(25): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap('doctrine')
#6 /home/web/bwsh in /home/web/bwshineispa/library/Doctrine/Manager.php on line 662
Am using CentOS6... Please advise how to correctly install ShineISP. Thank you...