| Exception in PHP Script /artists/songs.php |
PHP Version: 5.6.40-68+ubuntu20.04.1+deb.sury.org+1; Zend Engine Version: 2.6.0; Qcodo Version: 0.3.32 (Qcodo Beta 3) Application: Apache/2.4.41 (Ubuntu); Server Name: dev2.broadjam.com HTTP User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)HTTP Remote Addr: 216.73.216.182 |
Line 33:
Line 34: $strQuery = sprintf('select artist_band_id
Line 35: from tblArtist_Band
Line 36: where url_name = \'%s\'',$strArtistName);
Line 37:
Line 38: $objResults = $objDatabase->Query($strQuery);
Line 39: $intArtistId = null;
Line 40:
Line 41: if ($objResults) {
Line 42: while ($objResult = $objResults->FetchArray()) {
Line 43: $intArtistId = $objResult['artist_band_id'];
#0 /usr/share/broadjam/apps/Qcodo/includes/broadjam/_core/database/BJSqlServerDatabase.class.php(152): BJSqlServerDatabase->QueryConnect()
#1 /var/www/wwwroot/artists/songs.php(38): BJSqlServerDatabase->Query('select artist_b...')
#2 /var/www/wwwroot/artists/songs.php(103): songs->request404Check('/songs/mitchcol...')
#3 /usr/share/broadjam/apps/Qcodo/includes/qcodo/_core/qform/QFormBase.class.php(2): songs->Form_Create()
#4 /usr/share/broadjam/apps/Qcodo/includes/broadjam/bjform/BJForm.class.php(114): QFormBase::Run('songs', '/var/www/wwwroo...')
#5 /var/www/wwwroot/artists/songs.php(143): BJForm::Run('songs', '/var/www/wwwroo...', true)
#6 {main}
_COOKIE _ENV _FILES _GET _POST _REQUEST _SERVER arrURL dataLayer dbIncludeFile envIncludeFile file handle php_errormsg strArtistName strPlaySong strSongName strURL