i just trying to install narro 2.0 on my localhost
Linux ubuntu 11.04 32bit
XAMPP 1.7 for webserver + mysql server +php
after in import and edit the configuration.narro.inc.php then i try to
register as the first user
but narro show me the following message box and it's go back to home
page
"
It seems that you left the page open for a while and the session
expired.
You will be redirected to the project list after you close this
dialogue.
If you get this message repeatedly, please report the problem to the
administrator.
"
how can i sove this problam ?
Best
OS
--
You received this message because you are subscribed to the Google
Groups "narro-project" group.
To post to this group, send email to narro-...@googlegroups.com
To unsubscribe from this group, send email to
narro-projec...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/narro-project?hl=en
Here is my configuration
narro directory is /narro
http://localhost/narro
if (file_exists(dirname(__FILE__) . '/
configuration.narro.local.inc.php')) {
require_once (dirname(__FILE__) . '/
configuration.narro.local.inc.php');
}
else {
define ('ADMIN_EMAIL_ADDRESS', 'us...@host.com');
define ('__PHP_CLI_PATH__', '/usr/bin/php');
/**
* Common setup for setting up Narro in a subdirectory narro
under a docroot
* e.g. docroot is /var/www/html, you put Narro in /var/www/
html/narro and access it at http://localhost/narro
*/
define ('__HTTP_URL__', 'http://localhost');
define ('__DOCROOT__', realpath(dirname(__FILE__) .
'/../../'));
define ('__VIRTUAL_DIRECTORY__', '');
define ('__SUBDIRECTORY__', '/narro/');
/**
* this constant allows any user do export files or import up
to this defined size
* default is ~ 16MB
*/
define ('__MAXIMUM_FILE_SIZE_TO_IMPORT__', 16000000);
define ('__MAXIMUM_FILE_SIZE_TO_EXPORT__', 16000000);
define ('__MAXIMUM_FILE_COUNT_TO_IMPORT__', 3000);
define ('__MAXIMUM_FILE_COUNT_TO_EXPORT__', 3000);
define ('__SOURCE_LANGUAGE_CODE__', 'en-US');
/**
On Dec 14, 1:26 pm, Alexandru Szasz <alex...@gmail.com> wrote:
> Check in the configuration file that the values for SUBDIRECTORY match the
> real ones.
> If you installed Narro inhttp://localhost/narro, the SUBDIRECTORY would be
> '/narro' .
> You usually get that message because a cookie can't be set.
>
> 2011/12/14 Os555 <laoubu...@gmail.com>
I found all green
accept pspell php extension loaded
This version of Narro needs the pspell php extension, please install
php-pspell or php5-pspell is Red
But i wonder after in ran http://localhost/narro/assets/php/install.php
registration is working and aslo working now :)
Thanks for your support Alex :)
Cheers
On Dec 14, 1:59 pm, Alexandru Szasz <alex...@gmail.com> wrote:
> Everything green athttp://localhost/narro/assets/php/install.php?
>
> 2011/12/14 Os555 <laoubu...@gmail.com>
>
>
>
>
>
>
>
>
>
> > Here is my configuration
>
> > narro directory is /narro
>
> >http://localhost/narro
>
> > if (file_exists(dirname(__FILE__) . '/
> > configuration.narro.local.inc.php')) {
> > require_once (dirname(__FILE__) . '/
> > configuration.narro.local.inc.php');
> > }
> > else {
>
> > define ('ADMIN_EMAIL_ADDRESS', 'u...@host.com');
> > define ('__PHP_CLI_PATH__', '/usr/bin/php');
>
> > /**
> > * Common setup for setting up Narro in a subdirectory narro
> > under a docroot
> > * e.g. docroot is /var/www/html, you put Narro in /var/www/
> > html/narro and access it athttp://localhost/narro