Symfony error : Call to undefined method myUser::setReferer.
If you have this error Call to undefined method myUser::setReferer. and if you are using sfGuard plugin, go to apps\[project]\lib\myUser.class.php and change to
If you have this error Call to undefined method myUser::setReferer. and if you are using sfGuard plugin, go to apps\[project]\lib\myUser.class.php and change to
If you had deployed to production/LIVE environment and encounter this error message when you tried to access fontend_dev.php, it is due to a security IP check in fontend_dev.php to check…
Going to build a new photography website which will be maintain by my friend and myself. Am looking at the current popular PHP frameworks which need to fufil the following…
Recently came across a problem whereby the quartz scheduler could not recreate a new log4j FileAppender log when the job is call again. Googled a bit and found out a…
Here’s the code snippets to display the number of running threads in your java program. It’s good to use it to track your resources.
Recently received a question from someone asking for a single SQL statement to retrieve the counts for two subqueries (or something like that). I had altered the question and and…
By default, struts’s html radio tag do not allow you to make a radio to be selected as they have no “selected” property or something To make a radio button…
Saw this challenging question posted in the hardwarezone forum on sorting an array with one for loop without using array list. The question is This is a simple programming question…very…
If you are hosting multiple cakephp websites TOGETHER with your wordpress in one single domain, you might encountered some errors or incorrectly display css or images in your cakephp web…
Just when I was posting source code in my previous post, I realised that my newly installed wordpress does not format the source code nicely. (Read: I’m new to Wordpress!)…
I was assigned with a mini project to do a team notice board that read XML files using Spry. While reading plain text in the XML is straightforward, reading of…