Resposta:
Notice (8): Undefined index: HTTP_USER_AGENT [APP/Plugin/Pwa/Lib/PwaListener.php, line 252]Code Contextpublic function getBrowser()
{
$u_agent = $_SERVER['HTTP_USER_AGENT'];
PwaListener::getBrowser() - APP/Plugin/Pwa/Lib/PwaListener.php, line 252 PwaListener::doBeforeRenderContent() - APP/Plugin/Pwa/Lib/PwaListener.php, line 195 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 MooView::renderContent() - APP/View/MooView.php, line 697 MooListener::appendRender() - APP/Lib/MooListener.php, line 281 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 View::render() - CORE/Cake/View/View.php, line 474 MooView::render() - APP/View/MooView.php, line 807 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 AppController::render() - APP/Controller/AppController.php, line 1152 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): Undefined variable: ub [APP/Plugin/Pwa/Lib/PwaListener.php, line 301]Code Context
// finally get the correct version number
$known = array('Version', $ub, 'other');
$u_agent = null $bname = 'Unknown' $platform = 'Unknown' $version = ''PwaListener::getBrowser() - APP/Plugin/Pwa/Lib/PwaListener.php, line 301 PwaListener::doBeforeRenderContent() - APP/Plugin/Pwa/Lib/PwaListener.php, line 195 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 MooView::renderContent() - APP/View/MooView.php, line 697 MooListener::appendRender() - APP/Lib/MooListener.php, line 281 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 View::render() - CORE/Cake/View/View.php, line 474 MooView::render() - APP/View/MooView.php, line 807 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 AppController::render() - APP/Controller/AppController.php, line 1152 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): Undefined variable: ub [APP/Plugin/Pwa/Lib/PwaListener.php, line 313]Code Context//we will have two since we are not using 'other' argument yet
//see if version is before or after the name
if (strripos($u_agent,"Version") < strripos($u_agent,$ub)){
$u_agent = null $bname = 'Unknown' $platform = 'Unknown' $version = '' $known = array( (int) 0 => 'Version', (int) 1 => null, (int) 2 => 'other' ) $pattern = '#(?<browser>Version||other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#' $matches = array( (int) 0 => array(), 'browser' => array(), (int) 1 => array(), 'version' => array(), (int) 2 => array() ) $i = (int) 0PwaListener::getBrowser() - APP/Plugin/Pwa/Lib/PwaListener.php, line 313 PwaListener::doBeforeRenderContent() - APP/Plugin/Pwa/Lib/PwaListener.php, line 195 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 MooView::renderContent() - APP/View/MooView.php, line 697 MooListener::appendRender() - APP/Lib/MooListener.php, line 281 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 View::render() - CORE/Cake/View/View.php, line 474 MooView::render() - APP/View/MooView.php, line 807 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 AppController::render() - APP/Controller/AppController.php, line 1152 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): Undefined offset: 1 [APP/Plugin/Pwa/Lib/PwaListener.php, line 317]Code Context}
else {
$version= $matches['version'][1];
$u_agent = null $bname = 'Unknown' $platform = 'Unknown' $version = '' $known = array( (int) 0 => 'Version', (int) 1 => null, (int) 2 => 'other' ) $pattern = '#(?<browser>Version||other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#' $matches = array( (int) 0 => array(), 'browser' => array(), (int) 1 => array(), 'version' => array(), (int) 2 => array() ) $i = (int) 0PwaListener::getBrowser() - APP/Plugin/Pwa/Lib/PwaListener.php, line 317 PwaListener::doBeforeRenderContent() - APP/Plugin/Pwa/Lib/PwaListener.php, line 195 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 MooView::renderContent() - APP/View/MooView.php, line 697 MooListener::appendRender() - APP/Lib/MooListener.php, line 281 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 View::render() - CORE/Cake/View/View.php, line 474 MooView::render() - APP/View/MooView.php, line 807 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 AppController::render() - APP/Controller/AppController.php, line 1152 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??
Notice (8): Undefined index: HTTP_USER_AGENT [APP/Plugin/Pwa/Lib/PwaListener.php, line 199]Code Context$viewer = MooCore::getInstance()->getViewer();
if (Configure::read('Pwa.pwa_enabled') && $uid && !$v->request->is('androidApp') && !$v->request->is('iosApp') && $viewer['User']['pwa_suggest'] && !$v->Session->read("app_suggest") && $v->request->params['controller'] != 'share' && $v->request->params['action'] != 'ajax_share' && strpos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false)
$event = object(CakeEvent) { data => null result => null [protected] _name => 'MooView.BeforeRenderContent' [protected] _subject => object(MooView) {} [protected] _stopped => false } $v = object(MooView) { ngController => false components => array( (int) 0 => 'RequestHandler' ) manualLoadingLayout => false location => '' here => 'chatServer.socket.io' isLandingPage => false isEnableRequirejs => true phraseJs => array( 'done_tagging' => 'Treatging', 'tag_photo' => 'foto de tag', 'are_you_delete' => 'Tem certeza de que deseja excluir esta foto?', 'are_you_sure_you_want_to_delete_this_album_all_photos_will_also_be_deleted' => 'Você tem certeza de que deseja excluir este álbum? <br /> Todas as fotos também serão excluídas!', 'are_you_sure_you_want_to_delete_this_photo' => 'Tem certeza de que deseja excluir esta foto?', 'are_you_sure_you_want_to_remove_this_video' => 'Tem certeza de que deseja remover este vídeo?', 'drag_or_click_here_to_upload_photo' => 'Click aqui para carregar sua foto perfil', 'january' => 'Janeiro', 'february' => 'Fevereiro', 'march' => 'Março', 'april' => 'Abril', 'may' => 'Maio', 'june' => 'Junh', 'july' => 'Julho', 'august' => 'Agosto', 'september' => 'Setembro', 'october' => 'Outubro', 'november' => 'Novembro', 'december' => 'Dezembro', 'jan' => 'Jan', 'feb' => 'fev', 'mar' => 'mar', 'apr' => 'abr', 'jun' => 'jun', 'jul' => 'jul', 'aug' => 'agosto', 'sep' => 'set', 'oct' => 'Oct', 'nov' => 'Nov', 'dec' => 'DEC', 'sunday' => 'domingo', 'monday' => 'segunda -feira', 'tuesday' => 'terça-feira', 'wednesday' => 'quarta -feira', 'thursday' => 'quinta -feira', 'friday' => 'sexta -feira', 'saturday' => 'Sábado', 'sun' => 'sol', 'mon' => 'seg', 'tue' => 'Ter', 'wed' => 'wed', 'thu' => 'qui', 'fri' => 'sex', 'sat' => 'SAT', 'today' => 'hoje', 'clear' => 'Limpar', 'close' => 'Fechar', 'to_date_must_be_greater_than_from_date' => 'até o momento deve ser maior que a partir da data', 'to_time_must_be_greater_than_from_time' => 'ao tempo deve ser maior do que do tempo', 'enter_a_friend_s_name' => 'Entre no nome de um amigo', 'no_results' => 'sem resultados', 'are_you_sure_you_want_to_remove_this_event' => 'Tem certeza de que deseja remover este evento?', 'span_drag_or_span_click_here_to_upload_files' => '<span> arrastar ou </span> clique aqui para fazer upload de arquivos', 'drag_or_click_here_to_upload_photo_attachment' => 'arraste ou clique aqui para fazer upload de foto ou anexo', 'are_you_sure_you_want_to_remove_this_topic' => 'Tem certeza de que deseja remover este tópico?', 'are_you_sure_you_want_to_remove_this_entry' => 'Tem certeza de que deseja remover esta entrada?', 'are_you_sure_you_want_to_remove_this_member' => 'Você tem certeza de que deseja remover este membro?', 'are_you_sure_you_want_to_demote_this_group_admin' => 'Você tem certeza de que deseja rebaixar esse administrador do grupo?', 'are_you_sure_you_want_to_make_this_member_a_group_admin' => 'Você tem certeza de que deseja fazer deste membro um administrador do grupo?', 'are_you_sure_you_want_to_leave_this_group' => 'Tem certeza de que deseja deixar este grupo?', 'are_you_sure_you_want_to_remove_this_group_br_all_group_contents_will_also_be_deleted' => 'Você tem certeza de que deseja remover este grupo? <br /> Todo o conteúdo do grupo também será excluído!', 'are_you_sure_you_want_to_block_this_member' => 'Are you sure you want to block this member?', 'are_you_sure_you_want_to_unblock_this_user' => 'Are you sure you want to unblock this user?', 'validate_between' => 'O valor da retirada deve entre o máximo e o mínimo', 'credit_amount_not_enought' => 'Você não tem crédito suficiente para postar, ganhe mais créditos para continuar!', 'ads_currency_symbol' => null, 'ads_day' => 'dia', 'ads_days' => 'dias', 'ads_click_to_upload' => 'Clique para fazer upload', 'ads_can_not_upload_file_more_than' => 'não pode fazer upload de arquivo mais do que 536870912', 'sending_request' => 'Solicitação de envio', 'please_select_at_least_one_friend_to_invite' => 'Por favor, selecione pelo menos um amigo para convidar', 'drag_or_click_here_to_upload_file' => 'arraste ou clique aqui para fazer upload de um arquivo CSV', 'You have exceeded the maximum number of people you can invite' => 'You have exceeded the maximum number of people you can invite', 'delete_viewer_confirm' => 'Are you sure you want to remove this member from list?', 'delete_all_viewer_confirm' => 'Are you sure you want to remove all members from list?', 'viewed_text_show_map' => 'Show map', 'viewed_text_hide_map' => 'Hide map', 'PRIVACY_EVERYONE' => (int) 1, 'PRIVACY_FRIENDS' => (int) 2, 'ACTIVITY_WAITING' => 'waiting', 'txt_news_feed' => 'Feed Segredos', 'txt_your_story' => 'Seu Story', 'post_story_success' => 'Seu Story Adicionado.', 'are_you_delete_story' => 'Tem certeza de que deseja excluir esta história ?', 'share_what_new' => 'Compartilhe o que há de novo', 'add_to_your_story' => 'Adicione à sua story', 'review_are_you_sure_you_want_to_remove_this_review' => 'Tem certeza de que deseja remover esta revisão?', 'review_are_you_sure_you_want_to_remove_this_reply' => 'Tem certeza de que deseja remover esta resposta?', 'review_are_you_sure_you_want_to_disable_rating' => 'Tem certeza de que deseja desativar a classificação?', 'review_are_you_sure_you_want_to_enable_rating' => 'Tem certeza de que deseja ativar a classificação?', 'review_cancel' => 'Cancelar', 'upload_video_phrase_0' => 'O vídeo em sua postagem está sendo processado. Enviaremos uma notificação quando for concluído.', 'upload_video_phrase_1' => 'Seu vídeo é enviado com sucesso, por favor, por favor, enquanto convertemos seu vídeo.', 'upload_video_phrase_2' => 'arraste ou clique aqui para fazer upload de vídeo', 'upload_video_phrase_3' => 'Por favor, selecione Vídeo para fazer upload.', 'upload_video_phrase_4' => 'Vídeo de processamento', 'delete_document_confirm' => 'Are you sure you want to delete this document?', 'translation_tool_translate' => 'tradução', 'translation_tool_translating' => 'tradução', 'TRANSLATION_TOOL_TRANSLATION_TYPE_ACTIVITY' => 'activity', 'TRANSLATION_TOOL_TRANSLATION_TYPE_ACTIVITY_COMMENT' => 'activity_comment', 'TRANSLATION_TOOL_TRANSLATION_TYPE_ITEMS' => 'items', 'delete_justforthem_confirm' => 'Are you sure you want to delete this just for them?', 'delete_handbook_confirm' => 'Are you sure you want to delete this handbook for men?', 'delete_erotic_confirm' => 'Are you sure you want to delete this erotic world?', 'are_you_sure_you_want_to_remove_this_article' => 'Are you sure you want to remove this article?', 'are_you_sure_you_want_to_remove_this_horoscope' => 'Are you sure you want to remove this horoscope?', 'checkin_text_geo_is_not_supported_by_browser' => 'Geolocation is not supported by this browser', 'not_find_address' => 'This address could not be found', 'CHECKIN_TYPE_BUSINESS' => 'business', 'CHECKIN_TYPE_ADDRESS' => 'address', 'checkin_auto_show_maps' => null, 'text_confirm_delete' => 'Tem certeza de que deseja excluir?', 'text_please_select' => 'Please select an item', 'remove_pwa_success' => 'Remove from pwas list successfully.' ) initJs => array() fileJs => array() sizeLimit => (int) 536870912 videoMaxUpload => (int) 209715200 isMobile => false photoExt => array( (int) 0 => 'jpg', (int) 1 => 'jpeg', (int) 2 => 'png', (int) 3 => 'gif', (int) 4 => 'webp' ) videoExt => array( (int) 0 => 'flv', (int) 1 => 'mp4', (int) 2 => 'wmv', (int) 3 => '3gp', (int) 4 => 'mov', (int) 5 => 'avi' ) attachmentExt => array( (int) 0 => 'jpg', (int) 1 => 'jpeg', (int) 2 => 'png', (int) 3 => 'gif', (int) 4 => 'zip', (int) 5 => 'txt', (int) 6 => 'pdf', (int) 7 => 'doc', (int) 8 => 'docx' ) bodyClass => array() fonts => array() bodyParams => array() enableDarkMode => true flashMessage => '' Helpers => object(HelperCollection) {} Blocks => object(ViewBlock) {} plugin => null name => 'CakeError' passedArgs => array() helpers => array( 'Html' => array( [maximum depth reached] ), (int) 0 => 'Text', 'Form' => array( [maximum depth reached] ), (int) 1 => 'Session', 'Time' => array( [maximum depth reached] ), (int) 2 => 'Moo', (int) 3 => 'Menu.Menu', (int) 4 => 'MooGMap', 'Text' => array( [maximum depth reached] ), (int) 5 => 'MooPeople', (int) 6 => 'MooTranslate', (int) 7 => 'MooPhoto', (int) 8 => 'MooTime', (int) 9 => 'MooActivity', (int) 10 => 'MooPopup', (int) 11 => 'MooRequirejs', (int) 12 => 'Minify.Minify', (int) 13 => 'Storage.Storage' ) viewPath => 'Errors' viewVars => array( 'class' => 'ChatServerController', 'plugin' => null, 'code' => (int) 404, 'name' => 'Controller class ChatServerController could not be found.', 'message' => 'Controller class ChatServerController could not be found.', 'url' => '/chatServer/socket.io/', 'error' => object(MissingControllerException) {}, '_serialize' => array( [maximum depth reached] ), 'hide_like' => (int) 0, 'hide_dislike' => '1', 'utz' => 'America/Sao_Paulo', 'uacos' => array( [maximum depth reached] ), 'uid' => '7400', 'role_id' => '2', 'cuser' => array( [maximum depth reached] ), 'CurrentThemeHelper' => object(ThemeSwing360Helper) {}, 'isThemeDarkMode' => false, 'theme_enable_appearance' => true, 'current_theme' => 'swing360', 'site_rtl' => '0', 'site_langs' => array( [maximum depth reached] ), 'site_themes' => array( [maximum depth reached] ), 'mooFooter' => array( [maximum depth reached] ), 'mooHeader' => array( [maximum depth reached] ), 'mooPage' => array([maximum depth reached]), 'accepted_cookie' => null, 'appAccessToken' => '', 'isMobile' => false, 'file_max_upload' => '512M' ) view => 'socket.io' layout => 'default' layoutPath => null autoLayout => true ext => '.ctp' subDir => null theme => 'swing360' cacheAction => false validationErrors => array( 'Setting' => array([maximum depth reached]), 'Mailtemplate' => array([maximum depth reached]), 'I18nModel' => array([maximum depth reached]), 'User' => array([maximum depth reached]), 'Mailrecipient' => array([maximum depth reached]), 'Session' => array([maximum depth reached]), 'UserGender' => array([maximum depth reached]), 'State' => array([maximum depth reached]), 'City' => array([maximum depth reached]), 'Role' => array([maximum depth reached]), 'ProfileType' => array([maximum depth reached]), 'nameTranslation' => array([maximum depth reached]), 'Blog' => array([maximum depth reached]), 'Article' => array([maximum depth reached]), 'MooToken' => array([maximum depth reached]), 'StatisticUser' => array([maximum depth reached]), 'Language' => array([maximum depth reached]), 'SubscriptionPackagePlan' => array([maximum depth reached]), 'SubscriptionPackage' => array([maximum depth reached]), 'Country' => array([maximum depth reached]), 'Theme' => array([maximum depth reached]), 'Page' => array([maximum depth reached]), 'MyCoreTheme' => array([maximum depth reached]), 'CoreContent' => array([maximum depth reached]), 'titleTranslation' => array([maximum depth reached]), 'contentTranslation' => array([maximum depth reached]), 'CoreBlock' => array([maximum depth reached]), 'CoreContentValue' => array([maximum depth reached]), 'Plugin' => array([maximum depth reached]), 'Coremenu' => array([maximum depth reached]), 'Coremenuitem' => array([maximum depth reached]), 'CoreMenuItem' => array([maximum depth reached]), 'nameMenuTranslation' => array([maximum depth reached]) ) hasRendered => false uuids => array() request => object(CakeRequest) {} response => object(CakeResponse) {} elementCache => 'default' elementCacheSettings => array() Html => object(MooHtmlHelper) {} Text => object(MooTextHelper) {} Form => object(MooFormHelper) {} Session => object(SessionHelper) {} Time => object(AppTimeHelper) {} Moo => object(MooHelper) {} Menu => object(MenuHelper) {} MooGMap => object(MooGMapHelper) {} MooPeople => object(MooPeopleHelper) {} MooTranslate => object(MooTranslateHelper) {} MooPhoto => object(MooPhotoHelper) {} MooTime => object(MooTimeHelper) {} MooActivity => object(MooActivityHelper) {} MooPopup => object(MooPopupHelper) {} MooRequirejs => object(MooRequirejsHelper) {} Minify => object(MinifyHelper) {} Storage => object(StorageHelper) {} [protected] _passedVars => array( (int) 0 => 'viewVars', (int) 1 => 'autoLayout', (int) 2 => 'ext', (int) 3 => 'helpers', (int) 4 => 'view', (int) 5 => 'layout', (int) 6 => 'name', (int) 7 => 'theme', (int) 8 => 'layoutPath', (int) 9 => 'viewPath', (int) 10 => 'request', (int) 11 => 'plugin', (int) 12 => 'passedArgs', (int) 13 => 'cacheAction' ) [protected] _scripts => array() [protected] _paths => array( (int) 0 => '/home/wwface/swing360.com.br/app/View/Themed/Swing360/', (int) 1 => '/home/wwface/swing360.com.br/app/View/', (int) 2 => '/home/wwface/swing360.com.br/lib/Cake/View/', (int) 3 => '/home/wwface/swing360.com.br/lib/Cake/Console/Templates/skel/View/' ) [protected] _pathsForPlugin => array( 'Menu' => array( [maximum depth reached] ) ) [protected] _parents => array() [protected] _current => '/home/wwface/swing360.com.br/app/View/Errors/missing_controller.ctp' [protected] _currentType => 'view' [protected] _stack => array() [protected] _eventManager => object(CakeEventManager) {} [protected] _eventManagerConfigured => true [private] _currentStyle => (int) 4 [private] isNorthEmpty => true [private] isWestEmpty => true [private] isCenterEmpty => true [private] isEastEmpty => true [private] isSouthEmpty => true [private] _currentStyleIsSet => true [private] _pageId => '' [private] isAllowed => true } $uid = '7400' $browser = array( 'userAgent' => null, 'name' => 'Unknown', 'version' => '?', 'platform' => 'Unknown', 'pattern' => '#(?<browser>Version||other)[/ ]+(?<version>[0-9.|a-zA-Z.]*)#' ) $isMobile = false $viewer = array( 'User' => array( 'password' => '*****', 'id' => '7400', 'total_credit_inviter' => '0.00', 'name' => 'Julia', 'email' => 'pedegarota69@gmail.com', 'salt' => 'b924', 'role_id' => '2', 'avatar' => 'e410d5c3a1a62593e0e93ba0fb5563f5_tmp.png', 'photo' => '', 'created' => '2024-06-14 22:08:37', 'last_login' => '2025-03-06 04:10:46', 'photo_count' => '2', 'friend_count' => '1', 'notification_count' => '18', 'friend_request_count' => '17', 'blog_count' => '0', 'topic_count' => '0', 'group_count' => '0', 'event_count' => '0', 'conversation_user_count' => '0', 'video_count' => '0', 'gender' => '2', 'birthday' => '1993-01-01', 'birthday_show_age' => '0', 'birthday_couple' => null, 'birthday_couple_show_age' => '0', 'active' => '1', 'confirmed' => '1', 'code' => '7855975342f0e867409d7104a7130a3f', 'notification_email' => '1', 'timezone' => '', 'ip_address' => '170.244.253.178', 'privacy' => '1', 'username' => 'juliahot', 'about' => 'Safadinha na medida que precisa.', 'featured' => '0', 'lang' => 'prt', 'hide_online' => '0', 'cover' => '2091560bd86941c04b4a7f2d736bf700.png', 'approved' => true, 'is_social' => false, 'has_active_subscription' => true, 'receive_message_from_non_friend' => '1', 'send_email_when_send_message' => true, 'request_friend_email' => true, 'notification_setting' => null, 'profile_type_id' => '1', 'package_select' => '0', 'who_can_see_gender' => '0', 'lock_delete' => false, 'darkmode' => false, 'viewer_invisible' => '0', 'completed_register' => '1', 'looking_for' => '["1","2","3","5"]', 'interest_values' => '["2","5","6","7"]', 'state_id' => '185', 'city_id' => '14345', 'lat' => '-22.9056391', 'lng' => '-47.059564', 'search_state_id' => '185', 'search_city_id' => '14345', 'lat_search' => '-22.9056391', 'lng_search' => '-47.059564', 'chat_count' => '4', 'chat_online_status' => 'active', 'fake_user' => '0', 'fake_photo_id' => '0', 'chat_privacy' => '1', 'pwa_suggest' => true, 'password_show' => 'Ueb740047*-', 'moo_title' => 'Julia', 'moo_href' => '/@juliahot', 'moo_plugin' => null, 'moo_type' => 'User', 'moo_url' => '/@juliahot', 'moo_thumb' => 'avatar' ), 'UserGender' => array( 'id' => '2', 'name' => 'Mulher', 'weight' => '0', 'active' => '1', 'picture' => 'a3f9d6e06dc13486643a34481f17f620.png', 'icon' => 'ffa17981379f9dbd74719154e9770f6f.png', 'couple' => '0', 'is_feed_recommended' => '1' ), 'State' => array( 'id' => '185', 'name' => 'SP', 'state_code' => 'SP', 'country_id' => '31', 'city_count' => '0', 'order' => '0', 'enable' => true ), 'City' => array( 'id' => '14345', 'name' => 'Campinas', 'city_code' => 'SP', 'country_id' => '31', 'order' => '0', 'state_id' => '185', 'enable' => true ), 'Role' => array( 'id' => '2', 'name' => 'Member', 'is_admin' => '0', 'is_super' => '0', 'params' => 'user_username,user_access_who_view_me,user_recommended,blog_view,blog_create,album_create,album_view,photo_upload,photo_view,topic_create,topic_view,video_share,video_upload,attachment_upload,attachment_download,credit_use,ads_can_add_ads,friendinviter_invite,whoviewme_view_invisible,gift_can_send_gift,gift_allow_photo_gift,gift_allow_audio_gift,gift_allow_video_gift,review_recieve,faq_view,role_badge_assign_badge,verify_profile_verify,livenews_view,translation_tool_can_translate_newsfeed,translation_tool_can_translate_newsfeed_comment,translation_tool_can_translate_article,justforthem_create,justforthem_view,handbook_create,handbook_view,erotic_create,erotic_view,article_view,horoscope_view,fake_interaction_activity_approval,spotlight_use', 'core' => '1', 'is_premium' => '0', 'search_priority' => '0' ), 'ProfileType' => array( 'id' => '1', 'name' => 'Default', 'actived' => '1', 'profile' => '0', 'order' => '0', 'locale' => 'eng' ) )PwaListener::doBeforeRenderContent() - APP/Plugin/Pwa/Lib/PwaListener.php, line 199 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 MooView::renderContent() - APP/View/MooView.php, line 697 MooListener::appendRender() - APP/Lib/MooListener.php, line 281 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 View::render() - CORE/Cake/View/View.php, line 474 MooView::render() - APP/View/MooView.php, line 807 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 AppController::render() - APP/Controller/AppController.php, line 1152 ExceptionRenderer::_outputMessage() - CORE/Cake/Error/ExceptionRenderer.php, line 292 ExceptionRenderer::_cakeError() - CORE/Cake/Error/ExceptionRenderer.php, line 213 ExceptionRenderer::render() - CORE/Cake/Error/ExceptionRenderer.php, line 190 ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 127 [main] - [internal], line ??