Skip to content

Instantly share code, notes, and snippets.

View tiagovtg's full-sized avatar

Tiago Cunha tiagovtg

  • Spread / Cast Group / CTIS
  • Brasilia - DF
  • 20:18 (UTC -03:00)
View GitHub Profile
@tiagovtg
tiagovtg / JoomlaNginx.conf
Created January 20, 2016 15:56
Configuration file Nginx for Joomla! Akeeba + Uriel29 Merge
server {
######################################################################
## The Master .htaccess - NginX adaptation
##
## Version 3.3
##
## This file is designed to be the template NginX server configuration file
## for your Joomla! sites. You should go through all of its sections and
## modify it to match your site. Most notably, all instances of example.com
## and example\.com should be replaced with your real domain name.
@tiagovtg
tiagovtg / gist:1859333
Created February 18, 2012 13:50
Erro01
LOG....
Started POST "/usuario/perfils/1" for 127.0.0.1 at 2012-02-18 11:26:10 -0200
Processing by Usuario::PerfilsController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"VHyU7bafRl8c/IY7uZrLozwICbCgRZAdzvy0RGYE/2M=", "perfil"=>{"quem_busco"=>{"estou_procurando_qb_id"=>"2", "faixa_etaria_minima"=>"18", "faixa_etaria_maxima"=>"24", "localizacao_qb_id"=>"3"}}, "commit"=>"Alterar Perfil", "id"=>"1"}
User Load (0.2ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 2 LIMIT 1
Perfil Load (0.2ms) SELECT `perfils`.* FROM `perfils` WHERE `perfils`.`id` = 1 LIMIT 1
SQL (0.3ms) BEGIN
QuemBusco Load (0.5ms) SELECT `quem_buscos`.* FROM `quem_buscos` WHERE (`quem_buscos`.perfil_id = 1) LIMIT 1
SQL (0.2ms) ROLLBACK
Completed 500 Internal Server Error in 179ms