Unhandled Error!

Could not determine Certificate location

Document /modules/vj/classes/vj_module.php
Document type PHP document
Line 1573
Exception class Exception

Code Highlight

                }
            } elseif (isset($encodedurl)) {
                $url = base64_decode($encodedurl);
            }
 
            if (!$url) {
                throw new Exception("Could not determine Certificate location");
            }
 
            //Get mime type from file
            $mime = $this->curl_getheaders($url)["Content-Type"];
            //fix incorrectly identified pdf's
            if ($mime=="image/pdf") {
# Call Stack Code Document Line
10 VJ_Module->get_certificate_func(array(4) [0 => 'Clark', 1 => '28843', 2 => 'IGI', 3 => '245649525']) /controllers/application.php 194
9 Application->find_access_point(()) /controllers/application.php 66
8 Application->On404(())
7 call_user_func_array(array(2) [0 => object(Application), 1 => 'On404'], array(0)) /phproad/modules/phpr/classes/phpr_controller.php 170
6 Phpr_Controller->executeAction('On404', array(0)) /phproad/modules/phpr/classes/phpr_controller.php 84
5 Phpr_Controller->_run('On404', array(0)) /phproad/modules/phpr/classes/phpr_response.php 64
4 Phpr_Response->open404(()) /phproad/modules/phpr/classes/phpr_response.php 37
3 Phpr_Response->open('/get_certificate/Clark/28843/IGI/245649525') /phproad/system/phproad.php 31
2 include('/home/vicjames/public_html/phproad/system/phproad.php') /boot.php 115
1 require_once('/home/vicjames/public_html/boot.php') /index.php 2