All times are UTC + 1 hour




Post new topic Reply to topic  [ 5 posts ] 
  Print view

Session save path
Author Message
PostPosted: Sun Nov 13, 2011 5:26 am 
Offline

Joined: Sun Nov 13, 2011 5:15 am
Posts: 2
Hi everyone,

First, I'm sorry, but english is not my native language. Of course, I recently install Achievo on my computer and I see the INSTALL file. When I run the setup file on my browser, C:\{path}\achievo\setup.php

I simply have this error :

A problem has occurred

We're very sorry, but this server is unable to run Achievo, for the following reason(s):

The session save path (/tmp) is not a valid directory.

I search in the forum and I see 1 post, but no solutions for this. Someone can help me.
I think I created a tmp directory somewhere, but I do not know where.

Thanks for help


Top
 Profile  
 

Re: Session save path
PostPosted: Sun Nov 13, 2011 6:02 am 
Offline

Joined: Sun Nov 13, 2011 5:15 am
Posts: 2
Sorry, I found the solution...

If you have the same problem try one of this

1) Change files setup.php. When you see the session_save_path, /tmp for /temp

or

2) right click on my computer -> propreties -> advance -> environnement variable
Change the path of the TEMP variable.

Thks


Top
 Profile  
 

Re: Session save path
PostPosted: Fri Sep 05, 2014 11:44 am 
Offline

Joined: Fri Sep 05, 2014 11:34 am
Posts: 1
Hi to all,
I want installation process and db config plz help me.... step by step process


Top
 Profile  
 

Re: Session save path
PostPosted: Fri Sep 05, 2014 1:10 pm 
Offline

Joined: Thu Aug 07, 2014 9:58 am
Posts: 8
Hi, waleedijaz

You have a manual here: http://www.achievo.org/wiki/Installation

Briefly, what you need to do is:
1 - Download Achievo http://www.achievo.org/download/files
2 - Make sure your system meets the requirements: PHP 5.2+, Mysql 5.+ Apache2.2+ (any xammp variation will suffice on this point)
3 - Connect to mysql and create an empty database named "Achievo":

$ mysql -u root --password=secret
mysql> create database Achievo;
mysql> grant create,alter,select,insert,update,delete,lock tables,
create view,drop,index
on Achievo.* to achievoadmin@localhost identified by 'secret';
mysql> quit;

4 - Untar the files in your www or htdocs folder of your server
5 - Edit the file config.inc.php and change the database connection strings and adminpassword:

$config_db["default"]["driver"] = "mysql";
$config_db["default"]["host"] = "localhost";
$config_db["default"]["db"] = "Achievo";
$config_db["default"]["user"] = "achievoadmin";
$config_db["default"]["password"] = "secret";

$config_administratorpassword = "your-password";

6 - Go to http://yourserver/achievo/setup.php login with your admin user and run the setup
It's a wizard guided install.

7 - You can now "enjoy" achievo and its bugs unresolved since 2010 when the last patch came out!!!


Top
 Profile  
 

Re: Session save path
PostPosted: Thu Mar 05, 2015 4:17 pm 
Offline

Joined: Thu Mar 05, 2015 4:15 pm
Posts: 1
I was facing the issue but It helps me now thanx for the solution iskandar


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group