PHP Warning: constant() [<a href='function.constant'>function.constant</a>]: Couldn't find constant BOX_HEADING_ADMIN_ACCESS in /home/genxco5/public_html/admin/includes/functions/admin_access.php on line 787
How do I fix? I reloaded the admin_access.php but to no avail
The error message means that a file on your site is expecting the existence of a define() statement for BOX_HEADING_ADMIN_ACCESS but hasn't found one.
That define() normally lives in your admin english.php file. If yours is missing, then you're probably using an old version of english.php which thus suggests you've done an incomplete upgrade.