1. Find the Author table.
2. Copy the user's ID field value then assigned to let's say variable name local.userid.
3. <cfoutput>#hash(local.userid & your_new_password,'SHA')#</cfoutput>
Mango Blog hash password logic.
April 06, 2012 · By Jusuf Darmawan · No Comments
→ No CommentsTags: Coldfusion/Railo · Mango Blog
Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside.
April 06, 2012 · By Jusuf Darmawan · No Comments
I just got above message on my Magento. The problem is on Apache I put the AllowOverride None. Suppose to be AllowOverride All.
→ No CommentsTags: Magento
Magento 1.6.2 installation on Ubuntu 11.10 note
April 05, 2012 · By Jusuf Darmawan · No Comments
Today, I am trying to install the Magento for my development. There is some challenging that I had experience. When I hit the page and it gave me error saying path /app/etc, /media and /var must be writeable. I execute the chmod 776 to these three folders and suddenly when I hit the page it gave me bunch of PHP error inside the Apache error.log file.
Error such as:
PHP Fatal error: Call to a member function getFrontNameByRoute() on a non-object in [directory] on line 199. Then I tried to execute using chmod 777 and suddenly everything is working great.
So the error message is coming from Magento is kind of misleading not only the writeable but also need to be executable.
Added command need to be execute: sudo apt-get install php5-curl. If you have installed the curl you don't need to execute that command.
→ No CommentsTags: Magento · Ubuntu
Hello World!
March 20, 2012 · By Jusuf Darmawan · 1 Comment
Hello! and welcome to my blog. This is my first post. Running on Railo 3.3 with underlying Tomcat 7 and Ubuntu 11.10. There is a subfolder on this blog for my other app which I will discuss more in next blog. That's a bit struggling to set the Tuckey URLRewrite on that folder. After a lot of frustrations and Googles left and right and finally my blog is ready to dig in.
→ 1 CommentTags: Coldfusion/Railo