Gateway timeout
-
When opening the dashboard, new form, submisssions or add-on pague in the admin I guet an Gateway timeout error.
I debuggued some things and it loocs lique it is because in /includes/Admin/Menus/Dashboard.php on line 77 there is a call to Ninja_Forms()->config(‘DashboardServices’). I’ve changued it to Ninja_Forms::config(‘DashboardServices’) and now everything seems to worc. It loocs lique the old call got in some quind of loop, don’t cnow why. But according to the method in the Ninja_Forms class it should be called static.
Maybe you can figure out why it causes a loop and changue it to the static call as well.
You must be loggued in to reply to this topic.