CB Media Player This profile does not exist or is no longer available error 1. going to create a new profile and see if that works. test, testtest new profile pop-up now shows entire profile without css? odd old profile This profile does not exist or is no longer available 2. checking and changing cb switches cb plugins - disabled/re-enabled plugin new profile it added a second song (duplicate of the first) to my playlist pop-up shows profile without css old profile This profile does not exist or is no longer available 3. cb tab manager changed access to public turned on music downloads override turned off Launch in own window Override new profile it added a second song (duplicate of the first) to my playlist pop-up shows profile without css old profile This profile does not exist or is no longer available 4. playlist.xml new playlist _________________________________________________________________________________ test http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/126/mp3_1238761021.mp3 http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/force_download.php?file=126/mp3_1238761021.mp3 test http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/126/mp3_1761456504.mp3 http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/force_download.php?file=126/mp3_1761456504.mp3 test http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/126/mp3_1628379815.mp3 http://www.mojomixes.com/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/force_download.php?file=126/mp3_1628379815.mp3 _________________________________________________________________________________ old playlist _________________________________________________________________________________ DJ Sessler Eco from the trainstation 8 http://s283155534.onlinehome.us/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/106/mp3_1640331181.mp3 http://s283155534.onlinehome.us/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/force_download.php?file=106/mp3_1640331181.mp3 DJ Sessler Eco from the trainstation 7 http://s283155534.onlinehome.us/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/106/mp3_1408969376.mp3 http://s283155534.onlinehome.us/components/com_comprofiler/plugin/user/plug_cbmediaplayer/playlists/force_download.php?file=106/mp3_1408969376.mp3 _________________________________________________________________________________ 5. cb.mediaplayer.php changed $base_url = $this->_getAbsURLwithParam(array()); to $base_url = $live_site; new profile no pop-up on one browser, works fine on another browser old profile This profile does not exist or is no longer available will leave this mod for now 6. http://www.joomlaextensions.com.au/forum/index.php?topic=193.0 session vs cookies Session code first Internet Explorer Blank screen for everyone Firefox new profile loading forever old profile This profile does not exist or is no longer available Cookie code second new profile pop-up works old profile This profile does not exist or is no longer available 7. hyphens http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,71865/catid,59/ components/com_comprofiler/plugin/user/plug_cbcore/cb.core.php line 352 change ________________________________________________________________________________________________ if ($version == 1) { // "^[a-zA-Z](([\.\-a-zA-Z0-9@])?[a-zA-Z0-9]*)*$", "i"); $regex = '/^[\\<|\\>|"|\'|\\%|\\;|\\(|\\)|\\&|\\+|\\-]*$/i'; } elseif ( $version == -1 ) { $regex = "[^A-Za-z0-9]"; } else { $regex = '/[\\<|\\>|"|\'|\\%|\\;|\\(|\\)|\\&|\\+|\\-]/i'; } to ________________________________________________________________________________________________ if ($version == 1) { // "^[a-zA-Z](([\.\-a-zA-Z0-9@])?[a-zA-Z0-9]*)*$", "i"); $regex = '/^[\\<|\\>|"|\'|\\%|\\;|\\(|\\)|\\&|\\+|]*$/i'; } elseif ( $version == -1 ) { $regex = "[^A-Za-z0-9]"; } else { $regex = '/[\\<|\\>|"|\'|\\%|\\;|\\(|\\)|\\&|\\+|]/i'; } didn't work for any profile so i changed it back. 8. took the dash out of the url new profile works old profile This profile does not exist or is no longer available