Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

error index.php

Questions related to using nuBuilder Forte.
Post Reply
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

error index.php

Unread post 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 ?
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: error index.php

Unread post 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);
amit
Posts: 36
Joined: Sat Jun 02, 2018 1:26 pm

Re: error index.php

Unread post by amit »

You're my hero Tom! Do I have to change this every time I update?
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: error index.php

Unread post by admin »

.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: error index.php

Unread post 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...
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: error index.php

Unread post by admin »

.
Post Reply