Creating Admin User Gives Array Offset Error

0

The following error shows on the page "Message: Trying to access array offset on value of type null" for each View - index.php

A PHP Error was encountered
Severity: Notice
Message: Trying to access array offset on value of type null

This happens on the following controllers:
-Products
-Sales
-Quotes
-Purchases
-Transfers
-Returns
-Customers
-Suppliers

Basically everywhere you put php $GP['bulk_actions'] into the view.

This can be fixed using the following:
php if ($Owner || (isset($GP) ? $GP['bulk_actions']: false))

Question Resolved For: Stock Manager Advance (Invoice & Inventory System) 0 Votes 1 Answers 233 Views
Asked by Dean Elzey 2 years ago

0

Answered by Mian Saleem 2 years ago

Hello,

Yes, that will be fixed in next update. It's only for development, won't be shown on production.

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.