medfordite Posted August 15, 2013 Report Posted August 15, 2013 V. 3.0 Not sure now if this is yet another issue on my end, but in exploring the new system - discovered that if I go to Manage a client's service from their services table, and click on the Manage link, it returns a blank white page. This happens with every client with 1 service on up.
Michael Posted August 15, 2013 Report Posted August 15, 2013 I've not had a issue? blank page, try turning "display_errors" on and see if you get a php function missing.
Cody Posted August 15, 2013 Report Posted August 15, 2013 This is a known issue assigned to CORE-661 and is FIXED for version 3.0.1. To patch for yourself, edit /app/controllers/admin_clients.php and replace line 4121 with: $this->uses(array("Packages", "PackageGroups")); $packages = array(); Michael 1
Recommended Posts