full error

Found a bug? Tell us!!
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

full error

Post 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:?
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post by depala »

the version is 1.1 :roll:
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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'; 
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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) :? :? :?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
depala
Regular
Posts: 20
Joined: Wed Jan 10, 2007 7:11 pm

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply