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 ?
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
error index.php
-
- Posts: 36
- Joined: Sat Jun 02, 2018 1:26 pm
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: error index.php
Hi,
This could be due to a policy (in shared-hosting environments). What you could try: Exclude set_time_limit(0); in nucommon.php
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);
-
- Posts: 36
- Joined: Sat Jun 02, 2018 1:26 pm
-
- Posts: 785
- Joined: Sun Oct 14, 2018 11:25 am
Re: error index.php
Yes, I'm afraid that seems to remain so...amit wrote:You're my hero Tom! Do I have to change this every time I update?