Page 2 of 3

Posted: Sun Jan 14, 2007 8:20 pm
by depala
I have more than 3 "$path" on my files.

exemple:

$path = $serendipity['serendipityPath'];

($path . $file);

($path . $file, 'w');

($path . $file, 0700);

$path = array();

$path = array_merge

($path, explode(PATH_SEPARATOR, $_SERVER['PATH'])):

$path as $dir)


..............


:roll:

Posted: Mon Jan 15, 2007 8:39 am
by garvinhicking
Hi!

In the include/functions_installer.inc.php you should find those three lines:

Code: Select all

$path[] = '/usr/X11R6/bin';
$path[] = '/usr/bin';
$path[] = '/usr/local/bin';
(at around line 238). Remove those!

Regards,
Garvin

Posted: Mon Jan 15, 2007 12:17 pm
by depala
i have already remove this code :wink:

Posted: Mon Jan 15, 2007 12:23 pm
by garvinhicking
Hi!

When you try to install s9y, did you choose the expert installation? If yes, please select to disable ImageMagick!

Then it should work with your removed code, as there will be no reference to /usr/local/sbin anymore.

HTH,
Garvin

Posted: Mon Jan 15, 2007 5:18 pm
by depala
How I makes for the instaler imageMagick?

Posted: Tue Jan 16, 2007 9:15 am
by garvinhicking
Hi!

What do you mean? If you choose "Expert installation" in the Serendipity installation, you can set an option whether to use ImageMagick. Set that option to "No".

Best regards,
Garvin

Posted: Tue Jan 16, 2007 5:45 pm
by depala
this is a capture of screen of the instalation


Image

Posted: Wed Jan 17, 2007 10:03 am
by garvinhicking
Hi!

Ah, now I have it.

There were you previously saw:

Code: Select all

$path[] = '/usr/X11R6/bin';
$path[] = '/usr/bin';
$path[] = '/usr/local/bin';
please now write this:

Code: Select all

$path = array();
This should finally get rid of the problem!

HTH,
Garvin

Posted: Wed Jan 17, 2007 2:05 pm
by depala
Ah ok thank you very much. The instalation goes now. the only problem it is which has the end of the instalation it my to redirect towards the reception of my blog but it does not find the page?

Posted: Wed Jan 17, 2007 2:29 pm
by garvinhicking
Hi!

Which page does it try to redirect to?

Best regards,
Garvin

Posted: Wed Jan 17, 2007 2:59 pm
by depala
With the banner page of the blog, but this page is untraceable.

Posted: Wed Jan 17, 2007 3:02 pm
by garvinhicking
Hi!

Which URL is it redirecting to exactly?

Best regards,
Garvin

Posted: Wed Jan 17, 2007 3:45 pm
by depala

Posted: Thu Jan 18, 2007 9:29 am
by garvinhicking
Hi!

Can you try to delete the ".htaccess" file in your main directory? It seems your web provider does not support the options inserted there.

HTH,
Garvin

Posted: Thu Jan 18, 2007 5:30 pm
by depala
Thank you that goes very well now. thank you very much