Search Rants
Later Rants
Categorized Rants
Cloud of Rants
anime assembly best cars clients cosplay culture database debugging discovery doctrine fashion fml framework freelance funny gundam hobby implementation inspiration japanese kohana life linux love management melancholy migration mysql orm otaku personal photography php pricing programming random review setup travel tweaks update vacation web workMy Facebook Page
Tag Archives: debugging
Domain Level Error Logging in Apache/PHP in Linux
The error logging functionality of apache is very important especially when you are testing things out with your php application. But on some cases we experience problems which hinder us from locating the error_log file where all errors, problems or … More of this rant
Posted in Enlightened Thoughts, Techy Thoughts
Tagged debugging, error logging, linux, migration, programming, server, setup, work
Leave a comment
Kohana Doctrine Error – Exhausted
Today, I am developing a sub-module of a web-application and have experienced a max-memory usage limit error or “Allowed memory size fatal error”. I know that the doctrine module uses memory based on how you define and build your database. … More of this rant