01-02-2017, 08:26 PM
Hello!
I have 6 pages that have public access in my system:
These pages are accessed via using in the URL and defined accordingly. However, when a "guest" (non-logged in user) visits the pages, the page works just fine, but in the header we have these errors:
Notice: Trying to get property of non-object in /home/aircentralized/public_html/boss/usersc/externalpublic.php on line 27
Notice: Undefined variable: column in /home/aircentralized/public_html/boss/users/helpers/us_helpers.php on line 111
Notice: Undefined variable: data in /home/aircentralized/public_html/boss/users/helpers/us_helpers.php on line 111
I have removed the navigation from the files as I do not want the public having access to the navigation. These pages are linked separately from my system.
Any thoughts on how to cure these errors? Let me know if you need some code and what.
I have 6 pages that have public access in my system:
Code:
usersc/includes/external/phoneadd.php
Code:
usersc/includes/external/phoneedit.php
Code:
usersc/includes/external/templateadd.php
Code:
usersc/includes/external/templateedit.php
Code:
usersc/includes/external/zipadd.php
Code:
usersc/includes/external/zipedit.php
These pages are accessed via
Code:
usersc/externalpublic.php
Code:
?type
Notice: Trying to get property of non-object in /home/aircentralized/public_html/boss/usersc/externalpublic.php on line 27
Notice: Undefined variable: column in /home/aircentralized/public_html/boss/users/helpers/us_helpers.php on line 111
Notice: Undefined variable: data in /home/aircentralized/public_html/boss/users/helpers/us_helpers.php on line 111
I have removed the navigation from the files as I do not want the public having access to the navigation. These pages are linked separately from my system.
Any thoughts on how to cure these errors? Let me know if you need some code and what.