when pressing the button "Import" on the Repository Administration" page, I get the following error message:
InternalError
ADODB_Exception: mysqli error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1] in EXECUTE("SELECT name FROM repositories'")
#0 /subversion/svnmanager/prado-2.0.3/framework/Data/adodb/adodb.inc.php(874): adodb_throw('mysqli', 'EXECUTE', 1064, 'You have an err...', 'SELECT name FRO...', false, Object(ADODB_mysqli))
#1 /subversion/svnmanager/prado-2.0.3/framework/Data/adodb/adodb.inc.php(848): ADOConnection->_Execute('SELECT name FRO...', false)
#2 [internal function]: ADOConnection->Execute('SELECT name FRO...')
#3 /subversion/svnmanager/prado-2.0.3/framework/Data/TAdodb.php(114): call_user_func_array(Array, Array)
#4 [internal function]: TAdodb->__call('Execute', Array)
#5 /subversion/svnmanager/svnmanager/RepositoryModule/DataModule.php(257): TAdodb->Execute('SELECT name FRO...')
#6 /subversion/svnmanager/svnmanager/RepositoryModule/ImportSelectPage.php(38): DataModule->repositoryExists('diagbox')
#7 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TControl.php(419): ImportSelectPage->onLoad(Object(TEventParameter))
#8 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TPage.php(1079): TControl->onLoadRecursive(Object(TEventParameter))
#9 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TPage.php(955): TPage->onLoadRecursive(Object(TEventParameter))
#10 /subversion/svnmanager/prado-2.0.3/framework/TApplication.php(483): TPage->execute()
#11 /subversion/svnmanager/index.php(5): TApplication->run()
#12 {main}
PHP5, Apache 2.2, mysql 5.0.18
Everything else seems to work well.
Regards,
Ralf
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
when pressing the button "Import" on the Repository Administration" page, I get the following error message:
InternalError
ADODB_Exception: mysqli error: [1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''' at line 1] in EXECUTE("SELECT name FROM repositories'")
#0 /subversion/svnmanager/prado-2.0.3/framework/Data/adodb/adodb.inc.php(874): adodb_throw('mysqli', 'EXECUTE', 1064, 'You have an err...', 'SELECT name FRO...', false, Object(ADODB_mysqli))
#1 /subversion/svnmanager/prado-2.0.3/framework/Data/adodb/adodb.inc.php(848): ADOConnection->_Execute('SELECT name FRO...', false)
#2 [internal function]: ADOConnection->Execute('SELECT name FRO...')
#3 /subversion/svnmanager/prado-2.0.3/framework/Data/TAdodb.php(114): call_user_func_array(Array, Array)
#4 [internal function]: TAdodb->__call('Execute', Array)
#5 /subversion/svnmanager/svnmanager/RepositoryModule/DataModule.php(257): TAdodb->Execute('SELECT name FRO...')
#6 /subversion/svnmanager/svnmanager/RepositoryModule/ImportSelectPage.php(38): DataModule->repositoryExists('diagbox')
#7 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TControl.php(419): ImportSelectPage->onLoad(Object(TEventParameter))
#8 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TPage.php(1079): TControl->onLoadRecursive(Object(TEventParameter))
#9 /subversion/svnmanager/prado-2.0.3/framework/Web/UI/TPage.php(955): TPage->onLoadRecursive(Object(TEventParameter))
#10 /subversion/svnmanager/prado-2.0.3/framework/TApplication.php(483): TPage->execute()
#11 /subversion/svnmanager/index.php(5): TApplication->run()
#12 {main}
PHP5, Apache 2.2, mysql 5.0.18
Everything else seems to work well.
Regards,
Ralf
Ralf,
It looks like a fix for this bug was checked in to rev 21 of the trunk on August 1.
Paul