-
APPPATH/Helpers/utils_helper.php : 9 — CodeIgniter\Debug\Exceptions->errorHandler ( arguments )
$severity
8
$message
Undefined index: extension
$file
/var/www/html/foccoiluminacaoms.com.br/site/app/Helpers/utils_helper.php
$line
9
#4
Array ( [imgFile] => [width] => 520 [height] => 520 [fit] => [file] => ./assets/ [info] => Array ( [dirname] => . [basename] => assets [filename] => assets ) )
2 3 if ( ! function_exists('get_img')) { 4 function get_img($imgFile, $width, $height, $fit = false){ 5 //return '/assets/' .$imgFile; 6 7 $file = './assets/' . str_replace('+',' ', $imgFile); 8 $info = pathinfo($file); 9 $extension = $info['extension']; 10 11 if (file_exists($file)) 12 { 13 $fileNameCache = md5($file) . "_{$width}x{$height}.". strtolower($extension); 14 $fileCache = FCPATH . 'storage/img/' . $fileNameCache; 15 16 if (!file_exists($fileCache)) {
-
APPPATH/Controllers/Produtos.php : 123 — get_img()
-
SYSTEMPATH/CodeIgniter.php : 918 — App\Controllers\Produtos->produto ( arguments )
$slug
ventilador-com-3-tulipas-branco
911 912 if (method_exists($class, '_remap')) 913 { 914 $output = $class->_remap($this->method, ...$params); 915 } 916 else 917 { 918 $output = $class->{$this->method}(...$params); 919 } 920 921 $this->benchmark->stop('controller'); 922 923 return $output; 924 } 925
-
SYSTEMPATH/CodeIgniter.php : 404 — CodeIgniter\CodeIgniter->runController ( arguments )
$class
App\Controllers\Produtos Object ( [text:App\Controllers\Produtos:private] => [categoriaId:App\Controllers\Produtos:private] => -1 [marcaId:App\Controllers\Produtos:private] => -1 [projetoId:App\Controllers\Produtos:private] => -1 [helpers:protected] => Array ( ) [seo:protected] => app\ThirdParty\SeoService Object ( [optimizer:protected] => CoffeeCode\Optimizer\Optimizer Object ( [meta:protected] => SimpleXMLIterator Object ( [meta] => Array ( [0] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => og:type [content] => article ) ) [1] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => og:site_name [content] => FOCCO+ILUMINA%C3%87%C3%83O ) ) [2] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => og:locale [content] => pt_BR ) ) [3] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => article:publisher [content] => https://www.facebook.com/foccoiluminacaoms ) ) [4] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => article:author [content] => https://www.facebook.com/ailon.lopes ) ) [5] => SimpleXMLIterator Object ( [@attributes] => Array ( [property] => fb:app_id [content] => 100000358835656 ) ) ) ) [data:protected] => [tags:protected] => Array ( [property] => og [name] => twitter ) ) [config:protected] => Array ( [publisher] => Array ( [fbPage] => foccoiluminacaoms [fbAuthor] => ailon.lopes ) [facebook] => Array ( [app_id] => 100000358835656 ) [twitterCard] => Array ( [creator] => [site] => [domain] => ) ) ) [config:protected] => stdClass Object ( [id] => 1 [titulo] => FOCCO ILUMINAÇÃO [descricao] => FOCCO ILUMINAÇÃO [sobre] =>
Missão
Proporcionar solução e a melhor experiência para nossos clientes.
Oferecer produtos de qualidade e eficiência de alta performance.
Com profissionais especialistas e os melhores produtos do mercado.Visão
A Focco Iluminação atua com objetivo de ampliar a participação no mercado brasileiro e tornar-se a empresa mais admirada por seu portfólio , qualidade,rentabilidade, inovação, eficiência, com responsabilidade social e contribuição para o desenvolvimento do Brasil.”.
Valores
Humanização em todos os nossos processos.
[palavras_chave] => iluminação [url] => foccusiluminacao.com.br [atualizar_pagina_segundo] => 30 [fb_app_id] => 100000358835656 [fb_page] => foccoiluminacaoms [fb_autho] => ailon.lopes [tw_creator] => [tw_site] => [tw_domain] => [instagram] => focco_iluminacao [whatsapp] => 556792938390 [fone] => +55 (67) 3342-7200 [mobile] => +55 (67) 99293-7485 [youtube] => [email] => contato@foccoiluminacaoms.com.br [ativo] => 0 [criacao] => 2020-09-09 13:29:52 [edicao] => 2021-02-03 10:29:11 ) [request:protected] => CodeIgniter\HTTP\IncomingRequest Object ( [enableCSRF:protected] => [uri] => CodeIgniter\HTTP\URI Object ( [uriString:protected] => [segments:protected] => Array ( [0] => produtos [1] => detalhe [2] => ventilador-com-3-tulipas-branco ) [scheme:protected] => https [user:protected] => [password:protected] => [host:protected] => foccoiluminacaoms.com.br [port:protected] => [path:protected] => produtos/detalhe/ventilador-com-3-tulipas-branco [fragment:protected] => [query:protected] => Array ( ) [defaultPorts:protected] => Array ( [http] => 80 [https] => 443 [ftp] => 21 [sftp] => 22 ) [showPassword:protected] => [silent:protected] => ) [files:protected] => [negotiator:protected] => [defaultLocale:protected] => pt-BR [locale:protected] => pt-BR [validLocales:protected] => Array ( [0] => en [1] => pt-BR ) [config] => Config\App Object ( [baseURL] => https://foccoiluminacaoms.com.br/ [indexPage] => [uriProtocol] => REQUEST_URI [defaultLocale] => pt-BR [negotiateLocale] => [supportedLocales] => Array ( [0] => en [1] => pt-BR ) [appTimezone] => America/Campo_Grande [charset] => UTF-8 [forceGlobalSecureRequests] => [sessionDriver] => CodeIgniter\Session\Handlers\FileHandler [sessionCookieName] => ci_session [sessionExpiration] => 7200 [sessionSavePath] => /var/www/html/foccoiluminacaoms.com.br/site/writable/session [sessionMatchIP] => [sessionTimeToUpdate] => 300 [sessionRegenerateDestroy] => [cookiePrefix] => [cookieDomain] => [cookiePath] => / [cookieSecure] => [cookieHTTPOnly] => [proxyIPs] => [CSRFTokenName] => csrf_test_name [CSRFHeaderName] => X-CSRF-TOKEN [CSRFCookieName] => csrf_cookie_name [CSRFExpire] => 7200 [CSRFRegenerate] => 1 [CSRFRedirect] => 1 [CSPEnabled] => ) [oldInput:protected] => Array ( ) [userAgent:protected] => CodeIgniter\HTTP\UserAgent Object ( [agent:protected] => CCBot/2.0 (https://commoncrawl.org/faq/) [isBrowser:protected] => [isRobot:protected] => [isMobile:protected] => [config:protected] => Config\UserAgents Object ( [platforms] => Array ( [windows nt 10.0] => Windows 10 [windows nt 6.3] => Windows 8.1 [windows nt 6.2] => Windows 8 [windows nt 6.1] => Windows 7 [windows nt 6.0] => Windows Vista [windows nt 5.2] => Windows 2003 [windows nt 5.1] => Windows XP [windows nt 5.0] => Windows 2000 [windows nt 4.0] => Windows NT 4.0 [winnt4.0] => Windows NT 4.0 [winnt 4.0] => Windows NT [winnt] => Windows NT [windows 98] => Windows 98 [win98] => Windows 98 [windows 95] => Windows 95 [win95] => Windows 95 [windows phone] => Windows Phone [windows] => Unknown Windows OS [android] => Android [blackberry] => BlackBerry [iphone] => iOS [ipad] => iOS [ipod] => iOS [os x] => Mac OS X [ppc mac] => Power PC Mac [freebsd] => FreeBSD [ppc] => Macintosh [linux] => Linux [debian] => Debian [sunos] => Sun Solaris [beos] => BeOS [apachebench] => ApacheBench [aix] => AIX [irix] => Irix [osf] => DEC OSF [hp-ux] => HP-UX [netbsd] => NetBSD [bsdi] => BSDi [openbsd] => OpenBSD [gnu] => GNU/Linux [unix] => Unknown Unix OS [symbian] => Symbian OS ) [browsers] => Array ( [OPR] => Opera [Flock] => Flock [Edge] => Spartan [Chrome] => Chrome [Opera.*?Version] => Opera [Opera] => Opera [MSIE] => Internet Explorer [Internet Explorer] => Internet Explorer [Trident.* rv] => Internet Explorer [Shiira] => Shiira [Firefox] => Firefox [Chimera] => Chimera [Phoenix] => Phoenix [Firebird] => Firebird [Camino] => Camino [Netscape] => Netscape [OmniWeb] => OmniWeb [Safari] => Safari [Mozilla] => Mozilla [Konqueror] => Konqueror [icab] => iCab [Lynx] => Lynx [Links] => Links [hotjava] => HotJava [amaya] => Amaya [IBrowse] => IBrowse [Maxthon] => Maxthon [Ubuntu] => Ubuntu Web Browser [Vivaldi] => Vivaldi ) [mobiles] => Array ( [mobileexplorer] => Mobile Explorer [palmsource] => Palm [palmscape] => Palmscape [motorola] => Motorola [nokia] => Nokia [palm] => Palm [iphone] => Apple iPhone [ipad] => iPad [ipod] => Apple iPod Touch [sony] => Sony Ericsson [ericsson] => Sony Ericsson [blackberry] => BlackBerry [cocoon] => O2 Cocoon [blazer] => Treo [lg] => LG [amoi] => Amoi [xda] => XDA [mda] => MDA [vario] => Vario [htc] => HTC [samsung] => Samsung [sharp] => Sharp [sie-] => Siemens [alcatel] => Alcatel [benq] => BenQ [ipaq] => HP iPaq [mot-] => Motorola [playstation portable] => PlayStation Portable [playstation 3] => PlayStation 3 [playstation vita] => PlayStation Vita [hiptop] => Danger Hiptop [nec-] => NEC [panasonic] => Panasonic [philips] => Philips [sagem] => Sagem [sanyo] => Sanyo [spv] => SPV [zte] => ZTE [sendo] => Sendo [nintendo dsi] => Nintendo DSi [nintendo ds] => Nintendo DS [nintendo 3ds] => Nintendo 3DS [wii] => Nintendo Wii [open web] => Open Web [openweb] => OpenWeb [android] => Android [symbian] => Symbian [SymbianOS] => SymbianOS [elaine] => Palm [series60] => Symbian S60 [windows ce] => Windows CE [obigo] => Obigo [netfront] => Netfront Browser [openwave] => Openwave Browser [mobilexplorer] => Mobile Explorer [operamini] => Opera Mini [opera mini] => Opera Mini [opera mobi] => Opera Mobile [fennec] => Firefox Mobile [digital paths] => Digital Paths [avantgo] => AvantGo [xiino] => Xiino [novarra] => Novarra Transcoder [vodafone] => Vodafone [docomo] => NTT DoCoMo [o2] => O2 [mobile] => Generic Mobile [wireless] => Generic Mobile [j2me] => Generic Mobile [midp] => Generic Mobile [cldc] => Generic Mobile [up.link] => Generic Mobile [up.browser] => Generic Mobile [smartphone] => Generic Mobile [cellphone] => Generic Mobile ) [robots] => Array ( [googlebot] => Googlebot [msnbot] => MSNBot [baiduspider] => Baiduspider [bingbot] => Bing [slurp] => Inktomi Slurp [yahoo] => Yahoo [ask jeeves] => Ask Jeeves [fastcrawler] => FastCrawler [infoseek] => InfoSeek Robot 1.0 [lycos] => Lycos [yandex] => YandexBot [mediapartners-google] => MediaPartners Google [CRAZYWEBCRAWLER] => Crazy Webcrawler [adsbot-google] => AdsBot Google [feedfetcher-google] => Feedfetcher Google [curious george] => Curious George [ia_archiver] => Alexa Crawler [MJ12bot] => Majestic-12 [Uptimebot] => Uptimebot ) ) [platform:protected] => Unknown Platform [browser:protected] => [version:protected] => [mobile:protected] => [robot:protected] => [referrer:protected] => ) [ipAddress:protected] => 18.97.9.169 [proxyIPs:protected] => [method:protected] => GET [globals:protected] => Array ( [server] => Array ( [REDIRECT_SCRIPT_URL] => /produtos/detalhe/ventilador-com-3-tulipas-branco [REDIRECT_SCRIPT_URI] => http://foccoiluminacaoms.com.br/produtos/detalhe/ventilador-com-3-tulipas-branco [REDIRECT_STATUS] => 200 [SCRIPT_URL] => /produtos/detalhe/ventilador-com-3-tulipas-branco [SCRIPT_URI] => http://foccoiluminacaoms.com.br/produtos/detalhe/ventilador-com-3-tulipas-branco [HTTP_CONNECTION] => upgrade [HTTP_HOST] => foccoiluminacaoms.com.br [HTTP_X_REAL_IP] => 10.129.12.155 [HTTP_X_FORWARDED_PROTO] => http [HTTP_USER_AGENT] => CCBot/2.0 (https://commoncrawl.org/faq/) [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.5 [HTTP_ACCEPT_ENCODING] => br,gzip [HTTP_X_REALHOST] => foccoiluminacaoms.com.br [PATH] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [SERVER_SIGNATURE] => [SERVER_SOFTWARE] => Apache [SERVER_NAME] => foccoiluminacaoms.com.br [SERVER_ADDR] => 10.1.166.218 [SERVER_PORT] => 80 [REMOTE_ADDR] => 18.97.9.169 [DOCUMENT_ROOT] => /var/www/html/foccoiluminacaoms.com.br/web [REQUEST_SCHEME] => http [CONTEXT_PREFIX] => [CONTEXT_DOCUMENT_ROOT] => / [SERVER_ADMIN] => webmaster@localhost [SCRIPT_FILENAME] => /var/www/html/foccoiluminacaoms.com.br/web/index.php [REMOTE_PORT] => 38315 [REDIRECT_URL] => /produtos/detalhe/ventilador-com-3-tulipas-branco [GATEWAY_INTERFACE] => CGI/1.1 [SERVER_PROTOCOL] => HTTP/1.1 [REQUEST_METHOD] => GET [QUERY_STRING] => [REQUEST_URI] => /produtos/detalhe/ventilador-com-3-tulipas-branco [SCRIPT_NAME] => /var/www/html/foccoiluminacaoms.com.br/web/index.php [PATH_INFO] => /produtos/detalhe/ventilador-com-3-tulipas-branco [PATH_TRANSLATED] => redirect:/var/www/html/foccoiluminacaoms.com.br/web/index.php/produtos/detalhe/ventilador-com-3-tulipas-branco/detalhe/ventilador-com-3-tulipas-branco [PHP_SELF] => /var/www/html/foccoiluminacaoms.com.br/web/index.php/produtos/detalhe/ventilador-com-3-tulipas-branco [REQUEST_TIME_FLOAT] => 1733324460.072 [REQUEST_TIME] => 1733324460 [CI_ENVIRONMENT] => development [app.baseURL] => https://foccoiluminacaoms.com.br/ [database.default.hostname] => facco-db.mysql.uhserver.com [database.default.database] => focco_site_db [database.default.username] => foccosite [database.default.password] => 357@JdQmv [database.default.DBDriver] => MySQLi [recaptcha2.key] => 6LcUq2MaAAAAAD5IG8JdYRUA0cBktq81MnslCuqQ [recaptcha2.secret] => 6LcUq2MaAAAAAAOtFF0ZC4xhEq4zS8GyHLOwJsFl [recaptcha3.key] => 6LeOq2MaAAAAAOGQfynojsMhu1nTwRavP0e2ffco [recaptcha3.secret] => 6LeOq2MaAAAAAEscYpxBzSQdPl3oGVeTGa9qatjb [recaptcha3.scoreThreshold] => 0.5 [instagram.token] => IGQVJWekI4Y2ZAmRTdSUXd0b3E5MnlrZA1djRFN4UXNHb0R5T1dCSHBpbEc3RnQ2MjVHNmJYeFJUbU5wVVBhOUNYZAWFCbjRqbV9XUW9ialY3dGI0MVFZAQkd5RndvckhDbWVwdGh0OWpiSHJOTzQxMFpVNwZDZD ) [get] => Array ( ) ) [headers:protected] => Array ( [Connection] => CodeIgniter\HTTP\Header Object ( [name:protected] => Connection [value:protected] => upgrade ) [Host] => CodeIgniter\HTTP\Header Object ( [name:protected] => Host [value:protected] => foccoiluminacaoms.com.br ) [X-Real-Ip] => CodeIgniter\HTTP\Header Object ( [name:protected] => X-Real-Ip [value:protected] => 10.129.12.155 ) [X-Forwarded-Proto] => CodeIgniter\HTTP\Header Object ( [name:protected] => X-Forwarded-Proto [value:protected] => http ) [User-Agent] => CodeIgniter\HTTP\Header Object ( [name:protected] => User-Agent [value:protected] => CCBot/2.0 (https://commoncrawl.org/faq/) ) [Accept] => CodeIgniter\HTTP\Header Object ( [name:protected] => Accept [value:protected] => text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 ) [Accept-Language] => CodeIgniter\HTTP\Header Object ( [name:protected] => Accept-Language [value:protected] => en-US,en;q=0.5 ) [Accept-Encoding] => CodeIgniter\HTTP\Header Object ( [name:protected] => Accept-Encoding [value:protected] => br,gzip ) [X-Realhost] => CodeIgniter\HTTP\Header Object ( [name:protected] => X-Realhost [value:protected] => foccoiluminacaoms.com.br ) ) [headerMap:protected] => Array ( [connection] => Connection [host] => Host [x-real-ip] => X-Real-Ip [x-forwarded-proto] => X-Forwarded-Proto [user-agent] => User-Agent [accept] => Accept [accept-language] => Accept-Language [accept-encoding] => Accept-Encoding [x-realhost] => X-Realhost ) [protocolVersion:protected] => 1.1 [validProtocolVersions:protected] => Array ( [0] => 1.0 [1] => 1.1 [2] => 2 ) [body:protected] => ) [response:protected] => CodeIgniter\HTTP\Response Object ( [reason:protected] => Internal Server Error [statusCode:protected] => 500 [CSPEnabled:protected] => [CSP] => CodeIgniter\HTTP\ContentSecurityPolicy Object ( [baseURI:protected] => [childSrc:protected] => self [connectSrc:protected] => self [defaultSrc:protected] => [fontSrc:protected] => [formAction:protected] => self [frameAncestors:protected] => [imageSrc:protected] => self [mediaSrc:protected] => [objectSrc:protected] => self [pluginTypes:protected] => [reportURI:protected] => [sandbox:protected] => [scriptSrc:protected] => self [styleSrc:protected] => self [manifestSrc:protected] => [upgradeInsecureRequests:protected] => [reportOnly:protected] => [validSources:protected] => Array ( [0] => self [1] => none [2] => unsafe-inline [3] => unsafe-eval ) [nonces:protected] => Array ( ) [tempHeaders:protected] => Array ( ) [reportOnlyHeaders:protected] => Array ( ) ) [cookiePrefix:protected] => [cookieDomain:protected] => [cookiePath:protected] => / [cookieSecure:protected] => [cookieHTTPOnly:protected] => [cookies:protected] => Array ( ) [pretend:protected] => [bodyFormat:protected] => html [headers:protected] => Array ( [Cache-control] => CodeIgniter\HTTP\Header Object ( [name:protected] => Cache-control [value:protected] => Array ( [0] => no-store [1] => max-age=0 [2] => no-cache ) ) [Content-Type] => CodeIgniter\HTTP\Header Object ( [name:protected] => Content-Type [value:protected] => text/html; charset=UTF-8 ) ) [headerMap:protected] => Array ( [cache-control] => Cache-control [content-type] => Content-Type ) [protocolVersion:protected] => 1.1 [validProtocolVersions:protected] => Array ( [0] => 1.0 [1] => 1.1 [2] => 2 ) [body:protected] => ) [logger:protected] => CodeIgniter\Log\Logger Object ( [logLevels:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 3 [error] => 4 [warning] => 5 [notice] => 6 [info] => 7 [debug] => 8 ) [loggableLevels:protected] => Array ( [0] => emergency [1] => alert [2] => critical ) [filePermissions:protected] => 420 [dateFormat:protected] => Y-m-d H:i:s [fileExt:protected] => [handlers:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => CodeIgniter\Log\Handlers\FileHandler Object ( [path:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/logs/ [fileExtension:protected] => log [filePermissions:protected] => 420 [handles:protected] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [dateFormat:protected] => Y-m-d H:i:s ) ) [handlerConfig:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => Array ( [handles] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [fileExtension] => [filePermissions] => 420 [path] => ) ) [logCache] => Array ( [0] => Array ( [level] => critical [msg] => Undefined index: extension #0 /var/www/html/foccoiluminacaoms.com.br/site/app/Helpers/utils_helper.php(9): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined index...', '/var/www/html/f...', 9, Array) #1 /var/www/html/foccoiluminacaoms.com.br/site/app/Controllers/Produtos.php(123): get_img(NULL, 520, 520) #2 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(918): App\Controllers\Produtos->produto('ventilador-com-...') #3 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(404): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Produtos)) #4 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(312): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 /var/www/html/foccoiluminacaoms.com.br/web/index.php(47): CodeIgniter\CodeIgniter->run() #6 {main} ) ) [cacheLogs:protected] => 1 ) [forceHTTPS:protected] => 0 [validator:protected] => [session] => CodeIgniter\Session\Session Object ( [driver:protected] => CodeIgniter\Session\Handlers\FileHandler Object ( [savePath:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/session [fileHandle:protected] => Resource id #11 [filePath:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/session/ci_session [fileNew:protected] => 1 [matchIP:protected] => [fingerprint:protected] => d41d8cd98f00b204e9800998ecf8427e [lock:protected] => [cookiePrefix:protected] => [cookieDomain:protected] => [cookiePath:protected] => / [cookieSecure:protected] => [cookieName:protected] => ci_session [sessionID:protected] => 85e77c13378d9fca0e89b0cd755d675ce14efe3c [ipAddress:protected] => 18.97.9.169 [logger:protected] => CodeIgniter\Log\Logger Object ( [logLevels:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 3 [error] => 4 [warning] => 5 [notice] => 6 [info] => 7 [debug] => 8 ) [loggableLevels:protected] => Array ( [0] => emergency [1] => alert [2] => critical ) [filePermissions:protected] => 420 [dateFormat:protected] => Y-m-d H:i:s [fileExt:protected] => [handlers:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => CodeIgniter\Log\Handlers\FileHandler Object ( [path:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/logs/ [fileExtension:protected] => log [filePermissions:protected] => 420 [handles:protected] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [dateFormat:protected] => Y-m-d H:i:s ) ) [handlerConfig:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => Array ( [handles] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [fileExtension] => [filePermissions] => 420 [path] => ) ) [logCache] => Array ( [0] => Array ( [level] => critical [msg] => Undefined index: extension #0 /var/www/html/foccoiluminacaoms.com.br/site/app/Helpers/utils_helper.php(9): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined index...', '/var/www/html/f...', 9, Array) #1 /var/www/html/foccoiluminacaoms.com.br/site/app/Controllers/Produtos.php(123): get_img(NULL, 520, 520) #2 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(918): App\Controllers\Produtos->produto('ventilador-com-...') #3 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(404): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Produtos)) #4 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(312): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 /var/www/html/foccoiluminacaoms.com.br/web/index.php(47): CodeIgniter\CodeIgniter->run() #6 {main} ) ) [cacheLogs:protected] => 1 ) [sessionIDRegex] => [0-9a-f]{40} ) [sessionDriverName:protected] => CodeIgniter\Session\Handlers\FileHandler [sessionCookieName:protected] => ci_session [sessionExpiration:protected] => 7200 [sessionSavePath:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/session [sessionMatchIP:protected] => [sessionTimeToUpdate:protected] => 300 [sessionRegenerateDestroy:protected] => [cookieDomain:protected] => [cookiePath:protected] => / [cookieSecure:protected] => [sidRegexp:protected] => [0-9a-f]{40} [logger:protected] => CodeIgniter\Log\Logger Object ( [logLevels:protected] => Array ( [emergency] => 1 [alert] => 2 [critical] => 3 [error] => 4 [warning] => 5 [notice] => 6 [info] => 7 [debug] => 8 ) [loggableLevels:protected] => Array ( [0] => emergency [1] => alert [2] => critical ) [filePermissions:protected] => 420 [dateFormat:protected] => Y-m-d H:i:s [fileExt:protected] => [handlers:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => CodeIgniter\Log\Handlers\FileHandler Object ( [path:protected] => /var/www/html/foccoiluminacaoms.com.br/site/writable/logs/ [fileExtension:protected] => log [filePermissions:protected] => 420 [handles:protected] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [dateFormat:protected] => Y-m-d H:i:s ) ) [handlerConfig:protected] => Array ( [CodeIgniter\Log\Handlers\FileHandler] => Array ( [handles] => Array ( [0] => critical [1] => alert [2] => emergency [3] => debug [4] => error [5] => info [6] => notice [7] => warning ) [fileExtension] => [filePermissions] => 420 [path] => ) ) [logCache] => Array ( [0] => Array ( [level] => critical [msg] => Undefined index: extension #0 /var/www/html/foccoiluminacaoms.com.br/site/app/Helpers/utils_helper.php(9): CodeIgniter\Debug\Exceptions->errorHandler(8, 'Undefined index...', '/var/www/html/f...', 9, Array) #1 /var/www/html/foccoiluminacaoms.com.br/site/app/Controllers/Produtos.php(123): get_img(NULL, 520, 520) #2 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(918): App\Controllers\Produtos->produto('ventilador-com-...') #3 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(404): CodeIgniter\CodeIgniter->runController(Object(App\Controllers\Produtos)) #4 /var/www/html/foccoiluminacaoms.com.br/site/vendor/codeigniter4/framework/system/CodeIgniter.php(312): CodeIgniter\CodeIgniter->handleRequest(NULL, Object(Config\Cache), false) #5 /var/www/html/foccoiluminacaoms.com.br/web/index.php(47): CodeIgniter\CodeIgniter->run() #6 {main} ) ) [cacheLogs:protected] => 1 ) ) )
Superação e confiança;
Respeito à vida, às pessoas e ao Meio Ambiente;
Incentivar a criatividade o Equilíbrio e a transparência.397 if (! is_callable($this->controller)) 398 { 399 $controller = $this->createController(); 400 401 // Is there a "post_controller_constructor" event? 402 Events::trigger('post_controller_constructor'); 403 404 $returned = $this->runController($controller); 405 } 406 else 407 { 408 $this->benchmark->stop('controller_constructor'); 409 $this->benchmark->stop('controller'); 410 } 411
-
SYSTEMPATH/CodeIgniter.php : 312 — CodeIgniter\CodeIgniter->handleRequest ( arguments )
$routes
$cacheConfig
Config\Cache Object ( [handler] => file [backupHandler] => dummy [storePath] => /var/www/html/foccoiluminacaoms.com.br/site/writable/cache/ [cacheQueryString] => [prefix] => [memcached] => Array ( [host] => 127.0.0.1 [port] => 11211 [weight] => 1 [raw] => ) [redis] => Array ( [host] => 127.0.0.1 [password] => [port] => 6379 [timeout] => 0 [database] => 0 ) [validHandlers] => Array ( [dummy] => CodeIgniter\Cache\Handlers\DummyHandler [file] => CodeIgniter\Cache\Handlers\FileHandler [memcached] => CodeIgniter\Cache\Handlers\MemcachedHandler [predis] => CodeIgniter\Cache\Handlers\PredisHandler [redis] => CodeIgniter\Cache\Handlers\RedisHandler [wincache] => CodeIgniter\Cache\Handlers\WincacheHandler ) )
$returnResponse
305 306 $this->response->pretend($this->useSafeOutput)->send(); 307 $this->callExit(EXIT_SUCCESS); 308 } 309 310 try 311 { 312 return $this->handleRequest($routes, $cacheConfig, $returnResponse); 313 } 314 catch (RedirectException $e) 315 { 316 $logger = Services::logger(); 317 $logger->info('REDIRECTED ROUTE at ' . $e->getMessage()); 318 319 // If the route is a 'redirect' route, it throws
-
FCPATH/index.php : 47 — CodeIgniter\CodeIgniter->run ()
40 *--------------------------------------------------------------- 41 * LAUNCH THE APPLICATION 42 *--------------------------------------------------------------- 43 * Now that everything is setup, it's time to actually fire 44 * up the engines and make this app do its thang. 45 */ 46 47 $app->run();