>   Warning: set_time_limit() [function.set-time-limit]: Cannot set time
> limit in safe mode in
> /mnt/130/sda/2/e/m.baert/mantis/admin/install.php on line 27

Try adding an '@' just before set_time_limt() at:
admin/install.php
admin/upgrade_unattended.php

So it should look like this:

@set_time_limit(0);

Let us know how you go.

On Jan 29, 2008 1:50 AM, Michelle Baert <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to install Mantis on my free hosted web site (on free.fr).
>
> There I have:
>   PHP version 5.1.3RC4-dev
>   MySQL: 5.0.51
>   phpMyAdmin - 2.11.3
>
>
> My  first attempt to load
> http://m.baert.free.fr/mantis/admin/install.php didn't show anything but
> the message:
>
>   Warning: set_time_limit() [function.set-time-limit]: Cannot set time
> limit in safe mode in
> /mnt/130/sda/2/e/m.baert/mantis/admin/install.php on line 27
>
> However, a few minutes later, the same message appears, but followed
> by the first installation page.
>
> But there I see the installation process has to create a new database.
> I have no permission to do that on my web account.
> I have one MySQL database and that's all. I usually install
> php+mysql applications by prefixing table names with the application
> name to avoid confusion.
>
> Is it possible to do this with Mantis ? Should I tweak some php files ?
>
> TIA.
>
> Best regards,
> Michelle
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> mantisbt-help mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/mantisbt-help
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
mantisbt-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to