Diary of problems and solutions related to web programming, database development and related technologies and platforms.

Agriya Groupon Configuration

Following discussion forum and blogs were helpful for me to configure the agriya groupon clone:

http://support.agriya.com/index.php
http://cookingwithcakephp.blogspot.com/2008/04/installing-cakephp-into-subdirectory.html
http://www.bsntech.com/bsntech-blog-mainmenu-321/computers-mainmenu-281/1671-downgrade-from-php-52-to-php-53-on-ubuntu-lucid-1004.html
http://stackoverflow.com/questions/1217096/problem-installing-cake-php
http://mybookworld.wikidot.com/forum/t-307650
http://forums.agriya.com/showthread.php?t=16792

Change in following code helped to configure the system properly. However, the instruction that was given in the installation guide by agriya has also to be followed to make the things happen
-----------------------------------------------------------------------------
This is due to not properly configured database / php ( php.ini).
For database connection you have to check the /app/config/database.php
First we have to set debug mode 2 in /app/config/core.php
( Configure::write('debug', 2); )

No comments :

Post a Comment