
Search In
Customer login issue is just because of 'form_key' value.
So , to avoid this error open your login.phtml file and place the below code under form tag -
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/
Hello Reader!
If you looking to fix a default language prefix for your all url in cakePhp then you can follow the steps which is the easiest and clean way :-
Open file routes.php from the location Config/routes.php
There in first line write the co
Hello Guys,
If you are looking set database configuration in Codelgniter. Please follow the below step for the same::
1) Open the file application/config/database.php and complete the below information:
$db['default']['hostname'] = 'localhost';
$db
Hello Friends,
If you are facing this error "Fatal error: Call to undefined function base_url() .........." in codelgniter, this is very simple to resolve this. You need to open "codelgniter/application/config/autoload.php" this
Hello
In this blog I will give a demo about how to read CSV data from a file. For this purpose I will use Opencsv library. Opencsv is a very simple csv (comma-separated values) parser library for Java.
You can download the binary and so
Hello
Today this post will outline the steps to link items and multimedia files. It explains the use of Multimedia attachments perspective in informatica PIM.
The Multimedia attachments perspective is used to link items and multimedia
Steps to Create a WCF service in Visual Studio 2010
1.To create a new WCF service application project, go to File->New->Project. Then select WCF under Visual C# installed templates and then select wcf service application.
2.In the solution ex
Introduction to Zepto Virus
Zepto Ransomware:
Zepto is unique type of virus whose purpose is to infect the system through ' spam ' emails. Most of the virus program uses algorithm, similarly Ransomware also uses algorithm called RSA
If you want to create date fields to assign current date in .py file in openerp, you can use the below code for this
from datetime import date
from openerp.osv import fields, osv
from openerp.tools.translate import _
class account_invoice(osv.osv_m
If you want Edit __openerp__.py in OpenERP(Odoo) follow the below mentioned steps: -
Step-1 Go to given module and click it.
Step-2 You will find four files mentioned below.
(i)-__openerp__.py
(ii)- __init__.py
(iii)- _python.py
(iv)-_views.xml
Ste