Page 1 of 3

full error

Posted: Wed Jan 10, 2007 7:15 pm
by depala
Salut tout le monde donc voila je suis francais et j'ai voulut instaler serendipity mais j'ai plein d'erreur lors de l'instalation :?

Code: Select all

Warning: session_start() [function.session-start]: open(/mnt/146/sdb/6/e/sans.limites.tech/sessions/sess_6ef4f589e9895d42c80f41f52c14c754, O_RDWR) failed: No such file or directory (2) in /mnt/146/sdb/6/e/sans.limites.tech/serendipity_config.inc.php on line 16

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/146/sdb/6/e/sans.limites.tech/serendipity_config.inc.php:16) in /mnt/146/sdb/6/e/sans.limites.tech/serendipity_config.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /mnt/146/sdb/6/e/sans.limites.tech/serendipity_config.inc.php:16) in /mnt/146/sdb/6/e/sans.limites.tech/serendipity_admin.php on line 11
in english:

Did hello everyone thus veil I am French and I have wanted instaler serendipity but I have full with error at the time of the instalation:?

Posted: Wed Jan 10, 2007 10:16 pm
by judebert
You need to configure PHP to use a different directory for sessions. /mnt/146/sdb/6/e/sans.limites.tech/sessions/ doesn't exist.

I'm not French, so here's a Google translation:

Vous devez configurer PHP pour employer un annuaire différent pour des sessions. /mnt/146/sdb/6/e/sans.limites.tech/sessions/ n'existe pas.

Posted: Thu Jan 11, 2007 5:51 pm
by depala
Ok merci mais maintenant il me reste plus qu'une derniere erreur celle la :


english:
Ok thank you but now it remains me more than one last error that it:

Code: Select all

Imagemagick binary  	

Fatal error: is_executable() [<a href='function.is-executable'>function.is-executable</a>]: Unable to access /usr/X11R6/bin/convert.exe in /mnt/146/sdb/6/e/sans.limites.tech/include/functions_installer.inc.php on line 244

Posted: Fri Jan 12, 2007 8:43 am
by garvinhicking
Hi!

Which version of Serendipity are you trying to install? 1.1?

Sadly this error means that your provider has a "convert.exe" file but doesn't allow to check if it is executable for PHP. I thought that in recent serendipity versions this was fixed...

Best regards,
Garvin

Posted: Fri Jan 12, 2007 12:36 pm
by depala
the version is 1.1 :roll:

Posted: Fri Jan 12, 2007 2:05 pm
by garvinhicking
Hiu!

Could you try to edit the include/functions_installer.inc.php file and search for this at around line 235:

Code: Select all

            $path[] = '/usr/X11R6/bin';
            $path[] = '/usr/bin';
            $path[] = '/usr/local/bin';
change that to only read:

Code: Select all

$path[] = '/tmp';
?

Best regards,
Garvin

Posted: Fri Jan 12, 2007 2:51 pm
by depala
i'am not have 235 lines but i have 43 lines :roll: !


and i not found your code :roll:

Code: Select all

$path[] = '/usr/X11R6/bin';
            $path[] = '/usr/bin';
            $path[] = '/usr/local/bin'; 

Posted: Fri Jan 12, 2007 2:56 pm
by depala
Sorry i have find tou code ^^ :P and i have to change it ! but now i have this error :?

Code: Select all

Fatal error: 
is_executable()[<ahref='function.is-executable'>function.is-executable</a>]: Unable to access /tmp/convert.exe in /mnt/146/sdb/6/e/sans.limites.tech/include/functions_installer.inc.php on line 242

Posted: Fri Jan 12, 2007 4:28 pm
by garvinhicking
Hi!

Okay, then also remove that single $path[] = '/tmp' line. Seems your provider is blocking all file access outside your directory.

HTH,
Garvin

Posted: Fri Jan 12, 2007 5:35 pm
by depala
Okay thank you, a new box is to add but I always have a error at the end !

Code: Select all

Fatal error: 
is_executable()[<ahref='function.is-executable'>function.is-executable</a>]: Unable to access /usr/local/sbin/
convert in 
/mnt/146/sdb/6/e/sans.limites.tech/include/functions_installer.inc.php on line 238
If each time there with an error are one ^^ did not finish!

Posted: Sat Jan 13, 2007 10:34 am
by garvinhicking
Hi!

Did you remove all thee lines with $path[]? It seems you left the one with /usr/local/sbin/? Remove all three!

Regards,
Garvin

Posted: Sat Jan 13, 2007 11:00 am
by depala
I very not included/understood if not I has well followed all the stages the preceding one or have to ask you to me to remove things.

I believes that I do not go instaler serendipity because is really to complicate for those which have "free" (French Internet provider) :? :? :?

Posted: Sat Jan 13, 2007 11:04 am
by garvinhicking
Hi!

I'm note sure I understand everything you wrote - but I agree, it seems your provider has too many restrictions for Serendipity to properly run. I'm sorry for that!

I would have liked to patch the things that are problematic, but I can understand if you have no fun in doing so.

Best regards,
Garvin

Posted: Sat Jan 13, 2007 11:44 am
by depala
sorry if you me comprenner not (I use a translator :? ). it is not that I does not take pleasure in the modifications but I have the impression that this problem does not have a solution.

Posted: Sat Jan 13, 2007 12:44 pm
by garvinhicking
Hi!

Oh, then this is not the right impression. We have the code cornered, it should be no problem to remove those paths and when it works include it in our official version! :)

Did you remove the three $paths[] lines in the file? If yes, which error do you still have?

Sadly I speak no french to ease up our conversation :-(

Best regards,
Garvin