Page 1 of 1

error index.php

Posted: Tue Sep 04, 2018 8:23 pm
by amit
Good day,

I'm encountering an error with a new installation of nuBuilder when trying to load index.php. Does anybody have an idea about what could cause this issue and how to solve it ?

Re: error index.php

Posted: Wed Sep 05, 2018 2:24 am
by toms
Hi,

This could be due to a policy (in shared-hosting environments). What you could try: Exclude set_time_limit(0); in nucommon.php

Code: Select all

// set_time_limit(0);

Re: error index.php

Posted: Wed Sep 05, 2018 3:36 am
by amit
You're my hero Tom! Do I have to change this every time I update?

Re: error index.php

Posted: Wed Sep 12, 2018 4:21 am
by admin
.

Re: error index.php

Posted: Sat Sep 22, 2018 3:43 am
by toms
amit wrote:You're my hero Tom! Do I have to change this every time I update?
Yes, I'm afraid that seems to remain so...

Re: error index.php

Posted: Mon Sep 24, 2018 12:34 am
by admin
.