Page 1 of 1

getting a loop on the installation

PostPosted: 18 Feb 2014, 17:02
by skal
Hi,
I'm trying to install ORE on a localhost system on a ubuntu 1310 server.
the problem is that when I open the first page for the installation I get ERR_TOO_MANY_REDIRECTS error.

All the requirement wrote in this post are OK

How can I install it or debug?

tnx

Leo

Re: getting a loop on the installation

PostPosted: 01 Jun 2014, 06:34
by rapha001
Actually get the same problem... any idea ?

thanks in advance

Re: getting a loop on the installation

PostPosted: 30 Jun 2014, 00:41
by Koduc
To enable debug mode open file index.php and change
Code: Select all
// remove the following lines when in production mode
//defined('YII_DEBUG') or define('YII_DEBUG',true);
// specify how many levels of call stack should be shown in each log message
//defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3); 

to
Code: Select all
// remove the following lines when in production mode
defined('YII_DEBUG') or define('YII_DEBUG',true);
// specify how many levels of call stack should be shown in each log message
defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);