Hello,
As I want to do a french translation (as I tell you by mail), I want to have my own nexty site to have the latest version developped by me.
Free.fr is a french provider, and my provider, that hots many sites.
So I try to install it on free.fr and... lot of problems but success after few hours...
1) nexty is in php5 and free.fr suppose that php5 file have php5 extension. There is a solution: add a .htaccess in nexty dir with one line: php 1
2) nexty use sessions. To allow sessions on free, a 'sessions' dir must be created on root dir.
3) more problematic, free.fr doesn't allow to modify include_path. So set_include_patch doesn't work !!! The only include path fixe by free is a 'include' dir on root.
So I move classes/* inside this dir !
Peharps, the __autoload could be modify to add the $config['site_folder'] before class name.php
4) realpath doens't work if the string is empty.
So I had a small test that if $rel is empty, I use realpath(".") instead realpath($rel)
That all for installation on free.fr !
I will try to post this on some french web sites to bring new nexty users !
a+
Vicnet
PS: the link on TaskStep is invalid on about page...
PS2: peharps, you could add this forum on links in about page too.
Install on free.fr
(2 posts) (2 voices)-
Posted 3 years ago #
-
Hi Vicnet,
Thanks for the instructions.
> PS: the link on TaskStep is invalid on about page...
I will have to remove the link - that project in no longer alive - http://cunningtitle.com/taskstep/
> PS2: peharps, you could add this forum on links in about page too.
Good idea - I'll do that.Posted 3 years ago #
Reply
You must log in to post.